Shades of Citrus #9EC50F
Tints of Citrus #9EC50F
RGB
CMYK
RGB Variations
Color information
#9EC50F (or 0x9EC50F) is known color: Citrus. HEX triplet: 9E, C5 and 0F. RGB value is (158,197,15). Sum of RGB (Red+Green+Blue) = 158+197+15=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC50F is #613AF0. Grayscale: #A5A5A5. Windows color (decimal): -6372081 or 1033630. OLE color: 1033630.
HSL color Cylindrical-coordinate representation of color #9EC50F: hue angle of 72.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EC50F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.23 |
| HSL | 72.86º | 0.86% | 0.42% | - |
| HSV(B) | 72.86º | 0.92% | 0.77% | - |
| XYZ | 34.15 | 47.24 | 7.77 | - |
| YUV | 164.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 15 | 0.20 | 0 | 0.92 | 0.23 | 72.86 | 0.86 | 0.42 |
| Hex | 9E | C5 | F | 14 | 0 | 5C | 17 | 49 | 56 | 2A |
| Octal | 236 | 305 | 17 | 24 | 0 | 134 | 27 | 111 | 126 | 52 |
| Binary | 10011110 | 11000101 | 1111 | 10100 | 0 | 1011100 | 10111 | 1001001 | 1010110 | 101010 |
Color Harmonies of #9EC50F
Complementary color
Monochromatic Colors of #9EC50F
Black with #9EC50F
Text Example
Text Example
White with #9EC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC50F; }
p { color: rgb(158,197,15); }
H1.HeaderClassName
{
color: #9EC50F;
}
.AnyTagClassName
{
color: #9EC50F;
}
</style>
background-color css
<style>
a { background-color: #9EC50F; }
a { background-color: rgb(158,197,15); }
div.DivClassName
{
background-color: #9EC50F;
}
.BgClassName
{
background-color: #9EC50F;
}
</style>
border-color css
<style>
span { border-color: #9EC50F; }
span { border-color: rgb(158,197,15); }
td.TdClassName
{
border-color: #9EC50F;
}
.TagClassName
{
border-color: #9EC50F;
}
</style>