Shades of Green #0E8108
Tints of Green #0E8108
RGB
CMYK
RGB Variations
Color information
#0E8108 (or 0x0E8108) is known color: Green. HEX triplet: 0E, 81 and 08. RGB value is (14,129,8). Sum of RGB (Red+Green+Blue) = 14+129+8=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 129 (50.78% from 255 or 85.43% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8108 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8108 is #F17EF7. Grayscale: #515151. Windows color (decimal): -15826680 or 557326. OLE color: 557326.
HSL color Cylindrical-coordinate representation of color #0E8108: hue angle of 117.02º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8108 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 8 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.49 |
| HSL | 117.02º | 0.88% | 0.27% | - |
| HSV(B) | 117.02º | 0.94% | 0.51% | - |
| XYZ | 8.08 | 15.81 | 2.86 | - |
| YUV | 80.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 8 | 0.89 | 0 | 0.94 | 0.49 | 117.02 | 0.88 | 0.27 |
| Hex | E | 81 | 8 | 59 | 0 | 5E | 31 | 75 | 58 | 1B |
| Octal | 16 | 201 | 10 | 131 | 0 | 136 | 61 | 165 | 130 | 33 |
| Binary | 1110 | 10000001 | 1000 | 1011001 | 0 | 1011110 | 110001 | 1110101 | 1011000 | 11011 |
Color Harmonies of #0E8108
Complementary color
Monochromatic Colors of #0E8108
Black with #0E8108
Text Example
Text Example
White with #0E8108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8108; }
p { color: rgb(14,129,8); }
H1.HeaderClassName
{
color: #0E8108;
}
.AnyTagClassName
{
color: #0E8108;
}
</style>
background-color css
<style>
a { background-color: #0E8108; }
a { background-color: rgb(14,129,8); }
div.DivClassName
{
background-color: #0E8108;
}
.BgClassName
{
background-color: #0E8108;
}
</style>
border-color css
<style>
span { border-color: #0E8108; }
span { border-color: rgb(14,129,8); }
td.TdClassName
{
border-color: #0E8108;
}
.TagClassName
{
border-color: #0E8108;
}
</style>