Shades of Dark Pastel Green #0ED336
Tints of Dark Pastel Green #0ED336
RGB
CMYK
RGB Variations
Color information
#0ED336 (or 0x0ED336) is known color: Dark Pastel Green. HEX triplet: 0E, D3 and 36. RGB value is (14,211,54). Sum of RGB (Red+Green+Blue) = 14+211+54=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED336 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED336 is #F12CC9. Grayscale: #868686. Windows color (decimal): -15805642 or 3592974. OLE color: 3592974.
HSL color Cylindrical-coordinate representation of color #0ED336: hue angle of 132.18º 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 #0ED336 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 54 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.17 |
| HSL | 132.18º | 0.88% | 0.44% | - |
| HSV(B) | 132.18º | 0.93% | 0.83% | - |
| XYZ | 24.14 | 46.95 | 11.28 | - |
| YUV | 134.2 | 82.73 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 54 | 0.93 | 0 | 0.74 | 0.17 | 132.18 | 0.88 | 0.44 |
| Hex | E | D3 | 36 | 5D | 0 | 4A | 11 | 84 | 58 | 2C |
| Octal | 16 | 323 | 66 | 135 | 0 | 112 | 21 | 204 | 130 | 54 |
| Binary | 1110 | 11010011 | 110110 | 1011101 | 0 | 1001010 | 10001 | 10000100 | 1011000 | 101100 |
Color Harmonies of #0ED336
Complementary color
Monochromatic Colors of #0ED336
Black with #0ED336
Text Example
Text Example
White with #0ED336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED336; }
p { color: rgb(14,211,54); }
H1.HeaderClassName
{
color: #0ED336;
}
.AnyTagClassName
{
color: #0ED336;
}
</style>
background-color css
<style>
a { background-color: #0ED336; }
a { background-color: rgb(14,211,54); }
div.DivClassName
{
background-color: #0ED336;
}
.BgClassName
{
background-color: #0ED336;
}
</style>
border-color css
<style>
span { border-color: #0ED336; }
span { border-color: rgb(14,211,54); }
td.TdClassName
{
border-color: #0ED336;
}
.TagClassName
{
border-color: #0ED336;
}
</style>