Shades of Green #0E820E
Tints of Green #0E820E
RGB
CMYK
RGB Variations
Color information
#0E820E (or 0x0E820E) is known color: Green. HEX triplet: 0E, 82 and 0E. RGB value is (14,130,14). Sum of RGB (Red+Green+Blue) = 14+130+14=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #0E820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E820E is #F17DF1. Grayscale: #525252. Windows color (decimal): -15826418 or 950798. OLE color: 950798.
HSL color Cylindrical-coordinate representation of color #0E820E: hue angle of 120º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E820E is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 14 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.49 |
| HSL | 120º | 0.81% | 0.28% | - |
| HSV(B) | 120º | 0.89% | 0.51% | - |
| XYZ | 8.24 | 16.09 | 3.09 | - |
| YUV | 82.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 14 | 0.89 | 0 | 0.89 | 0.49 | 120 | 0.81 | 0.28 |
| Hex | E | 82 | E | 59 | 0 | 59 | 31 | 78 | 51 | 1C |
| Octal | 16 | 202 | 16 | 131 | 0 | 131 | 61 | 170 | 121 | 34 |
| Binary | 1110 | 10000010 | 1110 | 1011001 | 0 | 1011001 | 110001 | 1111000 | 1010001 | 11100 |
Color Harmonies of #0E820E
Complementary color
Monochromatic Colors of #0E820E
Black with #0E820E
Text Example
Text Example
White with #0E820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E820E; }
p { color: rgb(14,130,14); }
H1.HeaderClassName
{
color: #0E820E;
}
.AnyTagClassName
{
color: #0E820E;
}
</style>
background-color css
<style>
a { background-color: #0E820E; }
a { background-color: rgb(14,130,14); }
div.DivClassName
{
background-color: #0E820E;
}
.BgClassName
{
background-color: #0E820E;
}
</style>
border-color css
<style>
span { border-color: #0E820E; }
span { border-color: rgb(14,130,14); }
td.TdClassName
{
border-color: #0E820E;
}
.TagClassName
{
border-color: #0E820E;
}
</style>