Shades of Malachite #0ED049
Tints of Malachite #0ED049
RGB
CMYK
RGB Variations
Color information
#0ED049 (or 0x0ED049) is known color: Malachite. HEX triplet: 0E, D0 and 49. RGB value is (14,208,73). Sum of RGB (Red+Green+Blue) = 14+208+73=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED049 is #F12FB6. Grayscale: #868686. Windows color (decimal): -15806391 or 4837390. OLE color: 4837390.
HSL color Cylindrical-coordinate representation of color #0ED049: hue angle of 138.25º 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 #0ED049 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 73 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.18 |
| HSL | 138.25º | 0.87% | 0.44% | - |
| HSV(B) | 138.25º | 0.93% | 0.82% | - |
| XYZ | 23.94 | 45.69 | 13.86 | - |
| YUV | 134.6 | 93.23 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 73 | 0.93 | 0 | 0.65 | 0.18 | 138.25 | 0.87 | 0.44 |
| Hex | E | D0 | 49 | 5D | 0 | 41 | 12 | 8A | 57 | 2C |
| Octal | 16 | 320 | 111 | 135 | 0 | 101 | 22 | 212 | 127 | 54 |
| Binary | 1110 | 11010000 | 1001001 | 1011101 | 0 | 1000001 | 10010 | 10001010 | 1010111 | 101100 |
Color Harmonies of #0ED049
Complementary color
Monochromatic Colors of #0ED049
Black with #0ED049
Text Example
Text Example
White with #0ED049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED049; }
p { color: rgb(14,208,73); }
H1.HeaderClassName
{
color: #0ED049;
}
.AnyTagClassName
{
color: #0ED049;
}
</style>
background-color css
<style>
a { background-color: #0ED049; }
a { background-color: rgb(14,208,73); }
div.DivClassName
{
background-color: #0ED049;
}
.BgClassName
{
background-color: #0ED049;
}
</style>
border-color css
<style>
span { border-color: #0ED049; }
span { border-color: rgb(14,208,73); }
td.TdClassName
{
border-color: #0ED049;
}
.TagClassName
{
border-color: #0ED049;
}
</style>