Shades of Dark Pastel Green #0EAE37
Tints of Dark Pastel Green #0EAE37
RGB
CMYK
RGB Variations
Color information
#0EAE37 (or 0x0EAE37) is known color: Dark Pastel Green. HEX triplet: 0E, AE and 37. RGB value is (14,174,55). Sum of RGB (Red+Green+Blue) = 14+174+55=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 174 (68.36% from 255 or 71.60% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAE37 is #F151C8. Grayscale: #707070. Windows color (decimal): -15815113 or 3649038. OLE color: 3649038.
HSL color Cylindrical-coordinate representation of color #0EAE37: hue angle of 135.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE37 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 55 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.32 |
| HSL | 135.38º | 0.85% | 0.37% | - |
| HSV(B) | 135.38º | 0.92% | 0.68% | - |
| XYZ | 16.01 | 30.64 | 8.69 | - |
| YUV | 112.59 | 95.49 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 55 | 0.92 | 0 | 0.68 | 0.32 | 135.38 | 0.85 | 0.37 |
| Hex | E | AE | 37 | 5C | 0 | 44 | 20 | 87 | 55 | 25 |
| Octal | 16 | 256 | 67 | 134 | 0 | 104 | 40 | 207 | 125 | 45 |
| Binary | 1110 | 10101110 | 110111 | 1011100 | 0 | 1000100 | 100000 | 10000111 | 1010101 | 100101 |
Color Harmonies of #0EAE37
Complementary color
Monochromatic Colors of #0EAE37
Black with #0EAE37
Text Example
Text Example
White with #0EAE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAE37; }
p { color: rgb(14,174,55); }
H1.HeaderClassName
{
color: #0EAE37;
}
.AnyTagClassName
{
color: #0EAE37;
}
</style>
background-color css
<style>
a { background-color: #0EAE37; }
a { background-color: rgb(14,174,55); }
div.DivClassName
{
background-color: #0EAE37;
}
.BgClassName
{
background-color: #0EAE37;
}
</style>
border-color css
<style>
span { border-color: #0EAE37; }
span { border-color: rgb(14,174,55); }
td.TdClassName
{
border-color: #0EAE37;
}
.TagClassName
{
border-color: #0EAE37;
}
</style>