Shades of Citron #9EA02D
Tints of Citron #9EA02D
RGB
CMYK
RGB Variations
Color information
#9EA02D (or 0x9EA02D) is known color: Citron. HEX triplet: 9E, A0 and 2D. RGB value is (158,160,45). Sum of RGB (Red+Green+Blue) = 158+160+45=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA02D is #615FD2. Grayscale: #929292. Windows color (decimal): -6381523 or 2990238. OLE color: 2990238.
HSL color Cylindrical-coordinate representation of color #9EA02D: hue angle of 61.04º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EA02D is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 45 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.37 |
| HSL | 61.04º | 0.56% | 0.4% | - |
| HSV(B) | 61.04º | 0.72% | 0.63% | - |
| XYZ | 27.15 | 32.6 | 7.34 | - |
| YUV | 146.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 45 | 0.01 | 0 | 0.72 | 0.37 | 61.04 | 0.56 | 0.4 |
| Hex | 9E | A0 | 2D | 1 | 0 | 48 | 25 | 3D | 38 | 28 |
| Octal | 236 | 240 | 55 | 1 | 0 | 110 | 45 | 75 | 70 | 50 |
| Binary | 10011110 | 10100000 | 101101 | 1 | 0 | 1001000 | 100101 | 111101 | 111000 | 101000 |
Color Harmonies of #9EA02D
Complementary color
Monochromatic Colors of #9EA02D
Black with #9EA02D
Text Example
Text Example
White with #9EA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA02D; }
p { color: rgb(158,160,45); }
H1.HeaderClassName
{
color: #9EA02D;
}
.AnyTagClassName
{
color: #9EA02D;
}
</style>
background-color css
<style>
a { background-color: #9EA02D; }
a { background-color: rgb(158,160,45); }
div.DivClassName
{
background-color: #9EA02D;
}
.BgClassName
{
background-color: #9EA02D;
}
</style>
border-color css
<style>
span { border-color: #9EA02D; }
span { border-color: rgb(158,160,45); }
td.TdClassName
{
border-color: #9EA02D;
}
.TagClassName
{
border-color: #9EA02D;
}
</style>