Shades of Dark Pastel Green #0EAC29
Tints of Dark Pastel Green #0EAC29
RGB
CMYK
RGB Variations
Color information
#0EAC29 (or 0x0EAC29) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 29. RGB value is (14,172,41). Sum of RGB (Red+Green+Blue) = 14+172+41=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC29 is #F153D6. Grayscale: #6E6E6E. Windows color (decimal): -15815639 or 2731022. OLE color: 2731022.
HSL color Cylindrical-coordinate representation of color #0EAC29: hue angle of 130.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC29 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 41 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.33 |
| HSL | 130.25º | 0.85% | 0.36% | - |
| HSV(B) | 130.25º | 0.92% | 0.67% | - |
| XYZ | 15.33 | 29.76 | 7.03 | - |
| YUV | 109.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 41 | 0.92 | 0 | 0.76 | 0.33 | 130.25 | 0.85 | 0.36 |
| Hex | E | AC | 29 | 5C | 0 | 4C | 21 | 82 | 55 | 24 |
| Octal | 16 | 254 | 51 | 134 | 0 | 114 | 41 | 202 | 125 | 44 |
| Binary | 1110 | 10101100 | 101001 | 1011100 | 0 | 1001100 | 100001 | 10000010 | 1010101 | 100100 |
Color Harmonies of #0EAC29
Complementary color
Monochromatic Colors of #0EAC29
Black with #0EAC29
Text Example
Text Example
White with #0EAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC29; }
p { color: rgb(14,172,41); }
H1.HeaderClassName
{
color: #0EAC29;
}
.AnyTagClassName
{
color: #0EAC29;
}
</style>
background-color css
<style>
a { background-color: #0EAC29; }
a { background-color: rgb(14,172,41); }
div.DivClassName
{
background-color: #0EAC29;
}
.BgClassName
{
background-color: #0EAC29;
}
</style>
border-color css
<style>
span { border-color: #0EAC29; }
span { border-color: rgb(14,172,41); }
td.TdClassName
{
border-color: #0EAC29;
}
.TagClassName
{
border-color: #0EAC29;
}
</style>