Shades of Citrus #9EAC01
Tints of Citrus #9EAC01
RGB
CMYK
RGB Variations
Color information
#9EAC01 (or 0x9EAC01) is known color: Citrus. HEX triplet: 9E, AC and 01. RGB value is (158,172,1). Sum of RGB (Red+Green+Blue) = 158+172+1=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC01 is #6153FE. Grayscale: #949494. Windows color (decimal): -6378495 or 109726. OLE color: 109726.
HSL color Cylindrical-coordinate representation of color #9EAC01: hue angle of 64.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EAC01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.33 |
| HSL | 64.91º | 0.99% | 0.34% | - |
| HSV(B) | 64.91º | 0.99% | 0.67% | - |
| XYZ | 28.86 | 36.78 | 5.61 | - |
| YUV | 148.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 1 | 0.08 | 0 | 0.99 | 0.33 | 64.91 | 0.99 | 0.34 |
| Hex | 9E | AC | 1 | 8 | 0 | 63 | 21 | 41 | 63 | 22 |
| Octal | 236 | 254 | 1 | 10 | 0 | 143 | 41 | 101 | 143 | 42 |
| Binary | 10011110 | 10101100 | 1 | 1000 | 0 | 1100011 | 100001 | 1000001 | 1100011 | 100010 |
Color Harmonies of #9EAC01
Complementary color
Monochromatic Colors of #9EAC01
Black with #9EAC01
Text Example
Text Example
White with #9EAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC01; }
p { color: rgb(158,172,1); }
H1.HeaderClassName
{
color: #9EAC01;
}
.AnyTagClassName
{
color: #9EAC01;
}
</style>
background-color css
<style>
a { background-color: #9EAC01; }
a { background-color: rgb(158,172,1); }
div.DivClassName
{
background-color: #9EAC01;
}
.BgClassName
{
background-color: #9EAC01;
}
</style>
border-color css
<style>
span { border-color: #9EAC01; }
span { border-color: rgb(158,172,1); }
td.TdClassName
{
border-color: #9EAC01;
}
.TagClassName
{
border-color: #9EAC01;
}
</style>