Shades of Green #0E870D
Tints of Green #0E870D
RGB
CMYK
RGB Variations
Color information
#0E870D (or 0x0E870D) is known color: Green. HEX triplet: 0E, 87 and 0D. RGB value is (14,135,13). Sum of RGB (Red+Green+Blue) = 14+135+13=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 135 (53.12% from 255 or 83.33% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 135 - color contains mainly: green. Hex color #0E870D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E870D is #F178F2. Grayscale: #555555. Windows color (decimal): -15825139 or 886542. OLE color: 886542.
HSL color Cylindrical-coordinate representation of color #0E870D: hue angle of 119.51º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E870D is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 135 | 13 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.47 |
| HSL | 119.51º | 0.82% | 0.29% | - |
| HSV(B) | 119.51º | 0.9% | 0.53% | - |
| XYZ | 8.92 | 17.45 | 3.28 | - |
| YUV | 84.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 135 | 13 | 0.90 | 0 | 0.90 | 0.47 | 119.51 | 0.82 | 0.29 |
| Hex | E | 87 | D | 5A | 0 | 5A | 2F | 78 | 52 | 1D |
| Octal | 16 | 207 | 15 | 132 | 0 | 132 | 57 | 170 | 122 | 35 |
| Binary | 1110 | 10000111 | 1101 | 1011010 | 0 | 1011010 | 101111 | 1111000 | 1010010 | 11101 |
Color Harmonies of #0E870D
Complementary color
Monochromatic Colors of #0E870D
Black with #0E870D
Text Example
Text Example
White with #0E870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E870D; }
p { color: rgb(14,135,13); }
H1.HeaderClassName
{
color: #0E870D;
}
.AnyTagClassName
{
color: #0E870D;
}
</style>
background-color css
<style>
a { background-color: #0E870D; }
a { background-color: rgb(14,135,13); }
div.DivClassName
{
background-color: #0E870D;
}
.BgClassName
{
background-color: #0E870D;
}
</style>
border-color css
<style>
span { border-color: #0E870D; }
span { border-color: rgb(14,135,13); }
td.TdClassName
{
border-color: #0E870D;
}
.TagClassName
{
border-color: #0E870D;
}
</style>