Shades of Green #0E8008
Tints of Green #0E8008
RGB
CMYK
RGB Variations
Color information
#0E8008 (or 0x0E8008) is known color: Green. HEX triplet: 0E, 80 and 08. RGB value is (14,128,8). Sum of RGB (Red+Green+Blue) = 14+128+8=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #0E8008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8008 is #F17FF7. Grayscale: #505050. Windows color (decimal): -15826936 or 557070. OLE color: 557070.
HSL color Cylindrical-coordinate representation of color #0E8008: hue angle of 117º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8008 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 8 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.50 |
| HSL | 117º | 0.88% | 0.27% | - |
| HSV(B) | 117º | 0.94% | 0.5% | - |
| XYZ | 7.94 | 15.55 | 2.81 | - |
| YUV | 80.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 8 | 0.89 | 0 | 0.94 | 0.50 | 117 | 0.88 | 0.27 |
| Hex | E | 80 | 8 | 59 | 0 | 5E | 32 | 75 | 58 | 1B |
| Octal | 16 | 200 | 10 | 131 | 0 | 136 | 62 | 165 | 130 | 33 |
| Binary | 1110 | 10000000 | 1000 | 1011001 | 0 | 1011110 | 110010 | 1110101 | 1011000 | 11011 |
Color Harmonies of #0E8008
Complementary color
Monochromatic Colors of #0E8008
Black with #0E8008
Text Example
Text Example
White with #0E8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8008; }
p { color: rgb(14,128,8); }
H1.HeaderClassName
{
color: #0E8008;
}
.AnyTagClassName
{
color: #0E8008;
}
</style>
background-color css
<style>
a { background-color: #0E8008; }
a { background-color: rgb(14,128,8); }
div.DivClassName
{
background-color: #0E8008;
}
.BgClassName
{
background-color: #0E8008;
}
</style>
border-color css
<style>
span { border-color: #0E8008; }
span { border-color: rgb(14,128,8); }
td.TdClassName
{
border-color: #0E8008;
}
.TagClassName
{
border-color: #0E8008;
}
</style>