Shades of Citron #9EAA2C
Tints of Citron #9EAA2C
RGB
CMYK
RGB Variations
Color information
#9EAA2C (or 0x9EAA2C) is known color: Citron. HEX triplet: 9E, AA and 2C. RGB value is (158,170,44). Sum of RGB (Red+Green+Blue) = 158+170+44=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA2C is #6155D3. Grayscale: #989898. Windows color (decimal): -6378964 or 2927262. OLE color: 2927262.
HSL color Cylindrical-coordinate representation of color #9EAA2C: hue angle of 65.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EAA2C is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 44 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.33 |
| HSL | 65.71º | 0.59% | 0.42% | - |
| HSV(B) | 65.71º | 0.74% | 0.67% | - |
| XYZ | 28.93 | 36.2 | 7.85 | - |
| YUV | 152.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 44 | 0.07 | 0 | 0.74 | 0.33 | 65.71 | 0.59 | 0.42 |
| Hex | 9E | AA | 2C | 7 | 0 | 4A | 21 | 42 | 3B | 2A |
| Octal | 236 | 252 | 54 | 7 | 0 | 112 | 41 | 102 | 73 | 52 |
| Binary | 10011110 | 10101010 | 101100 | 111 | 0 | 1001010 | 100001 | 1000010 | 111011 | 101010 |
Color Harmonies of #9EAA2C
Complementary color
Monochromatic Colors of #9EAA2C
Black with #9EAA2C
Text Example
Text Example
White with #9EAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA2C; }
p { color: rgb(158,170,44); }
H1.HeaderClassName
{
color: #9EAA2C;
}
.AnyTagClassName
{
color: #9EAA2C;
}
</style>
background-color css
<style>
a { background-color: #9EAA2C; }
a { background-color: rgb(158,170,44); }
div.DivClassName
{
background-color: #9EAA2C;
}
.BgClassName
{
background-color: #9EAA2C;
}
</style>
border-color css
<style>
span { border-color: #9EAA2C; }
span { border-color: rgb(158,170,44); }
td.TdClassName
{
border-color: #9EAA2C;
}
.TagClassName
{
border-color: #9EAA2C;
}
</style>