Shades of Green #0E5E05
Tints of Green #0E5E05
RGB
CMYK
RGB Variations
Color information
#0E5E05 (or 0x0E5E05) is known color: Green. HEX triplet: 0E, 5E and 05. RGB value is (14,94,5). Sum of RGB (Red+Green+Blue) = 14+94+5=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 94 (37.11% from 255 or 83.19% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 94 - color contains mainly: green. Hex color #0E5E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5E05 is #F1A1FA. Grayscale: #3C3C3C. Windows color (decimal): -15835643 or 351758. OLE color: 351758.
HSL color Cylindrical-coordinate representation of color #0E5E05: hue angle of 113.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E5E05 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 94 | 5 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.63 |
| HSL | 113.93º | 0.9% | 0.19% | - |
| HSV(B) | 113.93º | 0.95% | 0.37% | - |
| XYZ | 4.21 | 8.11 | 1.49 | - |
| YUV | 59.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 94 | 5 | 0.85 | 0 | 0.95 | 0.63 | 113.93 | 0.9 | 0.19 |
| Hex | E | 5E | 5 | 55 | 0 | 5F | 3F | 72 | 5A | 13 |
| Octal | 16 | 136 | 5 | 125 | 0 | 137 | 77 | 162 | 132 | 23 |
| Binary | 1110 | 1011110 | 101 | 1010101 | 0 | 1011111 | 111111 | 1110010 | 1011010 | 10011 |
Color Harmonies of #0E5E05
Complementary color
Monochromatic Colors of #0E5E05
Black with #0E5E05
Text Example
Text Example
White with #0E5E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5E05; }
p { color: rgb(14,94,5); }
H1.HeaderClassName
{
color: #0E5E05;
}
.AnyTagClassName
{
color: #0E5E05;
}
</style>
background-color css
<style>
a { background-color: #0E5E05; }
a { background-color: rgb(14,94,5); }
div.DivClassName
{
background-color: #0E5E05;
}
.BgClassName
{
background-color: #0E5E05;
}
</style>
border-color css
<style>
span { border-color: #0E5E05; }
span { border-color: rgb(14,94,5); }
td.TdClassName
{
border-color: #0E5E05;
}
.TagClassName
{
border-color: #0E5E05;
}
</style>