Shades of Green #0E5D04
Tints of Green #0E5D04
RGB
CMYK
RGB Variations
Color information
#0E5D04 (or 0x0E5D04) is known color: Green. HEX triplet: 0E, 5D and 04. RGB value is (14,93,4). Sum of RGB (Red+Green+Blue) = 14+93+4=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 93 (36.72% from 255 or 83.78% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5D04 is #F1A2FB. Grayscale: #3B3B3B. Windows color (decimal): -15835900 or 285966. OLE color: 285966.
HSL color Cylindrical-coordinate representation of color #0E5D04: hue angle of 113.26º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E5D04 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 93 | 4 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.64 |
| HSL | 113.26º | 0.92% | 0.19% | - |
| HSV(B) | 113.26º | 0.96% | 0.36% | - |
| XYZ | 4.12 | 7.93 | 1.43 | - |
| YUV | 59.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 4 | 0.85 | 0 | 0.96 | 0.64 | 113.26 | 0.92 | 0.19 |
| Hex | E | 5D | 4 | 55 | 0 | 60 | 40 | 71 | 5C | 13 |
| Octal | 16 | 135 | 4 | 125 | 0 | 140 | 100 | 161 | 134 | 23 |
| Binary | 1110 | 1011101 | 100 | 1010101 | 0 | 1100000 | 1000000 | 1110001 | 1011100 | 10011 |
Color Harmonies of #0E5D04
Complementary color
Monochromatic Colors of #0E5D04
Black with #0E5D04
Text Example
Text Example
White with #0E5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D04; }
p { color: rgb(14,93,4); }
H1.HeaderClassName
{
color: #0E5D04;
}
.AnyTagClassName
{
color: #0E5D04;
}
</style>
background-color css
<style>
a { background-color: #0E5D04; }
a { background-color: rgb(14,93,4); }
div.DivClassName
{
background-color: #0E5D04;
}
.BgClassName
{
background-color: #0E5D04;
}
</style>
border-color css
<style>
span { border-color: #0E5D04; }
span { border-color: rgb(14,93,4); }
td.TdClassName
{
border-color: #0E5D04;
}
.TagClassName
{
border-color: #0E5D04;
}
</style>