Shades of Malachite #0ED565
Tints of Malachite #0ED565
RGB
CMYK
RGB Variations
Color information
#0ED565 (or 0x0ED565) is known color: Malachite. HEX triplet: 0E, D5 and 65. RGB value is (14,213,101). Sum of RGB (Red+Green+Blue) = 14+213+101=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED565 is #F12A9A. Grayscale: #8C8C8C. Windows color (decimal): -15805083 or 6673678. OLE color: 6673678.
HSL color Cylindrical-coordinate representation of color #0ED565: hue angle of 146.23º 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 #0ED565 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 101 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.16 |
| HSL | 146.23º | 0.88% | 0.45% | - |
| HSV(B) | 146.23º | 0.93% | 0.84% | - |
| XYZ | 26.32 | 48.62 | 20.31 | - |
| YUV | 140.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 101 | 0.93 | 0 | 0.53 | 0.16 | 146.23 | 0.88 | 0.45 |
| Hex | E | D5 | 65 | 5D | 0 | 35 | 10 | 92 | 58 | 2D |
| Octal | 16 | 325 | 145 | 135 | 0 | 65 | 20 | 222 | 130 | 55 |
| Binary | 1110 | 11010101 | 1100101 | 1011101 | 0 | 110101 | 10000 | 10010010 | 1011000 | 101101 |
Color Harmonies of #0ED565
Complementary color
Monochromatic Colors of #0ED565
Black with #0ED565
Text Example
Text Example
White with #0ED565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED565; }
p { color: rgb(14,213,101); }
H1.HeaderClassName
{
color: #0ED565;
}
.AnyTagClassName
{
color: #0ED565;
}
</style>
background-color css
<style>
a { background-color: #0ED565; }
a { background-color: rgb(14,213,101); }
div.DivClassName
{
background-color: #0ED565;
}
.BgClassName
{
background-color: #0ED565;
}
</style>
border-color css
<style>
span { border-color: #0ED565; }
span { border-color: rgb(14,213,101); }
td.TdClassName
{
border-color: #0ED565;
}
.TagClassName
{
border-color: #0ED565;
}
</style>