Shades of Citrus #9EC008
Tints of Citrus #9EC008
RGB
CMYK
RGB Variations
Color information
#9EC008 (or 0x9EC008) is known color: Citrus. HEX triplet: 9E, C0 and 08. RGB value is (158,192,8). Sum of RGB (Red+Green+Blue) = 158+192+8=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC008 is #613FF7. Grayscale: #A1A1A1. Windows color (decimal): -6373368 or 573598. OLE color: 573598.
HSL color Cylindrical-coordinate representation of color #9EC008: hue angle of 71.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EC008 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.25 |
| HSL | 71.09º | 0.92% | 0.39% | - |
| HSV(B) | 71.09º | 0.96% | 0.75% | - |
| XYZ | 32.99 | 44.99 | 7.17 | - |
| YUV | 160.86 | 41.74 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 8 | 0.18 | 0 | 0.96 | 0.25 | 71.09 | 0.92 | 0.39 |
| Hex | 9E | C0 | 8 | 12 | 0 | 60 | 19 | 47 | 5C | 27 |
| Octal | 236 | 300 | 10 | 22 | 0 | 140 | 31 | 107 | 134 | 47 |
| Binary | 10011110 | 11000000 | 1000 | 10010 | 0 | 1100000 | 11001 | 1000111 | 1011100 | 100111 |
Color Harmonies of #9EC008
Complementary color
Monochromatic Colors of #9EC008
Black with #9EC008
Text Example
Text Example
White with #9EC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC008; }
p { color: rgb(158,192,8); }
H1.HeaderClassName
{
color: #9EC008;
}
.AnyTagClassName
{
color: #9EC008;
}
</style>
background-color css
<style>
a { background-color: #9EC008; }
a { background-color: rgb(158,192,8); }
div.DivClassName
{
background-color: #9EC008;
}
.BgClassName
{
background-color: #9EC008;
}
</style>
border-color css
<style>
span { border-color: #9EC008; }
span { border-color: rgb(158,192,8); }
td.TdClassName
{
border-color: #9EC008;
}
.TagClassName
{
border-color: #9EC008;
}
</style>