Shades of Green #0E8009
Tints of Green #0E8009
RGB
CMYK
RGB Variations
Color information
#0E8009 (or 0x0E8009) is known color: Green. HEX triplet: 0E, 80 and 09. RGB value is (14,128,9). Sum of RGB (Red+Green+Blue) = 14+128+9=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 128 (50.39% from 255 or 84.77% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 128 - color contains mainly: green. Hex color #0E8009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8009 is #F17FF6. Grayscale: #505050. Windows color (decimal): -15826935 or 622606. OLE color: 622606.
HSL color Cylindrical-coordinate representation of color #0E8009: hue angle of 117.48º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8009 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 9 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.50 |
| HSL | 117.48º | 0.87% | 0.27% | - |
| HSV(B) | 117.48º | 0.93% | 0.5% | - |
| XYZ | 7.95 | 15.55 | 2.84 | - |
| YUV | 80.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 9 | 0.89 | 0 | 0.93 | 0.50 | 117.48 | 0.87 | 0.27 |
| Hex | E | 80 | 9 | 59 | 0 | 5D | 32 | 75 | 57 | 1B |
| Octal | 16 | 200 | 11 | 131 | 0 | 135 | 62 | 165 | 127 | 33 |
| Binary | 1110 | 10000000 | 1001 | 1011001 | 0 | 1011101 | 110010 | 1110101 | 1010111 | 11011 |
Color Harmonies of #0E8009
Complementary color
Monochromatic Colors of #0E8009
Black with #0E8009
Text Example
Text Example
White with #0E8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8009; }
p { color: rgb(14,128,9); }
H1.HeaderClassName
{
color: #0E8009;
}
.AnyTagClassName
{
color: #0E8009;
}
</style>
background-color css
<style>
a { background-color: #0E8009; }
a { background-color: rgb(14,128,9); }
div.DivClassName
{
background-color: #0E8009;
}
.BgClassName
{
background-color: #0E8009;
}
</style>
border-color css
<style>
span { border-color: #0E8009; }
span { border-color: rgb(14,128,9); }
td.TdClassName
{
border-color: #0E8009;
}
.TagClassName
{
border-color: #0E8009;
}
</style>