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