Shades of Malachite #0ED555
Tints of Malachite #0ED555
RGB
CMYK
RGB Variations
Color information
#0ED555 (or 0x0ED555) is known color: Malachite. HEX triplet: 0E, D5 and 55. RGB value is (14,213,85). Sum of RGB (Red+Green+Blue) = 14+213+85=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED555 is #F12AAA. Grayscale: #8B8B8B. Windows color (decimal): -15805099 or 5625102. OLE color: 5625102.
HSL color Cylindrical-coordinate representation of color #0ED555: hue angle of 141.41º 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 #0ED555 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 85 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.16 |
| HSL | 141.41º | 0.88% | 0.45% | - |
| HSV(B) | 141.41º | 0.93% | 0.84% | - |
| XYZ | 25.62 | 48.34 | 16.57 | - |
| YUV | 138.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 85 | 0.93 | 0 | 0.60 | 0.16 | 141.41 | 0.88 | 0.45 |
| Hex | E | D5 | 55 | 5D | 0 | 3C | 10 | 8D | 58 | 2D |
| Octal | 16 | 325 | 125 | 135 | 0 | 74 | 20 | 215 | 130 | 55 |
| Binary | 1110 | 11010101 | 1010101 | 1011101 | 0 | 111100 | 10000 | 10001101 | 1011000 | 101101 |
Color Harmonies of #0ED555
Complementary color
Monochromatic Colors of #0ED555
Black with #0ED555
Text Example
Text Example
White with #0ED555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED555; }
p { color: rgb(14,213,85); }
H1.HeaderClassName
{
color: #0ED555;
}
.AnyTagClassName
{
color: #0ED555;
}
</style>
background-color css
<style>
a { background-color: #0ED555; }
a { background-color: rgb(14,213,85); }
div.DivClassName
{
background-color: #0ED555;
}
.BgClassName
{
background-color: #0ED555;
}
</style>
border-color css
<style>
span { border-color: #0ED555; }
span { border-color: rgb(14,213,85); }
td.TdClassName
{
border-color: #0ED555;
}
.TagClassName
{
border-color: #0ED555;
}
</style>