Shades of Green #0E7A09
Tints of Green #0E7A09
RGB
CMYK
RGB Variations
Color information
#0E7A09 (or 0x0E7A09) is known color: Green. HEX triplet: 0E, 7A and 09. RGB value is (14,122,9). Sum of RGB (Red+Green+Blue) = 14+122+9=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 122 (48.05% from 255 or 84.14% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A09 is #F185F6. Grayscale: #4D4D4D. Windows color (decimal): -15828471 or 621070. OLE color: 621070.
HSL color Cylindrical-coordinate representation of color #0E7A09: hue angle of 117.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7A09 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 9 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.52 |
| HSL | 117.35º | 0.86% | 0.26% | - |
| HSV(B) | 117.35º | 0.93% | 0.48% | - |
| XYZ | 7.19 | 14.03 | 2.59 | - |
| YUV | 76.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 9 | 0.89 | 0 | 0.93 | 0.52 | 117.35 | 0.86 | 0.26 |
| Hex | E | 7A | 9 | 59 | 0 | 5D | 34 | 75 | 56 | 1A |
| Octal | 16 | 172 | 11 | 131 | 0 | 135 | 64 | 165 | 126 | 32 |
| Binary | 1110 | 1111010 | 1001 | 1011001 | 0 | 1011101 | 110100 | 1110101 | 1010110 | 11010 |
Color Harmonies of #0E7A09
Complementary color
Monochromatic Colors of #0E7A09
Black with #0E7A09
Text Example
Text Example
White with #0E7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A09; }
p { color: rgb(14,122,9); }
H1.HeaderClassName
{
color: #0E7A09;
}
.AnyTagClassName
{
color: #0E7A09;
}
</style>
background-color css
<style>
a { background-color: #0E7A09; }
a { background-color: rgb(14,122,9); }
div.DivClassName
{
background-color: #0E7A09;
}
.BgClassName
{
background-color: #0E7A09;
}
</style>
border-color css
<style>
span { border-color: #0E7A09; }
span { border-color: rgb(14,122,9); }
td.TdClassName
{
border-color: #0E7A09;
}
.TagClassName
{
border-color: #0E7A09;
}
</style>