Shades of Dark Pastel Green #0EC02E
Tints of Dark Pastel Green #0EC02E
RGB
CMYK
RGB Variations
Color information
#0EC02E (or 0x0EC02E) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 2E. RGB value is (14,192,46). Sum of RGB (Red+Green+Blue) = 14+192+46=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC02E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC02E is #F13FD1. Grayscale: #7A7A7A. Windows color (decimal): -15810514 or 3063822. OLE color: 3063822.
HSL color Cylindrical-coordinate representation of color #0EC02E: hue angle of 130.79º 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 #0EC02E is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 46 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.25 |
| HSL | 130.79º | 0.86% | 0.4% | - |
| HSV(B) | 130.79º | 0.93% | 0.75% | - |
| XYZ | 19.52 | 37.99 | 8.89 | - |
| YUV | 122.13 | 85.03 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 46 | 0.93 | 0 | 0.76 | 0.25 | 130.79 | 0.86 | 0.4 |
| Hex | E | C0 | 2E | 5D | 0 | 4C | 19 | 83 | 56 | 28 |
| Octal | 16 | 300 | 56 | 135 | 0 | 114 | 31 | 203 | 126 | 50 |
| Binary | 1110 | 11000000 | 101110 | 1011101 | 0 | 1001100 | 11001 | 10000011 | 1010110 | 101000 |
Color Harmonies of #0EC02E
Complementary color
Monochromatic Colors of #0EC02E
Black with #0EC02E
Text Example
Text Example
White with #0EC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC02E; }
p { color: rgb(14,192,46); }
H1.HeaderClassName
{
color: #0EC02E;
}
.AnyTagClassName
{
color: #0EC02E;
}
</style>
background-color css
<style>
a { background-color: #0EC02E; }
a { background-color: rgb(14,192,46); }
div.DivClassName
{
background-color: #0EC02E;
}
.BgClassName
{
background-color: #0EC02E;
}
</style>
border-color css
<style>
span { border-color: #0EC02E; }
span { border-color: rgb(14,192,46); }
td.TdClassName
{
border-color: #0EC02E;
}
.TagClassName
{
border-color: #0EC02E;
}
</style>