Shades of Dark Pastel Green #0ED62C
Tints of Dark Pastel Green #0ED62C
RGB
CMYK
RGB Variations
Color information
#0ED62C (or 0x0ED62C) is known color: Dark Pastel Green. HEX triplet: 0E, D6 and 2C. RGB value is (14,214,44). Sum of RGB (Red+Green+Blue) = 14+214+44=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED62C is #F129D3. Grayscale: #878787. Windows color (decimal): -15804884 or 2938382. OLE color: 2938382.
HSL color Cylindrical-coordinate representation of color #0ED62C: hue angle of 129º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED62C is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 44 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.16 |
| HSL | 129º | 0.88% | 0.45% | - |
| HSV(B) | 129º | 0.93% | 0.84% | - |
| XYZ | 24.68 | 48.37 | 10.42 | - |
| YUV | 134.82 | 76.74 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 44 | 0.93 | 0 | 0.79 | 0.16 | 129 | 0.88 | 0.45 |
| Hex | E | D6 | 2C | 5D | 0 | 4F | 10 | 81 | 58 | 2D |
| Octal | 16 | 326 | 54 | 135 | 0 | 117 | 20 | 201 | 130 | 55 |
| Binary | 1110 | 11010110 | 101100 | 1011101 | 0 | 1001111 | 10000 | 10000001 | 1011000 | 101101 |
Color Harmonies of #0ED62C
Complementary color
Monochromatic Colors of #0ED62C
Black with #0ED62C
Text Example
Text Example
White with #0ED62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED62C; }
p { color: rgb(14,214,44); }
H1.HeaderClassName
{
color: #0ED62C;
}
.AnyTagClassName
{
color: #0ED62C;
}
</style>
background-color css
<style>
a { background-color: #0ED62C; }
a { background-color: rgb(14,214,44); }
div.DivClassName
{
background-color: #0ED62C;
}
.BgClassName
{
background-color: #0ED62C;
}
</style>
border-color css
<style>
span { border-color: #0ED62C; }
span { border-color: rgb(14,214,44); }
td.TdClassName
{
border-color: #0ED62C;
}
.TagClassName
{
border-color: #0ED62C;
}
</style>