Shades of Dark Pastel Green #0ED62D
Tints of Dark Pastel Green #0ED62D
RGB
CMYK
RGB Variations
Color information
#0ED62D (or 0x0ED62D) is known color: Dark Pastel Green. HEX triplet: 0E, D6 and 2D. RGB value is (14,214,45). Sum of RGB (Red+Green+Blue) = 14+214+45=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED62D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED62D is #F129D2. Grayscale: #878787. Windows color (decimal): -15804883 or 3003918. OLE color: 3003918.
HSL color Cylindrical-coordinate representation of color #0ED62D: hue angle of 129.3º 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 #0ED62D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 45 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.16 |
| HSL | 129.3º | 0.88% | 0.45% | - |
| HSV(B) | 129.3º | 0.93% | 0.84% | - |
| XYZ | 24.7 | 48.38 | 10.52 | - |
| YUV | 134.93 | 77.24 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 45 | 0.93 | 0 | 0.79 | 0.16 | 129.3 | 0.88 | 0.45 |
| Hex | E | D6 | 2D | 5D | 0 | 4F | 10 | 81 | 58 | 2D |
| Octal | 16 | 326 | 55 | 135 | 0 | 117 | 20 | 201 | 130 | 55 |
| Binary | 1110 | 11010110 | 101101 | 1011101 | 0 | 1001111 | 10000 | 10000001 | 1011000 | 101101 |
Color Harmonies of #0ED62D
Complementary color
Monochromatic Colors of #0ED62D
Black with #0ED62D
Text Example
Text Example
White with #0ED62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED62D; }
p { color: rgb(14,214,45); }
H1.HeaderClassName
{
color: #0ED62D;
}
.AnyTagClassName
{
color: #0ED62D;
}
</style>
background-color css
<style>
a { background-color: #0ED62D; }
a { background-color: rgb(14,214,45); }
div.DivClassName
{
background-color: #0ED62D;
}
.BgClassName
{
background-color: #0ED62D;
}
</style>
border-color css
<style>
span { border-color: #0ED62D; }
span { border-color: rgb(14,214,45); }
td.TdClassName
{
border-color: #0ED62D;
}
.TagClassName
{
border-color: #0ED62D;
}
</style>