Shades of Dark Pastel Green #0EAA3C
Tints of Dark Pastel Green #0EAA3C
RGB
CMYK
RGB Variations
Color information
#0EAA3C (or 0x0EAA3C) is known color: Dark Pastel Green. HEX triplet: 0E, AA and 3C. RGB value is (14,170,60). Sum of RGB (Red+Green+Blue) = 14+170+60=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA3C is #F155C3. Grayscale: #6F6F6F. Windows color (decimal): -15816132 or 3975694. OLE color: 3975694.
HSL color Cylindrical-coordinate representation of color #0EAA3C: hue angle of 137.69º 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 #0EAA3C is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 60 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.33 |
| HSL | 137.69º | 0.85% | 0.36% | - |
| HSV(B) | 137.69º | 0.92% | 0.67% | - |
| XYZ | 15.37 | 29.17 | 9.09 | - |
| YUV | 110.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 60 | 0.92 | 0 | 0.65 | 0.33 | 137.69 | 0.85 | 0.36 |
| Hex | E | AA | 3C | 5C | 0 | 41 | 21 | 8A | 55 | 24 |
| Octal | 16 | 252 | 74 | 134 | 0 | 101 | 41 | 212 | 125 | 44 |
| Binary | 1110 | 10101010 | 111100 | 1011100 | 0 | 1000001 | 100001 | 10001010 | 1010101 | 100100 |
Color Harmonies of #0EAA3C
Complementary color
Monochromatic Colors of #0EAA3C
Black with #0EAA3C
Text Example
Text Example
White with #0EAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA3C; }
p { color: rgb(14,170,60); }
H1.HeaderClassName
{
color: #0EAA3C;
}
.AnyTagClassName
{
color: #0EAA3C;
}
</style>
background-color css
<style>
a { background-color: #0EAA3C; }
a { background-color: rgb(14,170,60); }
div.DivClassName
{
background-color: #0EAA3C;
}
.BgClassName
{
background-color: #0EAA3C;
}
</style>
border-color css
<style>
span { border-color: #0EAA3C; }
span { border-color: rgb(14,170,60); }
td.TdClassName
{
border-color: #0EAA3C;
}
.TagClassName
{
border-color: #0EAA3C;
}
</style>