Shades of Dark Pastel Green #0EC047
Tints of Dark Pastel Green #0EC047
RGB
CMYK
RGB Variations
Color information
#0EC047 (or 0x0EC047) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 47. RGB value is (14,192,71). Sum of RGB (Red+Green+Blue) = 14+192+71=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC047 is #F13FB8. Grayscale: #7D7D7D. Windows color (decimal): -15810489 or 4702222. OLE color: 4702222.
HSL color Cylindrical-coordinate representation of color #0EC047: hue angle of 139.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC047 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 71 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.25 |
| HSL | 139.21º | 0.86% | 0.4% | - |
| HSV(B) | 139.21º | 0.93% | 0.75% | - |
| XYZ | 20.17 | 38.25 | 12.28 | - |
| YUV | 124.98 | 97.53 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 71 | 0.93 | 0 | 0.63 | 0.25 | 139.21 | 0.86 | 0.4 |
| Hex | E | C0 | 47 | 5D | 0 | 3F | 19 | 8B | 56 | 28 |
| Octal | 16 | 300 | 107 | 135 | 0 | 77 | 31 | 213 | 126 | 50 |
| Binary | 1110 | 11000000 | 1000111 | 1011101 | 0 | 111111 | 11001 | 10001011 | 1010110 | 101000 |
Color Harmonies of #0EC047
Complementary color
Monochromatic Colors of #0EC047
Black with #0EC047
Text Example
Text Example
White with #0EC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC047; }
p { color: rgb(14,192,71); }
H1.HeaderClassName
{
color: #0EC047;
}
.AnyTagClassName
{
color: #0EC047;
}
</style>
background-color css
<style>
a { background-color: #0EC047; }
a { background-color: rgb(14,192,71); }
div.DivClassName
{
background-color: #0EC047;
}
.BgClassName
{
background-color: #0EC047;
}
</style>
border-color css
<style>
span { border-color: #0EC047; }
span { border-color: rgb(14,192,71); }
td.TdClassName
{
border-color: #0EC047;
}
.TagClassName
{
border-color: #0EC047;
}
</style>