Shades of Dark Pastel Green #0EC12E
Tints of Dark Pastel Green #0EC12E
RGB
CMYK
RGB Variations
Color information
#0EC12E (or 0x0EC12E) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 2E. RGB value is (14,193,46). Sum of RGB (Red+Green+Blue) = 14+193+46=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC12E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC12E is #F13ED1. Grayscale: #7B7B7B. Windows color (decimal): -15810258 or 3064078. OLE color: 3064078.
HSL color Cylindrical-coordinate representation of color #0EC12E: hue angle of 130.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC12E is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 46 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.24 |
| HSL | 130.73º | 0.86% | 0.41% | - |
| HSV(B) | 130.73º | 0.93% | 0.76% | - |
| XYZ | 19.74 | 38.43 | 8.96 | - |
| YUV | 122.72 | 84.7 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 46 | 0.93 | 0 | 0.76 | 0.24 | 130.73 | 0.86 | 0.41 |
| Hex | E | C1 | 2E | 5D | 0 | 4C | 18 | 83 | 56 | 29 |
| Octal | 16 | 301 | 56 | 135 | 0 | 114 | 30 | 203 | 126 | 51 |
| Binary | 1110 | 11000001 | 101110 | 1011101 | 0 | 1001100 | 11000 | 10000011 | 1010110 | 101001 |
Color Harmonies of #0EC12E
Complementary color
Monochromatic Colors of #0EC12E
Black with #0EC12E
Text Example
Text Example
White with #0EC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC12E; }
p { color: rgb(14,193,46); }
H1.HeaderClassName
{
color: #0EC12E;
}
.AnyTagClassName
{
color: #0EC12E;
}
</style>
background-color css
<style>
a { background-color: #0EC12E; }
a { background-color: rgb(14,193,46); }
div.DivClassName
{
background-color: #0EC12E;
}
.BgClassName
{
background-color: #0EC12E;
}
</style>
border-color css
<style>
span { border-color: #0EC12E; }
span { border-color: rgb(14,193,46); }
td.TdClassName
{
border-color: #0EC12E;
}
.TagClassName
{
border-color: #0EC12E;
}
</style>