Shades of Dark Pastel Green #0EC046
Tints of Dark Pastel Green #0EC046
RGB
CMYK
RGB Variations
Color information
#0EC046 (or 0x0EC046) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 46. RGB value is (14,192,70). Sum of RGB (Red+Green+Blue) = 14+192+70=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC046 is #F13FB9. Grayscale: #7D7D7D. Windows color (decimal): -15810490 or 4636686. OLE color: 4636686.
HSL color Cylindrical-coordinate representation of color #0EC046: hue angle of 138.88º 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 #0EC046 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 70 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.25 |
| HSL | 138.88º | 0.86% | 0.4% | - |
| HSV(B) | 138.88º | 0.93% | 0.75% | - |
| XYZ | 20.14 | 38.23 | 12.11 | - |
| YUV | 124.87 | 97.03 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 70 | 0.93 | 0 | 0.64 | 0.25 | 138.88 | 0.86 | 0.4 |
| Hex | E | C0 | 46 | 5D | 0 | 40 | 19 | 8B | 56 | 28 |
| Octal | 16 | 300 | 106 | 135 | 0 | 100 | 31 | 213 | 126 | 50 |
| Binary | 1110 | 11000000 | 1000110 | 1011101 | 0 | 1000000 | 11001 | 10001011 | 1010110 | 101000 |
Color Harmonies of #0EC046
Complementary color
Monochromatic Colors of #0EC046
Black with #0EC046
Text Example
Text Example
White with #0EC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC046; }
p { color: rgb(14,192,70); }
H1.HeaderClassName
{
color: #0EC046;
}
.AnyTagClassName
{
color: #0EC046;
}
</style>
background-color css
<style>
a { background-color: #0EC046; }
a { background-color: rgb(14,192,70); }
div.DivClassName
{
background-color: #0EC046;
}
.BgClassName
{
background-color: #0EC046;
}
</style>
border-color css
<style>
span { border-color: #0EC046; }
span { border-color: rgb(14,192,70); }
td.TdClassName
{
border-color: #0EC046;
}
.TagClassName
{
border-color: #0EC046;
}
</style>