Shades of Citrus #9ECF06
Tints of Citrus #9ECF06
RGB
CMYK
RGB Variations
Color information
#9ECF06 (or 0x9ECF06) is known color: Citrus. HEX triplet: 9E, CF and 06. RGB value is (158,207,6). Sum of RGB (Red+Green+Blue) = 158+207+6=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF06 is #6130F9. Grayscale: #AAAAAA. Windows color (decimal): -6369530 or 446366. OLE color: 446366.
HSL color Cylindrical-coordinate representation of color #9ECF06: hue angle of 74.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9ECF06 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.19 |
| HSL | 74.63º | 0.94% | 0.42% | - |
| HSV(B) | 74.63º | 0.97% | 0.81% | - |
| XYZ | 36.45 | 51.91 | 8.27 | - |
| YUV | 169.44 | 35.77 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 6 | 0.24 | 0 | 0.97 | 0.19 | 74.63 | 0.94 | 0.42 |
| Hex | 9E | CF | 6 | 18 | 0 | 61 | 13 | 4B | 5E | 2A |
| Octal | 236 | 317 | 6 | 30 | 0 | 141 | 23 | 113 | 136 | 52 |
| Binary | 10011110 | 11001111 | 110 | 11000 | 0 | 1100001 | 10011 | 1001011 | 1011110 | 101010 |
Color Harmonies of #9ECF06
Complementary color
Monochromatic Colors of #9ECF06
Black with #9ECF06
Text Example
Text Example
White with #9ECF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF06; }
p { color: rgb(158,207,6); }
H1.HeaderClassName
{
color: #9ECF06;
}
.AnyTagClassName
{
color: #9ECF06;
}
</style>
background-color css
<style>
a { background-color: #9ECF06; }
a { background-color: rgb(158,207,6); }
div.DivClassName
{
background-color: #9ECF06;
}
.BgClassName
{
background-color: #9ECF06;
}
</style>
border-color css
<style>
span { border-color: #9ECF06; }
span { border-color: rgb(158,207,6); }
td.TdClassName
{
border-color: #9ECF06;
}
.TagClassName
{
border-color: #9ECF06;
}
</style>