Citrus
#9fb70a
Citrus, represented by the hex value #9fb70a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9fb70a | |
|---|---|---|
| RGB | rgb(159, 183, 10) | |
| HSL | hsl(68, 90%, 38%) | |
| CMYK | cmyk(13%, 0%, 95%, 28%) | |
| LAB | lab(71, -22, 69) | |
| OKLCH | oklch(0.74 0.171 119) |
Color harmonies
Tints & shades
Code snippets
color: #9fb70a;
background-color: #9fb70a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF9FB70A)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.72, blue: 0.04, alpha: 1.0)