Shades of Green #0E7816
Tints of Green #0E7816
RGB
CMYK
RGB Variations
Color information
#0E7816 (or 0x0E7816) is known color: Green. HEX triplet: 0E, 78 and 16. RGB value is (14,120,22). Sum of RGB (Red+Green+Blue) = 14+120+22=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 120 (47.27% from 255 or 76.92% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7816 is #F187E9. Grayscale: #4D4D4D. Windows color (decimal): -15828970 or 1472526. OLE color: 1472526.
HSL color Cylindrical-coordinate representation of color #0E7816: hue angle of 124.53º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7816 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 22 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.53 |
| HSL | 124.53º | 0.79% | 0.26% | - |
| HSV(B) | 124.53º | 0.88% | 0.47% | - |
| XYZ | 7.04 | 13.58 | 3.01 | - |
| YUV | 77.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 22 | 0.88 | 0 | 0.82 | 0.53 | 124.53 | 0.79 | 0.26 |
| Hex | E | 78 | 16 | 58 | 0 | 52 | 35 | 7D | 4F | 1A |
| Octal | 16 | 170 | 26 | 130 | 0 | 122 | 65 | 175 | 117 | 32 |
| Binary | 1110 | 1111000 | 10110 | 1011000 | 0 | 1010010 | 110101 | 1111101 | 1001111 | 11010 |
Color Harmonies of #0E7816
Complementary color
Monochromatic Colors of #0E7816
Black with #0E7816
Text Example
Text Example
White with #0E7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7816; }
p { color: rgb(14,120,22); }
H1.HeaderClassName
{
color: #0E7816;
}
.AnyTagClassName
{
color: #0E7816;
}
</style>
background-color css
<style>
a { background-color: #0E7816; }
a { background-color: rgb(14,120,22); }
div.DivClassName
{
background-color: #0E7816;
}
.BgClassName
{
background-color: #0E7816;
}
</style>
border-color css
<style>
span { border-color: #0E7816; }
span { border-color: rgb(14,120,22); }
td.TdClassName
{
border-color: #0E7816;
}
.TagClassName
{
border-color: #0E7816;
}
</style>