Shades of Malachite #0ED54E
Tints of Malachite #0ED54E
RGB
CMYK
RGB Variations
Color information
#0ED54E (or 0x0ED54E) is known color: Malachite. HEX triplet: 0E, D5 and 4E. RGB value is (14,213,78). Sum of RGB (Red+Green+Blue) = 14+213+78=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED54E is #F12AB1. Grayscale: #8A8A8A. Windows color (decimal): -15805106 or 5166350. OLE color: 5166350.
HSL color Cylindrical-coordinate representation of color #0ED54E: hue angle of 139.3º 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 #0ED54E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 78 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.16 |
| HSL | 139.3º | 0.88% | 0.45% | - |
| HSV(B) | 139.3º | 0.93% | 0.84% | - |
| XYZ | 25.35 | 48.23 | 15.18 | - |
| YUV | 138.11 | 94.07 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 78 | 0.93 | 0 | 0.63 | 0.16 | 139.3 | 0.88 | 0.45 |
| Hex | E | D5 | 4E | 5D | 0 | 3F | 10 | 8B | 58 | 2D |
| Octal | 16 | 325 | 116 | 135 | 0 | 77 | 20 | 213 | 130 | 55 |
| Binary | 1110 | 11010101 | 1001110 | 1011101 | 0 | 111111 | 10000 | 10001011 | 1011000 | 101101 |
Color Harmonies of #0ED54E
Complementary color
Monochromatic Colors of #0ED54E
Black with #0ED54E
Text Example
Text Example
White with #0ED54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED54E; }
p { color: rgb(14,213,78); }
H1.HeaderClassName
{
color: #0ED54E;
}
.AnyTagClassName
{
color: #0ED54E;
}
</style>
background-color css
<style>
a { background-color: #0ED54E; }
a { background-color: rgb(14,213,78); }
div.DivClassName
{
background-color: #0ED54E;
}
.BgClassName
{
background-color: #0ED54E;
}
</style>
border-color css
<style>
span { border-color: #0ED54E; }
span { border-color: rgb(14,213,78); }
td.TdClassName
{
border-color: #0ED54E;
}
.TagClassName
{
border-color: #0ED54E;
}
</style>