Shades of Dark Pastel Green #0EAA34
Tints of Dark Pastel Green #0EAA34
RGB
CMYK
RGB Variations
Color information
#0EAA34 (or 0x0EAA34) is known color: Dark Pastel Green. HEX triplet: 0E, AA and 34. RGB value is (14,170,52). Sum of RGB (Red+Green+Blue) = 14+170+52=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA34 is #F155CB. Grayscale: #6E6E6E. Windows color (decimal): -15816140 or 3451406. OLE color: 3451406.
HSL color Cylindrical-coordinate representation of color #0EAA34: hue angle of 134.62º 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 #0EAA34 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 52 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.33 |
| HSL | 134.62º | 0.85% | 0.36% | - |
| HSV(B) | 134.62º | 0.92% | 0.67% | - |
| XYZ | 15.18 | 29.09 | 8.06 | - |
| YUV | 109.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 52 | 0.92 | 0 | 0.69 | 0.33 | 134.62 | 0.85 | 0.36 |
| Hex | E | AA | 34 | 5C | 0 | 45 | 21 | 87 | 55 | 24 |
| Octal | 16 | 252 | 64 | 134 | 0 | 105 | 41 | 207 | 125 | 44 |
| Binary | 1110 | 10101010 | 110100 | 1011100 | 0 | 1000101 | 100001 | 10000111 | 1010101 | 100100 |
Color Harmonies of #0EAA34
Complementary color
Monochromatic Colors of #0EAA34
Black with #0EAA34
Text Example
Text Example
White with #0EAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA34; }
p { color: rgb(14,170,52); }
H1.HeaderClassName
{
color: #0EAA34;
}
.AnyTagClassName
{
color: #0EAA34;
}
</style>
background-color css
<style>
a { background-color: #0EAA34; }
a { background-color: rgb(14,170,52); }
div.DivClassName
{
background-color: #0EAA34;
}
.BgClassName
{
background-color: #0EAA34;
}
</style>
border-color css
<style>
span { border-color: #0EAA34; }
span { border-color: rgb(14,170,52); }
td.TdClassName
{
border-color: #0EAA34;
}
.TagClassName
{
border-color: #0EAA34;
}
</style>