Shades of Citrus #9ECF08
Tints of Citrus #9ECF08
RGB
CMYK
RGB Variations
Color information
#9ECF08 (or 0x9ECF08) is known color: Citrus. HEX triplet: 9E, CF and 08. RGB value is (158,207,8). Sum of RGB (Red+Green+Blue) = 158+207+8=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF08 is #6130F7. Grayscale: #AAAAAA. Windows color (decimal): -6369528 or 577438. OLE color: 577438.
HSL color Cylindrical-coordinate representation of color #9ECF08: hue angle of 74.77º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ECF08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.19 |
| HSL | 74.77º | 0.93% | 0.42% | - |
| HSV(B) | 74.77º | 0.96% | 0.81% | - |
| XYZ | 36.46 | 51.91 | 8.33 | - |
| YUV | 169.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 8 | 0.24 | 0 | 0.96 | 0.19 | 74.77 | 0.93 | 0.42 |
| Hex | 9E | CF | 8 | 18 | 0 | 60 | 13 | 4B | 5D | 2A |
| Octal | 236 | 317 | 10 | 30 | 0 | 140 | 23 | 113 | 135 | 52 |
| Binary | 10011110 | 11001111 | 1000 | 11000 | 0 | 1100000 | 10011 | 1001011 | 1011101 | 101010 |
Color Harmonies of #9ECF08
Complementary color
Monochromatic Colors of #9ECF08
Black with #9ECF08
Text Example
Text Example
White with #9ECF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF08; }
p { color: rgb(158,207,8); }
H1.HeaderClassName
{
color: #9ECF08;
}
.AnyTagClassName
{
color: #9ECF08;
}
</style>
background-color css
<style>
a { background-color: #9ECF08; }
a { background-color: rgb(158,207,8); }
div.DivClassName
{
background-color: #9ECF08;
}
.BgClassName
{
background-color: #9ECF08;
}
</style>
border-color css
<style>
span { border-color: #9ECF08; }
span { border-color: rgb(158,207,8); }
td.TdClassName
{
border-color: #9ECF08;
}
.TagClassName
{
border-color: #9ECF08;
}
</style>