Shades of Green #0E8510
Tints of Green #0E8510
RGB
CMYK
RGB Variations
Color information
#0E8510 (or 0x0E8510) is known color: Green. HEX triplet: 0E, 85 and 10. RGB value is (14,133,16). Sum of RGB (Red+Green+Blue) = 14+133+16=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8510 is #F17AEF. Grayscale: #545454. Windows color (decimal): -15825648 or 1082638. OLE color: 1082638.
HSL color Cylindrical-coordinate representation of color #0E8510: hue angle of 121.01º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8510 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 16 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.48 |
| HSL | 121.01º | 0.81% | 0.29% | - |
| HSV(B) | 121.01º | 0.89% | 0.52% | - |
| XYZ | 8.66 | 16.91 | 3.3 | - |
| YUV | 84.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 16 | 0.89 | 0 | 0.88 | 0.48 | 121.01 | 0.81 | 0.29 |
| Hex | E | 85 | 10 | 59 | 0 | 58 | 30 | 79 | 51 | 1D |
| Octal | 16 | 205 | 20 | 131 | 0 | 130 | 60 | 171 | 121 | 35 |
| Binary | 1110 | 10000101 | 10000 | 1011001 | 0 | 1011000 | 110000 | 1111001 | 1010001 | 11101 |
Color Harmonies of #0E8510
Complementary color
Monochromatic Colors of #0E8510
Black with #0E8510
Text Example
Text Example
White with #0E8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8510; }
p { color: rgb(14,133,16); }
H1.HeaderClassName
{
color: #0E8510;
}
.AnyTagClassName
{
color: #0E8510;
}
</style>
background-color css
<style>
a { background-color: #0E8510; }
a { background-color: rgb(14,133,16); }
div.DivClassName
{
background-color: #0E8510;
}
.BgClassName
{
background-color: #0E8510;
}
</style>
border-color css
<style>
span { border-color: #0E8510; }
span { border-color: rgb(14,133,16); }
td.TdClassName
{
border-color: #0E8510;
}
.TagClassName
{
border-color: #0E8510;
}
</style>