Shades of Dark Pastel Green #0EC42F
Tints of Dark Pastel Green #0EC42F
RGB
CMYK
RGB Variations
Color information
#0EC42F (or 0x0EC42F) is known color: Dark Pastel Green. HEX triplet: 0E, C4 and 2F. RGB value is (14,196,47). Sum of RGB (Red+Green+Blue) = 14+196+47=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC42F is #F13BD0. Grayscale: #7D7D7D. Windows color (decimal): -15809489 or 3130382. OLE color: 3130382.
HSL color Cylindrical-coordinate representation of color #0EC42F: hue angle of 130.88º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC42F is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 47 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.23 |
| HSL | 130.88º | 0.87% | 0.41% | - |
| HSV(B) | 130.88º | 0.93% | 0.77% | - |
| XYZ | 20.43 | 39.78 | 9.29 | - |
| YUV | 124.6 | 84.2 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 47 | 0.93 | 0 | 0.76 | 0.23 | 130.88 | 0.87 | 0.41 |
| Hex | E | C4 | 2F | 5D | 0 | 4C | 17 | 83 | 57 | 29 |
| Octal | 16 | 304 | 57 | 135 | 0 | 114 | 27 | 203 | 127 | 51 |
| Binary | 1110 | 11000100 | 101111 | 1011101 | 0 | 1001100 | 10111 | 10000011 | 1010111 | 101001 |
Color Harmonies of #0EC42F
Complementary color
Monochromatic Colors of #0EC42F
Black with #0EC42F
Text Example
Text Example
White with #0EC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC42F; }
p { color: rgb(14,196,47); }
H1.HeaderClassName
{
color: #0EC42F;
}
.AnyTagClassName
{
color: #0EC42F;
}
</style>
background-color css
<style>
a { background-color: #0EC42F; }
a { background-color: rgb(14,196,47); }
div.DivClassName
{
background-color: #0EC42F;
}
.BgClassName
{
background-color: #0EC42F;
}
</style>
border-color css
<style>
span { border-color: #0EC42F; }
span { border-color: rgb(14,196,47); }
td.TdClassName
{
border-color: #0EC42F;
}
.TagClassName
{
border-color: #0EC42F;
}
</style>