Shades of Dark Pastel Green #0EC942
Tints of Dark Pastel Green #0EC942
RGB
CMYK
RGB Variations
Color information
#0EC942 (or 0x0EC942) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 42. RGB value is (14,201,66). Sum of RGB (Red+Green+Blue) = 14+201+66=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC942 is #F136BD. Grayscale: #828282. Windows color (decimal): -15808190 or 4376846. OLE color: 4376846.
HSL color Cylindrical-coordinate representation of color #0EC942: hue angle of 136.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC942 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 66 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.21 |
| HSL | 136.68º | 0.87% | 0.42% | - |
| HSV(B) | 136.68º | 0.93% | 0.79% | - |
| XYZ | 22.05 | 42.26 | 12.15 | - |
| YUV | 129.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 66 | 0.93 | 0 | 0.67 | 0.21 | 136.68 | 0.87 | 0.42 |
| Hex | E | C9 | 42 | 5D | 0 | 43 | 15 | 89 | 57 | 2A |
| Octal | 16 | 311 | 102 | 135 | 0 | 103 | 25 | 211 | 127 | 52 |
| Binary | 1110 | 11001001 | 1000010 | 1011101 | 0 | 1000011 | 10101 | 10001001 | 1010111 | 101010 |
Color Harmonies of #0EC942
Complementary color
Monochromatic Colors of #0EC942
Black with #0EC942
Text Example
Text Example
White with #0EC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC942; }
p { color: rgb(14,201,66); }
H1.HeaderClassName
{
color: #0EC942;
}
.AnyTagClassName
{
color: #0EC942;
}
</style>
background-color css
<style>
a { background-color: #0EC942; }
a { background-color: rgb(14,201,66); }
div.DivClassName
{
background-color: #0EC942;
}
.BgClassName
{
background-color: #0EC942;
}
</style>
border-color css
<style>
span { border-color: #0EC942; }
span { border-color: rgb(14,201,66); }
td.TdClassName
{
border-color: #0EC942;
}
.TagClassName
{
border-color: #0EC942;
}
</style>