Shades of Dark Pastel Green #0EC229
Tints of Dark Pastel Green #0EC229
RGB
CMYK
RGB Variations
Color information
#0EC229 (or 0x0EC229) is known color: Dark Pastel Green. HEX triplet: 0E, C2 and 29. RGB value is (14,194,41). Sum of RGB (Red+Green+Blue) = 14+194+41=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC229 is #F13DD6. Grayscale: #7B7B7B. Windows color (decimal): -15810007 or 2736654. OLE color: 2736654.
HSL color Cylindrical-coordinate representation of color #0EC229: hue angle of 129º degrees, saturation: 0.87, 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 #0EC229 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 41 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.24 |
| HSL | 129º | 0.87% | 0.41% | - |
| HSV(B) | 129º | 0.93% | 0.76% | - |
| XYZ | 19.87 | 38.84 | 8.55 | - |
| YUV | 122.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 41 | 0.93 | 0 | 0.79 | 0.24 | 129 | 0.87 | 0.41 |
| Hex | E | C2 | 29 | 5D | 0 | 4F | 18 | 81 | 57 | 29 |
| Octal | 16 | 302 | 51 | 135 | 0 | 117 | 30 | 201 | 127 | 51 |
| Binary | 1110 | 11000010 | 101001 | 1011101 | 0 | 1001111 | 11000 | 10000001 | 1010111 | 101001 |
Color Harmonies of #0EC229
Complementary color
Monochromatic Colors of #0EC229
Black with #0EC229
Text Example
Text Example
White with #0EC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC229; }
p { color: rgb(14,194,41); }
H1.HeaderClassName
{
color: #0EC229;
}
.AnyTagClassName
{
color: #0EC229;
}
</style>
background-color css
<style>
a { background-color: #0EC229; }
a { background-color: rgb(14,194,41); }
div.DivClassName
{
background-color: #0EC229;
}
.BgClassName
{
background-color: #0EC229;
}
</style>
border-color css
<style>
span { border-color: #0EC229; }
span { border-color: rgb(14,194,41); }
td.TdClassName
{
border-color: #0EC229;
}
.TagClassName
{
border-color: #0EC229;
}
</style>