Shades of Citrus #9EBC0E
Tints of Citrus #9EBC0E
RGB
CMYK
RGB Variations
Color information
#9EBC0E (or 0x9EBC0E) is known color: Citrus. HEX triplet: 9E, BC and 0E. RGB value is (158,188,14). Sum of RGB (Red+Green+Blue) = 158+188+14=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBC0E is #6143F1. Grayscale: #9F9F9F. Windows color (decimal): -6374386 or 965790. OLE color: 965790.
HSL color Cylindrical-coordinate representation of color #9EBC0E: hue angle of 70.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EBC0E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.26 |
| HSL | 70.34º | 0.86% | 0.4% | - |
| HSV(B) | 70.34º | 0.93% | 0.74% | - |
| XYZ | 32.16 | 43.27 | 7.07 | - |
| YUV | 159.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 14 | 0.16 | 0 | 0.93 | 0.26 | 70.34 | 0.86 | 0.4 |
| Hex | 9E | BC | E | 10 | 0 | 5D | 1A | 46 | 56 | 28 |
| Octal | 236 | 274 | 16 | 20 | 0 | 135 | 32 | 106 | 126 | 50 |
| Binary | 10011110 | 10111100 | 1110 | 10000 | 0 | 1011101 | 11010 | 1000110 | 1010110 | 101000 |
Color Harmonies of #9EBC0E
Complementary color
Monochromatic Colors of #9EBC0E
Black with #9EBC0E
Text Example
Text Example
White with #9EBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC0E; }
p { color: rgb(158,188,14); }
H1.HeaderClassName
{
color: #9EBC0E;
}
.AnyTagClassName
{
color: #9EBC0E;
}
</style>
background-color css
<style>
a { background-color: #9EBC0E; }
a { background-color: rgb(158,188,14); }
div.DivClassName
{
background-color: #9EBC0E;
}
.BgClassName
{
background-color: #9EBC0E;
}
</style>
border-color css
<style>
span { border-color: #9EBC0E; }
span { border-color: rgb(158,188,14); }
td.TdClassName
{
border-color: #9EBC0E;
}
.TagClassName
{
border-color: #9EBC0E;
}
</style>