Shades of Dark Pastel Green #0ED62F
Tints of Dark Pastel Green #0ED62F
RGB
CMYK
RGB Variations
Color information
#0ED62F (or 0x0ED62F) is known color: Dark Pastel Green. HEX triplet: 0E, D6 and 2F. RGB value is (14,214,47). Sum of RGB (Red+Green+Blue) = 14+214+47=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED62F is #F129D0. Grayscale: #878787. Windows color (decimal): -15804881 or 3134990. OLE color: 3134990.
HSL color Cylindrical-coordinate representation of color #0ED62F: hue angle of 129.9º 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 #0ED62F is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 47 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.16 |
| HSL | 129.9º | 0.88% | 0.45% | - |
| HSV(B) | 129.9º | 0.93% | 0.84% | - |
| XYZ | 24.74 | 48.39 | 10.73 | - |
| YUV | 135.16 | 78.24 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 47 | 0.93 | 0 | 0.78 | 0.16 | 129.9 | 0.88 | 0.45 |
| Hex | E | D6 | 2F | 5D | 0 | 4E | 10 | 82 | 58 | 2D |
| Octal | 16 | 326 | 57 | 135 | 0 | 116 | 20 | 202 | 130 | 55 |
| Binary | 1110 | 11010110 | 101111 | 1011101 | 0 | 1001110 | 10000 | 10000010 | 1011000 | 101101 |
Color Harmonies of #0ED62F
Complementary color
Monochromatic Colors of #0ED62F
Black with #0ED62F
Text Example
Text Example
White with #0ED62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED62F; }
p { color: rgb(14,214,47); }
H1.HeaderClassName
{
color: #0ED62F;
}
.AnyTagClassName
{
color: #0ED62F;
}
</style>
background-color css
<style>
a { background-color: #0ED62F; }
a { background-color: rgb(14,214,47); }
div.DivClassName
{
background-color: #0ED62F;
}
.BgClassName
{
background-color: #0ED62F;
}
</style>
border-color css
<style>
span { border-color: #0ED62F; }
span { border-color: rgb(14,214,47); }
td.TdClassName
{
border-color: #0ED62F;
}
.TagClassName
{
border-color: #0ED62F;
}
</style>