Shades of Dark Pastel Green #0ED22A
Tints of Dark Pastel Green #0ED22A
RGB
CMYK
RGB Variations
Color information
#0ED22A (or 0x0ED22A) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 2A. RGB value is (14,210,42). Sum of RGB (Red+Green+Blue) = 14+210+42=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED22A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED22A is #F12DD5. Grayscale: #848484. Windows color (decimal): -15805910 or 2806286. OLE color: 2806286.
HSL color Cylindrical-coordinate representation of color #0ED22A: hue angle of 128.57º 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 #0ED22A is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 42 | - |
| CMYK | 0.93 | 0 | 0.8 | 0.18 |
| HSL | 128.57º | 0.88% | 0.44% | - |
| HSV(B) | 128.57º | 0.93% | 0.82% | - |
| XYZ | 23.65 | 46.35 | 9.89 | - |
| YUV | 132.24 | 77.07 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 42 | 0.93 | 0 | 0.8 | 0.18 | 128.57 | 0.88 | 0.44 |
| Hex | E | D2 | 2A | 5D | 0 | 50 | 12 | 81 | 58 | 2C |
| Octal | 16 | 322 | 52 | 135 | 0 | 120 | 22 | 201 | 130 | 54 |
| Binary | 1110 | 11010010 | 101010 | 1011101 | 0 | 1010000 | 10010 | 10000001 | 1011000 | 101100 |
Color Harmonies of #0ED22A
Complementary color
Monochromatic Colors of #0ED22A
Black with #0ED22A
Text Example
Text Example
White with #0ED22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED22A; }
p { color: rgb(14,210,42); }
H1.HeaderClassName
{
color: #0ED22A;
}
.AnyTagClassName
{
color: #0ED22A;
}
</style>
background-color css
<style>
a { background-color: #0ED22A; }
a { background-color: rgb(14,210,42); }
div.DivClassName
{
background-color: #0ED22A;
}
.BgClassName
{
background-color: #0ED22A;
}
</style>
border-color css
<style>
span { border-color: #0ED22A; }
span { border-color: rgb(14,210,42); }
td.TdClassName
{
border-color: #0ED22A;
}
.TagClassName
{
border-color: #0ED22A;
}
</style>