Shades of Citrus #9ECD04
Tints of Citrus #9ECD04
RGB
CMYK
RGB Variations
Color information
#9ECD04 (or 0x9ECD04) is known color: Citrus. HEX triplet: 9E, CD and 04. RGB value is (158,205,4). Sum of RGB (Red+Green+Blue) = 158+205+4=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECD04 is #6132FB. Grayscale: #A8A8A8. Windows color (decimal): -6370044 or 314782. OLE color: 314782.
HSL color Cylindrical-coordinate representation of color #9ECD04: hue angle of 74.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ECD04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.20 |
| HSL | 74.03º | 0.96% | 0.41% | - |
| HSV(B) | 74.03º | 0.98% | 0.8% | - |
| XYZ | 35.95 | 50.94 | 8.05 | - |
| YUV | 168.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 4 | 0.23 | 0 | 0.98 | 0.20 | 74.03 | 0.96 | 0.41 |
| Hex | 9E | CD | 4 | 17 | 0 | 62 | 14 | 4A | 60 | 29 |
| Octal | 236 | 315 | 4 | 27 | 0 | 142 | 24 | 112 | 140 | 51 |
| Binary | 10011110 | 11001101 | 100 | 10111 | 0 | 1100010 | 10100 | 1001010 | 1100000 | 101001 |
Color Harmonies of #9ECD04
Complementary color
Monochromatic Colors of #9ECD04
Black with #9ECD04
Text Example
Text Example
White with #9ECD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD04; }
p { color: rgb(158,205,4); }
H1.HeaderClassName
{
color: #9ECD04;
}
.AnyTagClassName
{
color: #9ECD04;
}
</style>
background-color css
<style>
a { background-color: #9ECD04; }
a { background-color: rgb(158,205,4); }
div.DivClassName
{
background-color: #9ECD04;
}
.BgClassName
{
background-color: #9ECD04;
}
</style>
border-color css
<style>
span { border-color: #9ECD04; }
span { border-color: rgb(158,205,4); }
td.TdClassName
{
border-color: #9ECD04;
}
.TagClassName
{
border-color: #9ECD04;
}
</style>