Shades of Citrus #9ECC01
Tints of Citrus #9ECC01
RGB
CMYK
RGB Variations
Color information
#9ECC01 (or 0x9ECC01) is known color: Citrus. HEX triplet: 9E, CC and 01. RGB value is (158,204,1). Sum of RGB (Red+Green+Blue) = 158+204+1=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECC01 is #6133FE. Grayscale: #A7A7A7. Windows color (decimal): -6370303 or 117918. OLE color: 117918.
HSL color Cylindrical-coordinate representation of color #9ECC01: hue angle of 73.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ECC01 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.2 |
| HSL | 73.6º | 0.99% | 0.4% | - |
| HSV(B) | 73.6º | 1% | 0.8% | - |
| XYZ | 35.7 | 50.46 | 7.89 | - |
| YUV | 167.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 1 | 0.23 | 0 | 1.00 | 0.2 | 73.6 | 0.99 | 0.4 |
| Hex | 9E | CC | 1 | 17 | 0 | 64 | 14 | 4A | 63 | 28 |
| Octal | 236 | 314 | 1 | 27 | 0 | 144 | 24 | 112 | 143 | 50 |
| Binary | 10011110 | 11001100 | 1 | 10111 | 0 | 1100100 | 10100 | 1001010 | 1100011 | 101000 |
Color Harmonies of #9ECC01
Complementary color
Monochromatic Colors of #9ECC01
Black with #9ECC01
Text Example
Text Example
White with #9ECC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC01; }
p { color: rgb(158,204,1); }
H1.HeaderClassName
{
color: #9ECC01;
}
.AnyTagClassName
{
color: #9ECC01;
}
</style>
background-color css
<style>
a { background-color: #9ECC01; }
a { background-color: rgb(158,204,1); }
div.DivClassName
{
background-color: #9ECC01;
}
.BgClassName
{
background-color: #9ECC01;
}
</style>
border-color css
<style>
span { border-color: #9ECC01; }
span { border-color: rgb(158,204,1); }
td.TdClassName
{
border-color: #9ECC01;
}
.TagClassName
{
border-color: #9ECC01;
}
</style>