Shades of Dark Pastel Green #0ED836
Tints of Dark Pastel Green #0ED836
RGB
CMYK
RGB Variations
Color information
#0ED836 (or 0x0ED836) is known color: Dark Pastel Green. HEX triplet: 0E, D8 and 36. RGB value is (14,216,54). Sum of RGB (Red+Green+Blue) = 14+216+54=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED836 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED836 is #F127C9. Grayscale: #898989. Windows color (decimal): -15804362 or 3594254. OLE color: 3594254.
HSL color Cylindrical-coordinate representation of color #0ED836: hue angle of 131.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED836 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 54 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.15 |
| HSL | 131.88º | 0.88% | 0.45% | - |
| HSV(B) | 131.88º | 0.94% | 0.85% | - |
| XYZ | 25.4 | 49.47 | 11.7 | - |
| YUV | 137.13 | 81.08 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 54 | 0.94 | 0 | 0.75 | 0.15 | 131.88 | 0.88 | 0.45 |
| Hex | E | D8 | 36 | 5E | 0 | 4B | F | 84 | 58 | 2D |
| Octal | 16 | 330 | 66 | 136 | 0 | 113 | 17 | 204 | 130 | 55 |
| Binary | 1110 | 11011000 | 110110 | 1011110 | 0 | 1001011 | 1111 | 10000100 | 1011000 | 101101 |
Color Harmonies of #0ED836
Complementary color
Monochromatic Colors of #0ED836
Black with #0ED836
Text Example
Text Example
White with #0ED836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED836; }
p { color: rgb(14,216,54); }
H1.HeaderClassName
{
color: #0ED836;
}
.AnyTagClassName
{
color: #0ED836;
}
</style>
background-color css
<style>
a { background-color: #0ED836; }
a { background-color: rgb(14,216,54); }
div.DivClassName
{
background-color: #0ED836;
}
.BgClassName
{
background-color: #0ED836;
}
</style>
border-color css
<style>
span { border-color: #0ED836; }
span { border-color: rgb(14,216,54); }
td.TdClassName
{
border-color: #0ED836;
}
.TagClassName
{
border-color: #0ED836;
}
</style>