Shades of Dark Pastel Green #0EAB34
Tints of Dark Pastel Green #0EAB34
RGB
CMYK
RGB Variations
Color information
#0EAB34 (or 0x0EAB34) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 34. RGB value is (14,171,52). Sum of RGB (Red+Green+Blue) = 14+171+52=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB34 is #F154CB. Grayscale: #6E6E6E. Windows color (decimal): -15815884 or 3451662. OLE color: 3451662.
HSL color Cylindrical-coordinate representation of color #0EAB34: hue angle of 134.52º 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 #0EAB34 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 52 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.33 |
| HSL | 134.52º | 0.85% | 0.36% | - |
| HSV(B) | 134.52º | 0.92% | 0.67% | - |
| XYZ | 15.36 | 29.47 | 8.13 | - |
| YUV | 110.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 52 | 0.92 | 0 | 0.70 | 0.33 | 134.52 | 0.85 | 0.36 |
| Hex | E | AB | 34 | 5C | 0 | 46 | 21 | 87 | 55 | 24 |
| Octal | 16 | 253 | 64 | 134 | 0 | 106 | 41 | 207 | 125 | 44 |
| Binary | 1110 | 10101011 | 110100 | 1011100 | 0 | 1000110 | 100001 | 10000111 | 1010101 | 100100 |
Color Harmonies of #0EAB34
Complementary color
Monochromatic Colors of #0EAB34
Black with #0EAB34
Text Example
Text Example
White with #0EAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB34; }
p { color: rgb(14,171,52); }
H1.HeaderClassName
{
color: #0EAB34;
}
.AnyTagClassName
{
color: #0EAB34;
}
</style>
background-color css
<style>
a { background-color: #0EAB34; }
a { background-color: rgb(14,171,52); }
div.DivClassName
{
background-color: #0EAB34;
}
.BgClassName
{
background-color: #0EAB34;
}
</style>
border-color css
<style>
span { border-color: #0EAB34; }
span { border-color: rgb(14,171,52); }
td.TdClassName
{
border-color: #0EAB34;
}
.TagClassName
{
border-color: #0EAB34;
}
</style>