Shades of Dark Pastel Green #0ED11D
Tints of Dark Pastel Green #0ED11D
RGB
CMYK
RGB Variations
Color information
#0ED11D (or 0x0ED11D) is known color: Dark Pastel Green. HEX triplet: 0E, D1 and 1D. RGB value is (14,209,29). Sum of RGB (Red+Green+Blue) = 14+209+29=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED11D is #F12EE2. Grayscale: #828282. Windows color (decimal): -15806179 or 1954062. OLE color: 1954062.
HSL color Cylindrical-coordinate representation of color #0ED11D: hue angle of 124.62º degrees, saturation: 0.87, 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 #0ED11D is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 29 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.18 |
| HSL | 124.62º | 0.87% | 0.44% | - |
| HSV(B) | 124.62º | 0.93% | 0.82% | - |
| XYZ | 23.2 | 45.78 | 8.78 | - |
| YUV | 130.18 | 70.9 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 29 | 0.93 | 0 | 0.86 | 0.18 | 124.62 | 0.87 | 0.44 |
| Hex | E | D1 | 1D | 5D | 0 | 56 | 12 | 7D | 57 | 2C |
| Octal | 16 | 321 | 35 | 135 | 0 | 126 | 22 | 175 | 127 | 54 |
| Binary | 1110 | 11010001 | 11101 | 1011101 | 0 | 1010110 | 10010 | 1111101 | 1010111 | 101100 |
Color Harmonies of #0ED11D
Complementary color
Monochromatic Colors of #0ED11D
Black with #0ED11D
Text Example
Text Example
White with #0ED11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED11D; }
p { color: rgb(14,209,29); }
H1.HeaderClassName
{
color: #0ED11D;
}
.AnyTagClassName
{
color: #0ED11D;
}
</style>
background-color css
<style>
a { background-color: #0ED11D; }
a { background-color: rgb(14,209,29); }
div.DivClassName
{
background-color: #0ED11D;
}
.BgClassName
{
background-color: #0ED11D;
}
</style>
border-color css
<style>
span { border-color: #0ED11D; }
span { border-color: rgb(14,209,29); }
td.TdClassName
{
border-color: #0ED11D;
}
.TagClassName
{
border-color: #0ED11D;
}
</style>