Shades of Dark Pastel Green #0EC129
Tints of Dark Pastel Green #0EC129
RGB
CMYK
RGB Variations
Color information
#0EC129 (or 0x0EC129) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 29. RGB value is (14,193,41). Sum of RGB (Red+Green+Blue) = 14+193+41=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC129 is #F13ED6. Grayscale: #7A7A7A. Windows color (decimal): -15810263 or 2736398. OLE color: 2736398.
HSL color Cylindrical-coordinate representation of color #0EC129: hue angle of 129.05º 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 #0EC129 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 41 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.24 |
| HSL | 129.05º | 0.86% | 0.41% | - |
| HSV(B) | 129.05º | 0.93% | 0.76% | - |
| XYZ | 19.65 | 38.39 | 8.47 | - |
| YUV | 122.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 41 | 0.93 | 0 | 0.79 | 0.24 | 129.05 | 0.86 | 0.41 |
| Hex | E | C1 | 29 | 5D | 0 | 4F | 18 | 81 | 56 | 29 |
| Octal | 16 | 301 | 51 | 135 | 0 | 117 | 30 | 201 | 126 | 51 |
| Binary | 1110 | 11000001 | 101001 | 1011101 | 0 | 1001111 | 11000 | 10000001 | 1010110 | 101001 |
Color Harmonies of #0EC129
Complementary color
Monochromatic Colors of #0EC129
Black with #0EC129
Text Example
Text Example
White with #0EC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC129; }
p { color: rgb(14,193,41); }
H1.HeaderClassName
{
color: #0EC129;
}
.AnyTagClassName
{
color: #0EC129;
}
</style>
background-color css
<style>
a { background-color: #0EC129; }
a { background-color: rgb(14,193,41); }
div.DivClassName
{
background-color: #0EC129;
}
.BgClassName
{
background-color: #0EC129;
}
</style>
border-color css
<style>
span { border-color: #0EC129; }
span { border-color: rgb(14,193,41); }
td.TdClassName
{
border-color: #0EC129;
}
.TagClassName
{
border-color: #0EC129;
}
</style>