Shades of Citrus #9EBC0D
Tints of Citrus #9EBC0D
RGB
CMYK
RGB Variations
Color information
#9EBC0D (or 0x9EBC0D) is known color: Citrus. HEX triplet: 9E, BC and 0D. RGB value is (158,188,13). Sum of RGB (Red+Green+Blue) = 158+188+13=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBC0D is #6143F2. Grayscale: #9F9F9F. Windows color (decimal): -6374387 or 900254. OLE color: 900254.
HSL color Cylindrical-coordinate representation of color #9EBC0D: hue angle of 70.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EBC0D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 13 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.26 |
| HSL | 70.29º | 0.87% | 0.39% | - |
| HSV(B) | 70.29º | 0.93% | 0.74% | - |
| XYZ | 32.16 | 43.26 | 7.04 | - |
| YUV | 159.08 | 45.56 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 13 | 0.16 | 0 | 0.93 | 0.26 | 70.29 | 0.87 | 0.39 |
| Hex | 9E | BC | D | 10 | 0 | 5D | 1A | 46 | 57 | 27 |
| Octal | 236 | 274 | 15 | 20 | 0 | 135 | 32 | 106 | 127 | 47 |
| Binary | 10011110 | 10111100 | 1101 | 10000 | 0 | 1011101 | 11010 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9EBC0D
Complementary color
Monochromatic Colors of #9EBC0D
Black with #9EBC0D
Text Example
Text Example
White with #9EBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC0D; }
p { color: rgb(158,188,13); }
H1.HeaderClassName
{
color: #9EBC0D;
}
.AnyTagClassName
{
color: #9EBC0D;
}
</style>
background-color css
<style>
a { background-color: #9EBC0D; }
a { background-color: rgb(158,188,13); }
div.DivClassName
{
background-color: #9EBC0D;
}
.BgClassName
{
background-color: #9EBC0D;
}
</style>
border-color css
<style>
span { border-color: #9EBC0D; }
span { border-color: rgb(158,188,13); }
td.TdClassName
{
border-color: #9EBC0D;
}
.TagClassName
{
border-color: #9EBC0D;
}
</style>