Shades of Dark Pastel Green #0EA52E
Tints of Dark Pastel Green #0EA52E
RGB
CMYK
RGB Variations
Color information
#0EA52E (or 0x0EA52E) is known color: Dark Pastel Green. HEX triplet: 0E, A5 and 2E. RGB value is (14,165,46). Sum of RGB (Red+Green+Blue) = 14+165+46=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA52E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA52E is #F15AD1. Grayscale: #6A6A6A. Windows color (decimal): -15817426 or 3056910. OLE color: 3056910.
HSL color Cylindrical-coordinate representation of color #0EA52E: hue angle of 132.72º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA52E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 165 | 46 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.35 |
| HSL | 132.72º | 0.84% | 0.35% | - |
| HSV(B) | 132.72º | 0.92% | 0.65% | - |
| XYZ | 14.13 | 27.2 | 7.09 | - |
| YUV | 106.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 165 | 46 | 0.92 | 0 | 0.72 | 0.35 | 132.72 | 0.84 | 0.35 |
| Hex | E | A5 | 2E | 5C | 0 | 48 | 23 | 85 | 54 | 23 |
| Octal | 16 | 245 | 56 | 134 | 0 | 110 | 43 | 205 | 124 | 43 |
| Binary | 1110 | 10100101 | 101110 | 1011100 | 0 | 1001000 | 100011 | 10000101 | 1010100 | 100011 |
Color Harmonies of #0EA52E
Complementary color
Monochromatic Colors of #0EA52E
Black with #0EA52E
Text Example
Text Example
White with #0EA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA52E; }
p { color: rgb(14,165,46); }
H1.HeaderClassName
{
color: #0EA52E;
}
.AnyTagClassName
{
color: #0EA52E;
}
</style>
background-color css
<style>
a { background-color: #0EA52E; }
a { background-color: rgb(14,165,46); }
div.DivClassName
{
background-color: #0EA52E;
}
.BgClassName
{
background-color: #0EA52E;
}
</style>
border-color css
<style>
span { border-color: #0EA52E; }
span { border-color: rgb(14,165,46); }
td.TdClassName
{
border-color: #0EA52E;
}
.TagClassName
{
border-color: #0EA52E;
}
</style>