Shades of Malachite #0ED771
Tints of Malachite #0ED771
RGB
CMYK
RGB Variations
Color information
#0ED771 (or 0x0ED771) is known color: Malachite. HEX triplet: 0E, D7 and 71. RGB value is (14,215,113). Sum of RGB (Red+Green+Blue) = 14+215+113=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED771 is #F1288E. Grayscale: #8F8F8F. Windows color (decimal): -15804559 or 7460622. OLE color: 7460622.
HSL color Cylindrical-coordinate representation of color #0ED771: hue angle of 149.55º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED771 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 113 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.16 |
| HSL | 149.55º | 0.88% | 0.45% | - |
| HSV(B) | 149.55º | 0.93% | 0.84% | - |
| XYZ | 27.46 | 49.89 | 23.8 | - |
| YUV | 143.27 | 110.91 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 113 | 0.93 | 0 | 0.47 | 0.16 | 149.55 | 0.88 | 0.45 |
| Hex | E | D7 | 71 | 5D | 0 | 2F | 10 | 96 | 58 | 2D |
| Octal | 16 | 327 | 161 | 135 | 0 | 57 | 20 | 226 | 130 | 55 |
| Binary | 1110 | 11010111 | 1110001 | 1011101 | 0 | 101111 | 10000 | 10010110 | 1011000 | 101101 |
Color Harmonies of #0ED771
Complementary color
Monochromatic Colors of #0ED771
Black with #0ED771
Text Example
Text Example
White with #0ED771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED771; }
p { color: rgb(14,215,113); }
H1.HeaderClassName
{
color: #0ED771;
}
.AnyTagClassName
{
color: #0ED771;
}
</style>
background-color css
<style>
a { background-color: #0ED771; }
a { background-color: rgb(14,215,113); }
div.DivClassName
{
background-color: #0ED771;
}
.BgClassName
{
background-color: #0ED771;
}
</style>
border-color css
<style>
span { border-color: #0ED771; }
span { border-color: rgb(14,215,113); }
td.TdClassName
{
border-color: #0ED771;
}
.TagClassName
{
border-color: #0ED771;
}
</style>