Shades of Dark Pastel Green #0ED222
Tints of Dark Pastel Green #0ED222
RGB
CMYK
RGB Variations
Color information
#0ED222 (or 0x0ED222) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 22. RGB value is (14,210,34). Sum of RGB (Red+Green+Blue) = 14+210+34=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 210 (82.42% from 255 or 81.40% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED222 is #F12DDD. Grayscale: #838383. Windows color (decimal): -15805918 or 2281998. OLE color: 2281998.
HSL color Cylindrical-coordinate representation of color #0ED222: hue angle of 126.12º 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 #0ED222 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 34 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.18 |
| HSL | 126.12º | 0.88% | 0.44% | - |
| HSV(B) | 126.12º | 0.93% | 0.82% | - |
| XYZ | 23.52 | 46.3 | 9.21 | - |
| YUV | 131.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 34 | 0.93 | 0 | 0.84 | 0.18 | 126.12 | 0.88 | 0.44 |
| Hex | E | D2 | 22 | 5D | 0 | 54 | 12 | 7E | 58 | 2C |
| Octal | 16 | 322 | 42 | 135 | 0 | 124 | 22 | 176 | 130 | 54 |
| Binary | 1110 | 11010010 | 100010 | 1011101 | 0 | 1010100 | 10010 | 1111110 | 1011000 | 101100 |
Color Harmonies of #0ED222
Complementary color
Monochromatic Colors of #0ED222
Black with #0ED222
Text Example
Text Example
White with #0ED222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED222; }
p { color: rgb(14,210,34); }
H1.HeaderClassName
{
color: #0ED222;
}
.AnyTagClassName
{
color: #0ED222;
}
</style>
background-color css
<style>
a { background-color: #0ED222; }
a { background-color: rgb(14,210,34); }
div.DivClassName
{
background-color: #0ED222;
}
.BgClassName
{
background-color: #0ED222;
}
</style>
border-color css
<style>
span { border-color: #0ED222; }
span { border-color: rgb(14,210,34); }
td.TdClassName
{
border-color: #0ED222;
}
.TagClassName
{
border-color: #0ED222;
}
</style>