Shades of Green #0E7F16
Tints of Green #0E7F16
RGB
CMYK
RGB Variations
Color information
#0E7F16 (or 0x0E7F16) is known color: Green. HEX triplet: 0E, 7F and 16. RGB value is (14,127,22). Sum of RGB (Red+Green+Blue) = 14+127+22=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 127 (50% from 255 or 77.91% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7F16 is #F180E9. Grayscale: #515151. Windows color (decimal): -15827178 or 1474318. OLE color: 1474318.
HSL color Cylindrical-coordinate representation of color #0E7F16: hue angle of 124.25º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F16 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 22 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.50 |
| HSL | 124.25º | 0.8% | 0.28% | - |
| HSV(B) | 124.25º | 0.89% | 0.5% | - |
| XYZ | 7.92 | 15.33 | 3.3 | - |
| YUV | 81.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 22 | 0.89 | 0 | 0.83 | 0.50 | 124.25 | 0.8 | 0.28 |
| Hex | E | 7F | 16 | 59 | 0 | 53 | 32 | 7C | 50 | 1C |
| Octal | 16 | 177 | 26 | 131 | 0 | 123 | 62 | 174 | 120 | 34 |
| Binary | 1110 | 1111111 | 10110 | 1011001 | 0 | 1010011 | 110010 | 1111100 | 1010000 | 11100 |
Color Harmonies of #0E7F16
Complementary color
Monochromatic Colors of #0E7F16
Black with #0E7F16
Text Example
Text Example
White with #0E7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F16; }
p { color: rgb(14,127,22); }
H1.HeaderClassName
{
color: #0E7F16;
}
.AnyTagClassName
{
color: #0E7F16;
}
</style>
background-color css
<style>
a { background-color: #0E7F16; }
a { background-color: rgb(14,127,22); }
div.DivClassName
{
background-color: #0E7F16;
}
.BgClassName
{
background-color: #0E7F16;
}
</style>
border-color css
<style>
span { border-color: #0E7F16; }
span { border-color: rgb(14,127,22); }
td.TdClassName
{
border-color: #0E7F16;
}
.TagClassName
{
border-color: #0E7F16;
}
</style>