Shades of Dark Pastel Green #0EC049
Tints of Dark Pastel Green #0EC049
RGB
CMYK
RGB Variations
Color information
#0EC049 (or 0x0EC049) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 49. RGB value is (14,192,73). Sum of RGB (Red+Green+Blue) = 14+192+73=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC049 is #F13FB6. Grayscale: #7D7D7D. Windows color (decimal): -15810487 or 4833294. OLE color: 4833294.
HSL color Cylindrical-coordinate representation of color #0EC049: hue angle of 139.89º 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 #0EC049 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 73 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.25 |
| HSL | 139.89º | 0.86% | 0.4% | - |
| HSV(B) | 139.89º | 0.93% | 0.75% | - |
| XYZ | 20.23 | 38.27 | 12.62 | - |
| YUV | 125.21 | 98.53 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 73 | 0.93 | 0 | 0.62 | 0.25 | 139.89 | 0.86 | 0.4 |
| Hex | E | C0 | 49 | 5D | 0 | 3E | 19 | 8C | 56 | 28 |
| Octal | 16 | 300 | 111 | 135 | 0 | 76 | 31 | 214 | 126 | 50 |
| Binary | 1110 | 11000000 | 1001001 | 1011101 | 0 | 111110 | 11001 | 10001100 | 1010110 | 101000 |
Color Harmonies of #0EC049
Complementary color
Monochromatic Colors of #0EC049
Black with #0EC049
Text Example
Text Example
White with #0EC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC049; }
p { color: rgb(14,192,73); }
H1.HeaderClassName
{
color: #0EC049;
}
.AnyTagClassName
{
color: #0EC049;
}
</style>
background-color css
<style>
a { background-color: #0EC049; }
a { background-color: rgb(14,192,73); }
div.DivClassName
{
background-color: #0EC049;
}
.BgClassName
{
background-color: #0EC049;
}
</style>
border-color css
<style>
span { border-color: #0EC049; }
span { border-color: rgb(14,192,73); }
td.TdClassName
{
border-color: #0EC049;
}
.TagClassName
{
border-color: #0EC049;
}
</style>