Shades of Malachite #0ED849
Tints of Malachite #0ED849
RGB
CMYK
RGB Variations
Color information
#0ED849 (or 0x0ED849) is known color: Malachite. HEX triplet: 0E, D8 and 49. RGB value is (14,216,73). Sum of RGB (Red+Green+Blue) = 14+216+73=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED849 is #F127B6. Grayscale: #8B8B8B. Windows color (decimal): -15804343 or 4839438. OLE color: 4839438.
HSL color Cylindrical-coordinate representation of color #0ED849: hue angle of 137.52º 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 #0ED849 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 73 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.15 |
| HSL | 137.52º | 0.88% | 0.45% | - |
| HSV(B) | 137.52º | 0.94% | 0.85% | - |
| XYZ | 25.94 | 49.69 | 14.53 | - |
| YUV | 139.3 | 90.58 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 73 | 0.94 | 0 | 0.66 | 0.15 | 137.52 | 0.88 | 0.45 |
| Hex | E | D8 | 49 | 5E | 0 | 42 | F | 8A | 58 | 2D |
| Octal | 16 | 330 | 111 | 136 | 0 | 102 | 17 | 212 | 130 | 55 |
| Binary | 1110 | 11011000 | 1001001 | 1011110 | 0 | 1000010 | 1111 | 10001010 | 1011000 | 101101 |
Color Harmonies of #0ED849
Complementary color
Monochromatic Colors of #0ED849
Black with #0ED849
Text Example
Text Example
White with #0ED849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED849; }
p { color: rgb(14,216,73); }
H1.HeaderClassName
{
color: #0ED849;
}
.AnyTagClassName
{
color: #0ED849;
}
</style>
background-color css
<style>
a { background-color: #0ED849; }
a { background-color: rgb(14,216,73); }
div.DivClassName
{
background-color: #0ED849;
}
.BgClassName
{
background-color: #0ED849;
}
</style>
border-color css
<style>
span { border-color: #0ED849; }
span { border-color: rgb(14,216,73); }
td.TdClassName
{
border-color: #0ED849;
}
.TagClassName
{
border-color: #0ED849;
}
</style>