Shades of Citron #9EAA24
Tints of Citron #9EAA24
RGB
CMYK
RGB Variations
Color information
#9EAA24 (or 0x9EAA24) is known color: Citron. HEX triplet: 9E, AA and 24. RGB value is (158,170,36). Sum of RGB (Red+Green+Blue) = 158+170+36=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA24 is #6155DB. Grayscale: #979797. Windows color (decimal): -6378972 or 2402974. OLE color: 2402974.
HSL color Cylindrical-coordinate representation of color #9EAA24: hue angle of 65.37º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EAA24 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 36 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.33 |
| HSL | 65.37º | 0.65% | 0.4% | - |
| HSV(B) | 65.37º | 0.79% | 0.67% | - |
| XYZ | 28.79 | 36.15 | 7.13 | - |
| YUV | 151.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 36 | 0.07 | 0 | 0.79 | 0.33 | 65.37 | 0.65 | 0.4 |
| Hex | 9E | AA | 24 | 7 | 0 | 4F | 21 | 41 | 41 | 28 |
| Octal | 236 | 252 | 44 | 7 | 0 | 117 | 41 | 101 | 101 | 50 |
| Binary | 10011110 | 10101010 | 100100 | 111 | 0 | 1001111 | 100001 | 1000001 | 1000001 | 101000 |
Color Harmonies of #9EAA24
Complementary color
Monochromatic Colors of #9EAA24
Black with #9EAA24
Text Example
Text Example
White with #9EAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA24; }
p { color: rgb(158,170,36); }
H1.HeaderClassName
{
color: #9EAA24;
}
.AnyTagClassName
{
color: #9EAA24;
}
</style>
background-color css
<style>
a { background-color: #9EAA24; }
a { background-color: rgb(158,170,36); }
div.DivClassName
{
background-color: #9EAA24;
}
.BgClassName
{
background-color: #9EAA24;
}
</style>
border-color css
<style>
span { border-color: #9EAA24; }
span { border-color: rgb(158,170,36); }
td.TdClassName
{
border-color: #9EAA24;
}
.TagClassName
{
border-color: #9EAA24;
}
</style>