Shades of Citrus #9ECB04
Tints of Citrus #9ECB04
RGB
CMYK
RGB Variations
Color information
#9ECB04 (or 0x9ECB04) is known color: Citrus. HEX triplet: 9E, CB and 04. RGB value is (158,203,4). Sum of RGB (Red+Green+Blue) = 158+203+4=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECB04 is #6134FB. Grayscale: #A7A7A7. Windows color (decimal): -6370556 or 314270. OLE color: 314270.
HSL color Cylindrical-coordinate representation of color #9ECB04: hue angle of 73.57º 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 #9ECB04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.20 |
| HSL | 73.57º | 0.96% | 0.41% | - |
| HSV(B) | 73.57º | 0.98% | 0.8% | - |
| XYZ | 35.48 | 49.99 | 7.89 | - |
| YUV | 166.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 4 | 0.22 | 0 | 0.98 | 0.20 | 73.57 | 0.96 | 0.41 |
| Hex | 9E | CB | 4 | 16 | 0 | 62 | 14 | 4A | 60 | 29 |
| Octal | 236 | 313 | 4 | 26 | 0 | 142 | 24 | 112 | 140 | 51 |
| Binary | 10011110 | 11001011 | 100 | 10110 | 0 | 1100010 | 10100 | 1001010 | 1100000 | 101001 |
Color Harmonies of #9ECB04
Complementary color
Monochromatic Colors of #9ECB04
Black with #9ECB04
Text Example
Text Example
White with #9ECB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB04; }
p { color: rgb(158,203,4); }
H1.HeaderClassName
{
color: #9ECB04;
}
.AnyTagClassName
{
color: #9ECB04;
}
</style>
background-color css
<style>
a { background-color: #9ECB04; }
a { background-color: rgb(158,203,4); }
div.DivClassName
{
background-color: #9ECB04;
}
.BgClassName
{
background-color: #9ECB04;
}
</style>
border-color css
<style>
span { border-color: #9ECB04; }
span { border-color: rgb(158,203,4); }
td.TdClassName
{
border-color: #9ECB04;
}
.TagClassName
{
border-color: #9ECB04;
}
</style>