Shades of Malachite #0ED471
Tints of Malachite #0ED471
RGB
CMYK
RGB Variations
Color information
#0ED471 (or 0x0ED471) is known color: Malachite. HEX triplet: 0E, D4 and 71. RGB value is (14,212,113). Sum of RGB (Red+Green+Blue) = 14+212+113=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 212 (83.20% from 255 or 62.54% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED471 is #F12B8E. Grayscale: #8D8D8D. Windows color (decimal): -15805327 or 7459854. OLE color: 7459854.
HSL color Cylindrical-coordinate representation of color #0ED471: hue angle of 150º 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 #0ED471 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 113 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.17 |
| HSL | 150º | 0.88% | 0.44% | - |
| HSV(B) | 150º | 0.93% | 0.83% | - |
| XYZ | 26.71 | 48.37 | 23.55 | - |
| YUV | 141.51 | 111.9 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 113 | 0.93 | 0 | 0.47 | 0.17 | 150 | 0.88 | 0.44 |
| Hex | E | D4 | 71 | 5D | 0 | 2F | 11 | 96 | 58 | 2C |
| Octal | 16 | 324 | 161 | 135 | 0 | 57 | 21 | 226 | 130 | 54 |
| Binary | 1110 | 11010100 | 1110001 | 1011101 | 0 | 101111 | 10001 | 10010110 | 1011000 | 101100 |
Color Harmonies of #0ED471
Complementary color
Monochromatic Colors of #0ED471
Black with #0ED471
Text Example
Text Example
White with #0ED471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED471; }
p { color: rgb(14,212,113); }
H1.HeaderClassName
{
color: #0ED471;
}
.AnyTagClassName
{
color: #0ED471;
}
</style>
background-color css
<style>
a { background-color: #0ED471; }
a { background-color: rgb(14,212,113); }
div.DivClassName
{
background-color: #0ED471;
}
.BgClassName
{
background-color: #0ED471;
}
</style>
border-color css
<style>
span { border-color: #0ED471; }
span { border-color: rgb(14,212,113); }
td.TdClassName
{
border-color: #0ED471;
}
.TagClassName
{
border-color: #0ED471;
}
</style>