Shades of Green #0E5D05
Tints of Green #0E5D05
RGB
CMYK
RGB Variations
Color information
#0E5D05 (or 0x0E5D05) is known color: Green. HEX triplet: 0E, 5D and 05. RGB value is (14,93,5). Sum of RGB (Red+Green+Blue) = 14+93+5=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 93 (36.72% from 255 or 83.04% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5D05 is #F1A2FA. Grayscale: #3B3B3B. Windows color (decimal): -15835899 or 351502. OLE color: 351502.
HSL color Cylindrical-coordinate representation of color #0E5D05: hue angle of 113.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E5D05 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 93 | 5 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.64 |
| HSL | 113.86º | 0.9% | 0.19% | - |
| HSV(B) | 113.86º | 0.95% | 0.36% | - |
| XYZ | 4.12 | 7.93 | 1.46 | - |
| YUV | 59.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 5 | 0.85 | 0 | 0.95 | 0.64 | 113.86 | 0.9 | 0.19 |
| Hex | E | 5D | 5 | 55 | 0 | 5F | 40 | 72 | 5A | 13 |
| Octal | 16 | 135 | 5 | 125 | 0 | 137 | 100 | 162 | 132 | 23 |
| Binary | 1110 | 1011101 | 101 | 1010101 | 0 | 1011111 | 1000000 | 1110010 | 1011010 | 10011 |
Color Harmonies of #0E5D05
Complementary color
Monochromatic Colors of #0E5D05
Black with #0E5D05
Text Example
Text Example
White with #0E5D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D05; }
p { color: rgb(14,93,5); }
H1.HeaderClassName
{
color: #0E5D05;
}
.AnyTagClassName
{
color: #0E5D05;
}
</style>
background-color css
<style>
a { background-color: #0E5D05; }
a { background-color: rgb(14,93,5); }
div.DivClassName
{
background-color: #0E5D05;
}
.BgClassName
{
background-color: #0E5D05;
}
</style>
border-color css
<style>
span { border-color: #0E5D05; }
span { border-color: rgb(14,93,5); }
td.TdClassName
{
border-color: #0E5D05;
}
.TagClassName
{
border-color: #0E5D05;
}
</style>