Shades of Citrus #9ECC09
Tints of Citrus #9ECC09
RGB
CMYK
RGB Variations
Color information
#9ECC09 (or 0x9ECC09) is known color: Citrus. HEX triplet: 9E, CC and 09. RGB value is (158,204,9). Sum of RGB (Red+Green+Blue) = 158+204+9=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECC09 is #6133F6. Grayscale: #A8A8A8. Windows color (decimal): -6370295 or 642206. OLE color: 642206.
HSL color Cylindrical-coordinate representation of color #9ECC09: hue angle of 74.15º 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 #9ECC09 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.2 |
| HSL | 74.15º | 0.92% | 0.42% | - |
| HSV(B) | 74.15º | 0.96% | 0.8% | - |
| XYZ | 35.74 | 50.47 | 8.12 | - |
| YUV | 168.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 9 | 0.23 | 0 | 0.96 | 0.2 | 74.15 | 0.92 | 0.42 |
| Hex | 9E | CC | 9 | 17 | 0 | 60 | 14 | 4A | 5C | 2A |
| Octal | 236 | 314 | 11 | 27 | 0 | 140 | 24 | 112 | 134 | 52 |
| Binary | 10011110 | 11001100 | 1001 | 10111 | 0 | 1100000 | 10100 | 1001010 | 1011100 | 101010 |
Color Harmonies of #9ECC09
Complementary color
Monochromatic Colors of #9ECC09
Black with #9ECC09
Text Example
Text Example
White with #9ECC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC09; }
p { color: rgb(158,204,9); }
H1.HeaderClassName
{
color: #9ECC09;
}
.AnyTagClassName
{
color: #9ECC09;
}
</style>
background-color css
<style>
a { background-color: #9ECC09; }
a { background-color: rgb(158,204,9); }
div.DivClassName
{
background-color: #9ECC09;
}
.BgClassName
{
background-color: #9ECC09;
}
</style>
border-color css
<style>
span { border-color: #9ECC09; }
span { border-color: rgb(158,204,9); }
td.TdClassName
{
border-color: #9ECC09;
}
.TagClassName
{
border-color: #9ECC09;
}
</style>