Shades of Citrus #9ECD09
Tints of Citrus #9ECD09
RGB
CMYK
RGB Variations
Color information
#9ECD09 (or 0x9ECD09) is known color: Citrus. HEX triplet: 9E, CD and 09. RGB value is (158,205,9). Sum of RGB (Red+Green+Blue) = 158+205+9=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECD09 is #6132F6. Grayscale: #A9A9A9. Windows color (decimal): -6370039 or 642462. OLE color: 642462.
HSL color Cylindrical-coordinate representation of color #9ECD09: hue angle of 74.39º 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 #9ECD09 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.20 |
| HSL | 74.39º | 0.92% | 0.42% | - |
| HSV(B) | 74.39º | 0.96% | 0.8% | - |
| XYZ | 35.98 | 50.95 | 8.2 | - |
| YUV | 168.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 9 | 0.23 | 0 | 0.96 | 0.20 | 74.39 | 0.92 | 0.42 |
| Hex | 9E | CD | 9 | 17 | 0 | 60 | 14 | 4A | 5C | 2A |
| Octal | 236 | 315 | 11 | 27 | 0 | 140 | 24 | 112 | 134 | 52 |
| Binary | 10011110 | 11001101 | 1001 | 10111 | 0 | 1100000 | 10100 | 1001010 | 1011100 | 101010 |
Color Harmonies of #9ECD09
Complementary color
Monochromatic Colors of #9ECD09
Black with #9ECD09
Text Example
Text Example
White with #9ECD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD09; }
p { color: rgb(158,205,9); }
H1.HeaderClassName
{
color: #9ECD09;
}
.AnyTagClassName
{
color: #9ECD09;
}
</style>
background-color css
<style>
a { background-color: #9ECD09; }
a { background-color: rgb(158,205,9); }
div.DivClassName
{
background-color: #9ECD09;
}
.BgClassName
{
background-color: #9ECD09;
}
</style>
border-color css
<style>
span { border-color: #9ECD09; }
span { border-color: rgb(158,205,9); }
td.TdClassName
{
border-color: #9ECD09;
}
.TagClassName
{
border-color: #9ECD09;
}
</style>