Shades of Dark Pastel Green #0ED22F
Tints of Dark Pastel Green #0ED22F
RGB
CMYK
RGB Variations
Color information
#0ED22F (or 0x0ED22F) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 2F. RGB value is (14,210,47). Sum of RGB (Red+Green+Blue) = 14+210+47=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 210 (82.42% from 255 or 77.49% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED22F is #F12DD0. Grayscale: #858585. Windows color (decimal): -15805905 or 3133966. OLE color: 3133966.
HSL color Cylindrical-coordinate representation of color #0ED22F: hue angle of 130.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED22F is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 47 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.18 |
| HSL | 130.1º | 0.88% | 0.44% | - |
| HSV(B) | 130.1º | 0.93% | 0.82% | - |
| XYZ | 23.74 | 46.39 | 10.39 | - |
| YUV | 132.81 | 79.57 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 47 | 0.93 | 0 | 0.78 | 0.18 | 130.1 | 0.88 | 0.44 |
| Hex | E | D2 | 2F | 5D | 0 | 4E | 12 | 82 | 58 | 2C |
| Octal | 16 | 322 | 57 | 135 | 0 | 116 | 22 | 202 | 130 | 54 |
| Binary | 1110 | 11010010 | 101111 | 1011101 | 0 | 1001110 | 10010 | 10000010 | 1011000 | 101100 |
Color Harmonies of #0ED22F
Complementary color
Monochromatic Colors of #0ED22F
Black with #0ED22F
Text Example
Text Example
White with #0ED22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED22F; }
p { color: rgb(14,210,47); }
H1.HeaderClassName
{
color: #0ED22F;
}
.AnyTagClassName
{
color: #0ED22F;
}
</style>
background-color css
<style>
a { background-color: #0ED22F; }
a { background-color: rgb(14,210,47); }
div.DivClassName
{
background-color: #0ED22F;
}
.BgClassName
{
background-color: #0ED22F;
}
</style>
border-color css
<style>
span { border-color: #0ED22F; }
span { border-color: rgb(14,210,47); }
td.TdClassName
{
border-color: #0ED22F;
}
.TagClassName
{
border-color: #0ED22F;
}
</style>