Shades of Dark Pastel Green #0EC937
Tints of Dark Pastel Green #0EC937
RGB
CMYK
RGB Variations
Color information
#0EC937 (or 0x0EC937) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 37. RGB value is (14,201,55). Sum of RGB (Red+Green+Blue) = 14+201+55=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC937 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC937 is #F136C8. Grayscale: #808080. Windows color (decimal): -15808201 or 3655950. OLE color: 3655950.
HSL color Cylindrical-coordinate representation of color #0EC937: hue angle of 133.16º 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 #0EC937 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 55 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.21 |
| HSL | 133.16º | 0.87% | 0.42% | - |
| HSV(B) | 133.16º | 0.93% | 0.79% | - |
| XYZ | 21.76 | 42.14 | 10.6 | - |
| YUV | 128.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 55 | 0.93 | 0 | 0.73 | 0.21 | 133.16 | 0.87 | 0.42 |
| Hex | E | C9 | 37 | 5D | 0 | 49 | 15 | 85 | 57 | 2A |
| Octal | 16 | 311 | 67 | 135 | 0 | 111 | 25 | 205 | 127 | 52 |
| Binary | 1110 | 11001001 | 110111 | 1011101 | 0 | 1001001 | 10101 | 10000101 | 1010111 | 101010 |
Color Harmonies of #0EC937
Complementary color
Monochromatic Colors of #0EC937
Black with #0EC937
Text Example
Text Example
White with #0EC937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC937; }
p { color: rgb(14,201,55); }
H1.HeaderClassName
{
color: #0EC937;
}
.AnyTagClassName
{
color: #0EC937;
}
</style>
background-color css
<style>
a { background-color: #0EC937; }
a { background-color: rgb(14,201,55); }
div.DivClassName
{
background-color: #0EC937;
}
.BgClassName
{
background-color: #0EC937;
}
</style>
border-color css
<style>
span { border-color: #0EC937; }
span { border-color: rgb(14,201,55); }
td.TdClassName
{
border-color: #0EC937;
}
.TagClassName
{
border-color: #0EC937;
}
</style>