Shades of Citrus #9EA001
Tints of Citrus #9EA001
RGB
CMYK
RGB Variations
Color information
#9EA001 (or 0x9EA001) is known color: Citrus. HEX triplet: 9E, A0 and 01. RGB value is (158,160,1). Sum of RGB (Red+Green+Blue) = 158+160+1=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA001 is #615FFE. Grayscale: #8D8D8D. Windows color (decimal): -6381567 or 106654. OLE color: 106654.
HSL color Cylindrical-coordinate representation of color #9EA001: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EA001 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.37 |
| HSL | 60.75º | 0.99% | 0.32% | - |
| HSV(B) | 60.75º | 0.99% | 0.63% | - |
| XYZ | 26.68 | 32.41 | 4.88 | - |
| YUV | 141.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 1 | 0.01 | 0 | 0.99 | 0.37 | 60.75 | 0.99 | 0.32 |
| Hex | 9E | A0 | 1 | 1 | 0 | 63 | 25 | 3D | 63 | 20 |
| Octal | 236 | 240 | 1 | 1 | 0 | 143 | 45 | 75 | 143 | 40 |
| Binary | 10011110 | 10100000 | 1 | 1 | 0 | 1100011 | 100101 | 111101 | 1100011 | 100000 |
Color Harmonies of #9EA001
Complementary color
Monochromatic Colors of #9EA001
Black with #9EA001
Text Example
Text Example
White with #9EA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA001; }
p { color: rgb(158,160,1); }
H1.HeaderClassName
{
color: #9EA001;
}
.AnyTagClassName
{
color: #9EA001;
}
</style>
background-color css
<style>
a { background-color: #9EA001; }
a { background-color: rgb(158,160,1); }
div.DivClassName
{
background-color: #9EA001;
}
.BgClassName
{
background-color: #9EA001;
}
</style>
border-color css
<style>
span { border-color: #9EA001; }
span { border-color: rgb(158,160,1); }
td.TdClassName
{
border-color: #9EA001;
}
.TagClassName
{
border-color: #9EA001;
}
</style>