Shades of Dark Pastel Green #0ED12D
Tints of Dark Pastel Green #0ED12D
RGB
CMYK
RGB Variations
Color information
#0ED12D (or 0x0ED12D) is known color: Dark Pastel Green. HEX triplet: 0E, D1 and 2D. RGB value is (14,209,45). Sum of RGB (Red+Green+Blue) = 14+209+45=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 209 (82.03% from 255 or 77.99% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED12D is #F12ED2. Grayscale: #848484. Windows color (decimal): -15806163 or 3002638. OLE color: 3002638.
HSL color Cylindrical-coordinate representation of color #0ED12D: hue angle of 129.54º 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 #0ED12D is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 45 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.18 |
| HSL | 129.54º | 0.87% | 0.44% | - |
| HSV(B) | 129.54º | 0.93% | 0.82% | - |
| XYZ | 23.46 | 45.88 | 10.1 | - |
| YUV | 132 | 78.9 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 45 | 0.93 | 0 | 0.78 | 0.18 | 129.54 | 0.87 | 0.44 |
| Hex | E | D1 | 2D | 5D | 0 | 4E | 12 | 82 | 57 | 2C |
| Octal | 16 | 321 | 55 | 135 | 0 | 116 | 22 | 202 | 127 | 54 |
| Binary | 1110 | 11010001 | 101101 | 1011101 | 0 | 1001110 | 10010 | 10000010 | 1010111 | 101100 |
Color Harmonies of #0ED12D
Complementary color
Monochromatic Colors of #0ED12D
Black with #0ED12D
Text Example
Text Example
White with #0ED12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED12D; }
p { color: rgb(14,209,45); }
H1.HeaderClassName
{
color: #0ED12D;
}
.AnyTagClassName
{
color: #0ED12D;
}
</style>
background-color css
<style>
a { background-color: #0ED12D; }
a { background-color: rgb(14,209,45); }
div.DivClassName
{
background-color: #0ED12D;
}
.BgClassName
{
background-color: #0ED12D;
}
</style>
border-color css
<style>
span { border-color: #0ED12D; }
span { border-color: rgb(14,209,45); }
td.TdClassName
{
border-color: #0ED12D;
}
.TagClassName
{
border-color: #0ED12D;
}
</style>