Shades of Citrus #9EC10D
Tints of Citrus #9EC10D
RGB
CMYK
RGB Variations
Color information
#9EC10D (or 0x9EC10D) is known color: Citrus. HEX triplet: 9E, C1 and 0D. RGB value is (158,193,13). Sum of RGB (Red+Green+Blue) = 158+193+13=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC10D is #613EF2. Grayscale: #A2A2A2. Windows color (decimal): -6373107 or 901534. OLE color: 901534.
HSL color Cylindrical-coordinate representation of color #9EC10D: hue angle of 71.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EC10D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.24 |
| HSL | 71.67º | 0.87% | 0.4% | - |
| HSV(B) | 71.67º | 0.93% | 0.76% | - |
| XYZ | 33.24 | 45.44 | 7.4 | - |
| YUV | 162.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 13 | 0.18 | 0 | 0.93 | 0.24 | 71.67 | 0.87 | 0.4 |
| Hex | 9E | C1 | D | 12 | 0 | 5D | 18 | 48 | 57 | 28 |
| Octal | 236 | 301 | 15 | 22 | 0 | 135 | 30 | 110 | 127 | 50 |
| Binary | 10011110 | 11000001 | 1101 | 10010 | 0 | 1011101 | 11000 | 1001000 | 1010111 | 101000 |
Color Harmonies of #9EC10D
Complementary color
Monochromatic Colors of #9EC10D
Black with #9EC10D
Text Example
Text Example
White with #9EC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC10D; }
p { color: rgb(158,193,13); }
H1.HeaderClassName
{
color: #9EC10D;
}
.AnyTagClassName
{
color: #9EC10D;
}
</style>
background-color css
<style>
a { background-color: #9EC10D; }
a { background-color: rgb(158,193,13); }
div.DivClassName
{
background-color: #9EC10D;
}
.BgClassName
{
background-color: #9EC10D;
}
</style>
border-color css
<style>
span { border-color: #9EC10D; }
span { border-color: rgb(158,193,13); }
td.TdClassName
{
border-color: #9EC10D;
}
.TagClassName
{
border-color: #9EC10D;
}
</style>