Shades of Green #0E8A08
Tints of Green #0E8A08
RGB
CMYK
RGB Variations
Color information
#0E8A08 (or 0x0E8A08) is known color: Green. HEX triplet: 0E, 8A and 08. RGB value is (14,138,8). Sum of RGB (Red+Green+Blue) = 14+138+8=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 138 (54.30% from 255 or 86.25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8A08 is #F175F7. Grayscale: #565656. Windows color (decimal): -15824376 or 559630. OLE color: 559630.
HSL color Cylindrical-coordinate representation of color #0E8A08: hue angle of 117.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8A08 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 138 | 8 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.46 |
| HSL | 117.23º | 0.89% | 0.29% | - |
| HSV(B) | 117.23º | 0.94% | 0.54% | - |
| XYZ | 9.31 | 18.29 | 3.27 | - |
| YUV | 86.1 | 83.92 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 8 | 0.90 | 0 | 0.94 | 0.46 | 117.23 | 0.89 | 0.29 |
| Hex | E | 8A | 8 | 5A | 0 | 5E | 2E | 75 | 59 | 1D |
| Octal | 16 | 212 | 10 | 132 | 0 | 136 | 56 | 165 | 131 | 35 |
| Binary | 1110 | 10001010 | 1000 | 1011010 | 0 | 1011110 | 101110 | 1110101 | 1011001 | 11101 |
Color Harmonies of #0E8A08
Complementary color
Monochromatic Colors of #0E8A08
Black with #0E8A08
Text Example
Text Example
White with #0E8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8A08; }
p { color: rgb(14,138,8); }
H1.HeaderClassName
{
color: #0E8A08;
}
.AnyTagClassName
{
color: #0E8A08;
}
</style>
background-color css
<style>
a { background-color: #0E8A08; }
a { background-color: rgb(14,138,8); }
div.DivClassName
{
background-color: #0E8A08;
}
.BgClassName
{
background-color: #0E8A08;
}
</style>
border-color css
<style>
span { border-color: #0E8A08; }
span { border-color: rgb(14,138,8); }
td.TdClassName
{
border-color: #0E8A08;
}
.TagClassName
{
border-color: #0E8A08;
}
</style>