Shades of Citrus #9EC40D
Tints of Citrus #9EC40D
RGB
CMYK
RGB Variations
Color information
#9EC40D (or 0x9EC40D) is known color: Citrus. HEX triplet: 9E, C4 and 0D. RGB value is (158,196,13). Sum of RGB (Red+Green+Blue) = 158+196+13=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC40D is #613BF2. Grayscale: #A4A4A4. Windows color (decimal): -6372339 or 902302. OLE color: 902302.
HSL color Cylindrical-coordinate representation of color #9EC40D: hue angle of 72.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EC40D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.23 |
| HSL | 72.46º | 0.88% | 0.41% | - |
| HSV(B) | 72.46º | 0.93% | 0.77% | - |
| XYZ | 33.91 | 46.78 | 7.62 | - |
| YUV | 163.78 | 42.91 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 13 | 0.19 | 0 | 0.93 | 0.23 | 72.46 | 0.88 | 0.41 |
| Hex | 9E | C4 | D | 13 | 0 | 5D | 17 | 48 | 58 | 29 |
| Octal | 236 | 304 | 15 | 23 | 0 | 135 | 27 | 110 | 130 | 51 |
| Binary | 10011110 | 11000100 | 1101 | 10011 | 0 | 1011101 | 10111 | 1001000 | 1011000 | 101001 |
Color Harmonies of #9EC40D
Complementary color
Monochromatic Colors of #9EC40D
Black with #9EC40D
Text Example
Text Example
White with #9EC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC40D; }
p { color: rgb(158,196,13); }
H1.HeaderClassName
{
color: #9EC40D;
}
.AnyTagClassName
{
color: #9EC40D;
}
</style>
background-color css
<style>
a { background-color: #9EC40D; }
a { background-color: rgb(158,196,13); }
div.DivClassName
{
background-color: #9EC40D;
}
.BgClassName
{
background-color: #9EC40D;
}
</style>
border-color css
<style>
span { border-color: #9EC40D; }
span { border-color: rgb(158,196,13); }
td.TdClassName
{
border-color: #9EC40D;
}
.TagClassName
{
border-color: #9EC40D;
}
</style>