Shades of Malachite #0ED257
Tints of Malachite #0ED257
RGB
CMYK
RGB Variations
Color information
#0ED257 (or 0x0ED257) is known color: Malachite. HEX triplet: 0E, D2 and 57. RGB value is (14,210,87). Sum of RGB (Red+Green+Blue) = 14+210+87=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED257 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED257 is #F12DA8. Grayscale: #898989. Windows color (decimal): -15805865 or 5755406. OLE color: 5755406.
HSL color Cylindrical-coordinate representation of color #0ED257: hue angle of 142.35º degrees, saturation: 0.88, 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 #0ED257 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 87 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.18 |
| HSL | 142.35º | 0.88% | 0.44% | - |
| HSV(B) | 142.35º | 0.93% | 0.82% | - |
| XYZ | 24.95 | 46.87 | 16.75 | - |
| YUV | 137.37 | 99.57 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 87 | 0.93 | 0 | 0.59 | 0.18 | 142.35 | 0.88 | 0.44 |
| Hex | E | D2 | 57 | 5D | 0 | 3B | 12 | 8E | 58 | 2C |
| Octal | 16 | 322 | 127 | 135 | 0 | 73 | 22 | 216 | 130 | 54 |
| Binary | 1110 | 11010010 | 1010111 | 1011101 | 0 | 111011 | 10010 | 10001110 | 1011000 | 101100 |
Color Harmonies of #0ED257
Complementary color
Monochromatic Colors of #0ED257
Black with #0ED257
Text Example
Text Example
White with #0ED257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED257; }
p { color: rgb(14,210,87); }
H1.HeaderClassName
{
color: #0ED257;
}
.AnyTagClassName
{
color: #0ED257;
}
</style>
background-color css
<style>
a { background-color: #0ED257; }
a { background-color: rgb(14,210,87); }
div.DivClassName
{
background-color: #0ED257;
}
.BgClassName
{
background-color: #0ED257;
}
</style>
border-color css
<style>
span { border-color: #0ED257; }
span { border-color: rgb(14,210,87); }
td.TdClassName
{
border-color: #0ED257;
}
.TagClassName
{
border-color: #0ED257;
}
</style>