Shades of Citrus #9EC50D
Tints of Citrus #9EC50D
RGB
CMYK
RGB Variations
Color information
#9EC50D (or 0x9EC50D) is known color: Citrus. HEX triplet: 9E, C5 and 0D. RGB value is (158,197,13). Sum of RGB (Red+Green+Blue) = 158+197+13=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC50D is #613AF2. Grayscale: #A5A5A5. Windows color (decimal): -6372083 or 902558. OLE color: 902558.
HSL color Cylindrical-coordinate representation of color #9EC50D: hue angle of 72.72º 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 #9EC50D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 13 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.23 |
| HSL | 72.72º | 0.88% | 0.41% | - |
| HSV(B) | 72.72º | 0.93% | 0.77% | - |
| XYZ | 34.14 | 47.23 | 7.7 | - |
| YUV | 164.36 | 42.58 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 13 | 0.20 | 0 | 0.93 | 0.23 | 72.72 | 0.88 | 0.41 |
| Hex | 9E | C5 | D | 14 | 0 | 5D | 17 | 49 | 58 | 29 |
| Octal | 236 | 305 | 15 | 24 | 0 | 135 | 27 | 111 | 130 | 51 |
| Binary | 10011110 | 11000101 | 1101 | 10100 | 0 | 1011101 | 10111 | 1001001 | 1011000 | 101001 |
Color Harmonies of #9EC50D
Complementary color
Monochromatic Colors of #9EC50D
Black with #9EC50D
Text Example
Text Example
White with #9EC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC50D; }
p { color: rgb(158,197,13); }
H1.HeaderClassName
{
color: #9EC50D;
}
.AnyTagClassName
{
color: #9EC50D;
}
</style>
background-color css
<style>
a { background-color: #9EC50D; }
a { background-color: rgb(158,197,13); }
div.DivClassName
{
background-color: #9EC50D;
}
.BgClassName
{
background-color: #9EC50D;
}
</style>
border-color css
<style>
span { border-color: #9EC50D; }
span { border-color: rgb(158,197,13); }
td.TdClassName
{
border-color: #9EC50D;
}
.TagClassName
{
border-color: #9EC50D;
}
</style>