Shades of Citrus #9ECF00
Tints of Citrus #9ECF00
RGB
CMYK
RGB Variations
Color information
#9ECF00 (or 0x9ECF00) is known color: Citrus. HEX triplet: 9E, CF and 00. RGB value is (158,207,0). Sum of RGB (Red+Green+Blue) = 158+207+0=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF00 is #6130FF. Grayscale: #A9A9A9. Windows color (decimal): -6369536 or 53150. OLE color: 53150.
HSL color Cylindrical-coordinate representation of color #9ECF00: hue angle of 74.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ECF00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.19 |
| HSL | 74.2º | 1% | 0.41% | - |
| HSV(B) | 74.2º | 1% | 0.81% | - |
| XYZ | 36.41 | 51.89 | 8.1 | - |
| YUV | 168.75 | 32.77 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 0 | 0.24 | 0 | 1 | 0.19 | 74.2 | 1 | 0.41 |
| Hex | 9E | CF | 0 | 18 | 0 | 64 | 13 | 4A | 64 | 29 |
| Octal | 236 | 317 | 0 | 30 | 0 | 144 | 23 | 112 | 144 | 51 |
| Binary | 10011110 | 11001111 | 0 | 11000 | 0 | 1100100 | 10011 | 1001010 | 1100100 | 101001 |
Color Harmonies of #9ECF00
Complementary color
Monochromatic Colors of #9ECF00
Black with #9ECF00
Text Example
Text Example
White with #9ECF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF00; }
p { color: rgb(158,207,0); }
H1.HeaderClassName
{
color: #9ECF00;
}
.AnyTagClassName
{
color: #9ECF00;
}
</style>
background-color css
<style>
a { background-color: #9ECF00; }
a { background-color: rgb(158,207,0); }
div.DivClassName
{
background-color: #9ECF00;
}
.BgClassName
{
background-color: #9ECF00;
}
</style>
border-color css
<style>
span { border-color: #9ECF00; }
span { border-color: rgb(158,207,0); }
td.TdClassName
{
border-color: #9ECF00;
}
.TagClassName
{
border-color: #9ECF00;
}
</style>