Shades of Dark Pastel Green #0ED436
Tints of Dark Pastel Green #0ED436
RGB
CMYK
RGB Variations
Color information
#0ED436 (or 0x0ED436) is known color: Dark Pastel Green. HEX triplet: 0E, D4 and 36. RGB value is (14,212,54). Sum of RGB (Red+Green+Blue) = 14+212+54=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED436 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED436 is #F12BC9. Grayscale: #878787. Windows color (decimal): -15805386 or 3593230. OLE color: 3593230.
HSL color Cylindrical-coordinate representation of color #0ED436: hue angle of 132.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED436 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 54 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.17 |
| HSL | 132.12º | 0.88% | 0.44% | - |
| HSV(B) | 132.12º | 0.93% | 0.83% | - |
| XYZ | 24.39 | 47.45 | 11.36 | - |
| YUV | 134.79 | 82.4 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 54 | 0.93 | 0 | 0.75 | 0.17 | 132.12 | 0.88 | 0.44 |
| Hex | E | D4 | 36 | 5D | 0 | 4B | 11 | 84 | 58 | 2C |
| Octal | 16 | 324 | 66 | 135 | 0 | 113 | 21 | 204 | 130 | 54 |
| Binary | 1110 | 11010100 | 110110 | 1011101 | 0 | 1001011 | 10001 | 10000100 | 1011000 | 101100 |
Color Harmonies of #0ED436
Complementary color
Monochromatic Colors of #0ED436
Black with #0ED436
Text Example
Text Example
White with #0ED436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED436; }
p { color: rgb(14,212,54); }
H1.HeaderClassName
{
color: #0ED436;
}
.AnyTagClassName
{
color: #0ED436;
}
</style>
background-color css
<style>
a { background-color: #0ED436; }
a { background-color: rgb(14,212,54); }
div.DivClassName
{
background-color: #0ED436;
}
.BgClassName
{
background-color: #0ED436;
}
</style>
border-color css
<style>
span { border-color: #0ED436; }
span { border-color: rgb(14,212,54); }
td.TdClassName
{
border-color: #0ED436;
}
.TagClassName
{
border-color: #0ED436;
}
</style>