Shades of Citrus #9EAB01
Tints of Citrus #9EAB01
RGB
CMYK
RGB Variations
Color information
#9EAB01 (or 0x9EAB01) is known color: Citrus. HEX triplet: 9E, AB and 01. RGB value is (158,171,1). Sum of RGB (Red+Green+Blue) = 158+171+1=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAB01 is #6154FE. Grayscale: #949494. Windows color (decimal): -6378751 or 109470. OLE color: 109470.
HSL color Cylindrical-coordinate representation of color #9EAB01: hue angle of 64.59º 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 #9EAB01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.33 |
| HSL | 64.59º | 0.99% | 0.34% | - |
| HSV(B) | 64.59º | 0.99% | 0.67% | - |
| XYZ | 28.67 | 36.4 | 5.54 | - |
| YUV | 147.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 1 | 0.08 | 0 | 0.99 | 0.33 | 64.59 | 0.99 | 0.34 |
| Hex | 9E | AB | 1 | 8 | 0 | 63 | 21 | 41 | 63 | 22 |
| Octal | 236 | 253 | 1 | 10 | 0 | 143 | 41 | 101 | 143 | 42 |
| Binary | 10011110 | 10101011 | 1 | 1000 | 0 | 1100011 | 100001 | 1000001 | 1100011 | 100010 |
Color Harmonies of #9EAB01
Complementary color
Monochromatic Colors of #9EAB01
Black with #9EAB01
Text Example
Text Example
White with #9EAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB01; }
p { color: rgb(158,171,1); }
H1.HeaderClassName
{
color: #9EAB01;
}
.AnyTagClassName
{
color: #9EAB01;
}
</style>
background-color css
<style>
a { background-color: #9EAB01; }
a { background-color: rgb(158,171,1); }
div.DivClassName
{
background-color: #9EAB01;
}
.BgClassName
{
background-color: #9EAB01;
}
</style>
border-color css
<style>
span { border-color: #9EAB01; }
span { border-color: rgb(158,171,1); }
td.TdClassName
{
border-color: #9EAB01;
}
.TagClassName
{
border-color: #9EAB01;
}
</style>