Shades of Citrus #9EA800
Tints of Citrus #9EA800
RGB
CMYK
RGB Variations
Color information
#9EA800 (or 0x9EA800) is known color: Citrus. HEX triplet: 9E, A8 and 00. RGB value is (158,168,0). Sum of RGB (Red+Green+Blue) = 158+168+0=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA800 is #6157FF. Grayscale: #929292. Windows color (decimal): -6379520 or 43166. OLE color: 43166.
HSL color Cylindrical-coordinate representation of color #9EA800: hue angle of 63.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EA800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.34 |
| HSL | 63.57º | 1% | 0.33% | - |
| HSV(B) | 63.57º | 1% | 0.66% | - |
| XYZ | 28.1 | 35.27 | 5.33 | - |
| YUV | 145.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 0 | 0.06 | 0 | 1 | 0.34 | 63.57 | 1 | 0.33 |
| Hex | 9E | A8 | 0 | 6 | 0 | 64 | 22 | 40 | 64 | 21 |
| Octal | 236 | 250 | 0 | 6 | 0 | 144 | 42 | 100 | 144 | 41 |
| Binary | 10011110 | 10101000 | 0 | 110 | 0 | 1100100 | 100010 | 1000000 | 1100100 | 100001 |
Color Harmonies of #9EA800
Complementary color
Monochromatic Colors of #9EA800
Black with #9EA800
Text Example
Text Example
White with #9EA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA800; }
p { color: rgb(158,168,0); }
H1.HeaderClassName
{
color: #9EA800;
}
.AnyTagClassName
{
color: #9EA800;
}
</style>
background-color css
<style>
a { background-color: #9EA800; }
a { background-color: rgb(158,168,0); }
div.DivClassName
{
background-color: #9EA800;
}
.BgClassName
{
background-color: #9EA800;
}
</style>
border-color css
<style>
span { border-color: #9EA800; }
span { border-color: rgb(158,168,0); }
td.TdClassName
{
border-color: #9EA800;
}
.TagClassName
{
border-color: #9EA800;
}
</style>