Shades of Dark Pastel Green #0EC72C
Tints of Dark Pastel Green #0EC72C
RGB
CMYK
RGB Variations
Color information
#0EC72C (or 0x0EC72C) is known color: Dark Pastel Green. HEX triplet: 0E, C7 and 2C. RGB value is (14,199,44). Sum of RGB (Red+Green+Blue) = 14+199+44=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 199 (78.12% from 255 or 77.43% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC72C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC72C is #F138D3. Grayscale: #7E7E7E. Windows color (decimal): -15808724 or 2934542. OLE color: 2934542.
HSL color Cylindrical-coordinate representation of color #0EC72C: hue angle of 129.73º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC72C is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 44 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.22 |
| HSL | 129.73º | 0.87% | 0.42% | - |
| HSV(B) | 129.73º | 0.93% | 0.78% | - |
| XYZ | 21.06 | 41.12 | 9.21 | - |
| YUV | 126.02 | 81.71 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 44 | 0.93 | 0 | 0.78 | 0.22 | 129.73 | 0.87 | 0.42 |
| Hex | E | C7 | 2C | 5D | 0 | 4E | 16 | 82 | 57 | 2A |
| Octal | 16 | 307 | 54 | 135 | 0 | 116 | 26 | 202 | 127 | 52 |
| Binary | 1110 | 11000111 | 101100 | 1011101 | 0 | 1001110 | 10110 | 10000010 | 1010111 | 101010 |
Color Harmonies of #0EC72C
Complementary color
Monochromatic Colors of #0EC72C
Black with #0EC72C
Text Example
Text Example
White with #0EC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC72C; }
p { color: rgb(14,199,44); }
H1.HeaderClassName
{
color: #0EC72C;
}
.AnyTagClassName
{
color: #0EC72C;
}
</style>
background-color css
<style>
a { background-color: #0EC72C; }
a { background-color: rgb(14,199,44); }
div.DivClassName
{
background-color: #0EC72C;
}
.BgClassName
{
background-color: #0EC72C;
}
</style>
border-color css
<style>
span { border-color: #0EC72C; }
span { border-color: rgb(14,199,44); }
td.TdClassName
{
border-color: #0EC72C;
}
.TagClassName
{
border-color: #0EC72C;
}
</style>