Shades of Green #0E7D14
Tints of Green #0E7D14
RGB
CMYK
RGB Variations
Color information
#0E7D14 (or 0x0E7D14) is known color: Green. HEX triplet: 0E, 7D and 14. RGB value is (14,125,20). Sum of RGB (Red+Green+Blue) = 14+125+20=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7D14 is #F182EB. Grayscale: #505050. Windows color (decimal): -15827692 or 1342734. OLE color: 1342734.
HSL color Cylindrical-coordinate representation of color #0E7D14: hue angle of 123.24º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7D14 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 125 | 20 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.51 |
| HSL | 123.24º | 0.8% | 0.27% | - |
| HSV(B) | 123.24º | 0.89% | 0.49% | - |
| XYZ | 7.64 | 14.81 | 3.12 | - |
| YUV | 79.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 20 | 0.89 | 0 | 0.84 | 0.51 | 123.24 | 0.8 | 0.27 |
| Hex | E | 7D | 14 | 59 | 0 | 54 | 33 | 7B | 50 | 1B |
| Octal | 16 | 175 | 24 | 131 | 0 | 124 | 63 | 173 | 120 | 33 |
| Binary | 1110 | 1111101 | 10100 | 1011001 | 0 | 1010100 | 110011 | 1111011 | 1010000 | 11011 |
Color Harmonies of #0E7D14
Complementary color
Monochromatic Colors of #0E7D14
Black with #0E7D14
Text Example
Text Example
White with #0E7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7D14; }
p { color: rgb(14,125,20); }
H1.HeaderClassName
{
color: #0E7D14;
}
.AnyTagClassName
{
color: #0E7D14;
}
</style>
background-color css
<style>
a { background-color: #0E7D14; }
a { background-color: rgb(14,125,20); }
div.DivClassName
{
background-color: #0E7D14;
}
.BgClassName
{
background-color: #0E7D14;
}
</style>
border-color css
<style>
span { border-color: #0E7D14; }
span { border-color: rgb(14,125,20); }
td.TdClassName
{
border-color: #0E7D14;
}
.TagClassName
{
border-color: #0E7D14;
}
</style>