Shades of Malachite #0ED53C
Tints of Malachite #0ED53C
RGB
CMYK
RGB Variations
Color information
#0ED53C (or 0x0ED53C) is known color: Malachite. HEX triplet: 0E, D5 and 3C. RGB value is (14,213,60). Sum of RGB (Red+Green+Blue) = 14+213+60=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED53C is #F12AC3. Grayscale: #888888. Windows color (decimal): -15805124 or 3986702. OLE color: 3986702.
HSL color Cylindrical-coordinate representation of color #0ED53C: hue angle of 133.87º 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 #0ED53C is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 60 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.16 |
| HSL | 133.87º | 0.88% | 0.45% | - |
| HSV(B) | 133.87º | 0.93% | 0.84% | - |
| XYZ | 24.79 | 48.01 | 12.23 | - |
| YUV | 136.06 | 85.07 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 60 | 0.93 | 0 | 0.72 | 0.16 | 133.87 | 0.88 | 0.45 |
| Hex | E | D5 | 3C | 5D | 0 | 48 | 10 | 86 | 58 | 2D |
| Octal | 16 | 325 | 74 | 135 | 0 | 110 | 20 | 206 | 130 | 55 |
| Binary | 1110 | 11010101 | 111100 | 1011101 | 0 | 1001000 | 10000 | 10000110 | 1011000 | 101101 |
Color Harmonies of #0ED53C
Complementary color
Monochromatic Colors of #0ED53C
Black with #0ED53C
Text Example
Text Example
White with #0ED53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED53C; }
p { color: rgb(14,213,60); }
H1.HeaderClassName
{
color: #0ED53C;
}
.AnyTagClassName
{
color: #0ED53C;
}
</style>
background-color css
<style>
a { background-color: #0ED53C; }
a { background-color: rgb(14,213,60); }
div.DivClassName
{
background-color: #0ED53C;
}
.BgClassName
{
background-color: #0ED53C;
}
</style>
border-color css
<style>
span { border-color: #0ED53C; }
span { border-color: rgb(14,213,60); }
td.TdClassName
{
border-color: #0ED53C;
}
.TagClassName
{
border-color: #0ED53C;
}
</style>