Shades of Citrus #9EC002
Tints of Citrus #9EC002
RGB
CMYK
RGB Variations
Color information
#9EC002 (or 0x9EC002) is known color: Citrus. HEX triplet: 9E, C0 and 02. RGB value is (158,192,2). Sum of RGB (Red+Green+Blue) = 158+192+2=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC002 is #613FFD. Grayscale: #A0A0A0. Windows color (decimal): -6373374 or 180382. OLE color: 180382.
HSL color Cylindrical-coordinate representation of color #9EC002: hue angle of 70.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC002 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.25 |
| HSL | 70.74º | 0.98% | 0.38% | - |
| HSV(B) | 70.74º | 0.99% | 0.75% | - |
| XYZ | 32.96 | 44.97 | 7 | - |
| YUV | 160.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 2 | 0.18 | 0 | 0.99 | 0.25 | 70.74 | 0.98 | 0.38 |
| Hex | 9E | C0 | 2 | 12 | 0 | 63 | 19 | 47 | 62 | 26 |
| Octal | 236 | 300 | 2 | 22 | 0 | 143 | 31 | 107 | 142 | 46 |
| Binary | 10011110 | 11000000 | 10 | 10010 | 0 | 1100011 | 11001 | 1000111 | 1100010 | 100110 |
Color Harmonies of #9EC002
Complementary color
Monochromatic Colors of #9EC002
Black with #9EC002
Text Example
Text Example
White with #9EC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC002; }
p { color: rgb(158,192,2); }
H1.HeaderClassName
{
color: #9EC002;
}
.AnyTagClassName
{
color: #9EC002;
}
</style>
background-color css
<style>
a { background-color: #9EC002; }
a { background-color: rgb(158,192,2); }
div.DivClassName
{
background-color: #9EC002;
}
.BgClassName
{
background-color: #9EC002;
}
</style>
border-color css
<style>
span { border-color: #9EC002; }
span { border-color: rgb(158,192,2); }
td.TdClassName
{
border-color: #9EC002;
}
.TagClassName
{
border-color: #9EC002;
}
</style>