Shades of Green #0E850D
Tints of Green #0E850D
RGB
CMYK
RGB Variations
Color information
#0E850D (or 0x0E850D) is known color: Green. HEX triplet: 0E, 85 and 0D. RGB value is (14,133,13). Sum of RGB (Red+Green+Blue) = 14+133+13=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #0E850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E850D is #F17AF2. Grayscale: #545454. Windows color (decimal): -15825651 or 886030. OLE color: 886030.
HSL color Cylindrical-coordinate representation of color #0E850D: hue angle of 119.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E850D is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 13 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.48 |
| HSL | 119.5º | 0.82% | 0.29% | - |
| HSV(B) | 119.5º | 0.9% | 0.52% | - |
| XYZ | 8.64 | 16.9 | 3.19 | - |
| YUV | 83.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 13 | 0.89 | 0 | 0.90 | 0.48 | 119.5 | 0.82 | 0.29 |
| Hex | E | 85 | D | 59 | 0 | 5A | 30 | 78 | 52 | 1D |
| Octal | 16 | 205 | 15 | 131 | 0 | 132 | 60 | 170 | 122 | 35 |
| Binary | 1110 | 10000101 | 1101 | 1011001 | 0 | 1011010 | 110000 | 1111000 | 1010010 | 11101 |
Color Harmonies of #0E850D
Complementary color
Monochromatic Colors of #0E850D
Black with #0E850D
Text Example
Text Example
White with #0E850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E850D; }
p { color: rgb(14,133,13); }
H1.HeaderClassName
{
color: #0E850D;
}
.AnyTagClassName
{
color: #0E850D;
}
</style>
background-color css
<style>
a { background-color: #0E850D; }
a { background-color: rgb(14,133,13); }
div.DivClassName
{
background-color: #0E850D;
}
.BgClassName
{
background-color: #0E850D;
}
</style>
border-color css
<style>
span { border-color: #0E850D; }
span { border-color: rgb(14,133,13); }
td.TdClassName
{
border-color: #0E850D;
}
.TagClassName
{
border-color: #0E850D;
}
</style>