Shades of Citrus #9ECF09
Tints of Citrus #9ECF09
RGB
CMYK
RGB Variations
Color information
#9ECF09 (or 0x9ECF09) is known color: Citrus. HEX triplet: 9E, CF and 09. RGB value is (158,207,9). Sum of RGB (Red+Green+Blue) = 158+207+9=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF09 is #6130F6. Grayscale: #AAAAAA. Windows color (decimal): -6369527 or 642974. OLE color: 642974.
HSL color Cylindrical-coordinate representation of color #9ECF09: hue angle of 74.85º degrees, saturation: 0.92, 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 #9ECF09 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.19 |
| HSL | 74.85º | 0.92% | 0.42% | - |
| HSV(B) | 74.85º | 0.96% | 0.81% | - |
| XYZ | 36.46 | 51.91 | 8.36 | - |
| YUV | 169.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 9 | 0.24 | 0 | 0.96 | 0.19 | 74.85 | 0.92 | 0.42 |
| Hex | 9E | CF | 9 | 18 | 0 | 60 | 13 | 4B | 5C | 2A |
| Octal | 236 | 317 | 11 | 30 | 0 | 140 | 23 | 113 | 134 | 52 |
| Binary | 10011110 | 11001111 | 1001 | 11000 | 0 | 1100000 | 10011 | 1001011 | 1011100 | 101010 |
Color Harmonies of #9ECF09
Complementary color
Monochromatic Colors of #9ECF09
Black with #9ECF09
Text Example
Text Example
White with #9ECF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF09; }
p { color: rgb(158,207,9); }
H1.HeaderClassName
{
color: #9ECF09;
}
.AnyTagClassName
{
color: #9ECF09;
}
</style>
background-color css
<style>
a { background-color: #9ECF09; }
a { background-color: rgb(158,207,9); }
div.DivClassName
{
background-color: #9ECF09;
}
.BgClassName
{
background-color: #9ECF09;
}
</style>
border-color css
<style>
span { border-color: #9ECF09; }
span { border-color: rgb(158,207,9); }
td.TdClassName
{
border-color: #9ECF09;
}
.TagClassName
{
border-color: #9ECF09;
}
</style>