Shades of Citrus #9ECC08
Tints of Citrus #9ECC08
RGB
CMYK
RGB Variations
Color information
#9ECC08 (or 0x9ECC08) is known color: Citrus. HEX triplet: 9E, CC and 08. RGB value is (158,204,8). Sum of RGB (Red+Green+Blue) = 158+204+8=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECC08 is #6133F7. Grayscale: #A8A8A8. Windows color (decimal): -6370296 or 576670. OLE color: 576670.
HSL color Cylindrical-coordinate representation of color #9ECC08: hue angle of 74.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ECC08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.2 |
| HSL | 74.08º | 0.92% | 0.42% | - |
| HSV(B) | 74.08º | 0.96% | 0.8% | - |
| XYZ | 35.74 | 50.47 | 8.09 | - |
| YUV | 167.9 | 37.76 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 8 | 0.23 | 0 | 0.96 | 0.2 | 74.08 | 0.92 | 0.42 |
| Hex | 9E | CC | 8 | 17 | 0 | 60 | 14 | 4A | 5C | 2A |
| Octal | 236 | 314 | 10 | 27 | 0 | 140 | 24 | 112 | 134 | 52 |
| Binary | 10011110 | 11001100 | 1000 | 10111 | 0 | 1100000 | 10100 | 1001010 | 1011100 | 101010 |
Color Harmonies of #9ECC08
Complementary color
Monochromatic Colors of #9ECC08
Black with #9ECC08
Text Example
Text Example
White with #9ECC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC08; }
p { color: rgb(158,204,8); }
H1.HeaderClassName
{
color: #9ECC08;
}
.AnyTagClassName
{
color: #9ECC08;
}
</style>
background-color css
<style>
a { background-color: #9ECC08; }
a { background-color: rgb(158,204,8); }
div.DivClassName
{
background-color: #9ECC08;
}
.BgClassName
{
background-color: #9ECC08;
}
</style>
border-color css
<style>
span { border-color: #9ECC08; }
span { border-color: rgb(158,204,8); }
td.TdClassName
{
border-color: #9ECC08;
}
.TagClassName
{
border-color: #9ECC08;
}
</style>