Shades of Malachite #0ED464
Tints of Malachite #0ED464
RGB
CMYK
RGB Variations
Color information
#0ED464 (or 0x0ED464) is known color: Malachite. HEX triplet: 0E, D4 and 64. RGB value is (14,212,100). Sum of RGB (Red+Green+Blue) = 14+212+100=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 212 (83.20% from 255 or 65.03% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED464 is #F12B9B. Grayscale: #8C8C8C. Windows color (decimal): -15805340 or 6607886. OLE color: 6607886.
HSL color Cylindrical-coordinate representation of color #0ED464: hue angle of 146.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED464 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 100 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.17 |
| HSL | 146.06º | 0.88% | 0.44% | - |
| HSV(B) | 146.06º | 0.93% | 0.83% | - |
| XYZ | 26.02 | 48.1 | 19.97 | - |
| YUV | 140.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 100 | 0.93 | 0 | 0.53 | 0.17 | 146.06 | 0.88 | 0.44 |
| Hex | E | D4 | 64 | 5D | 0 | 35 | 11 | 92 | 58 | 2C |
| Octal | 16 | 324 | 144 | 135 | 0 | 65 | 21 | 222 | 130 | 54 |
| Binary | 1110 | 11010100 | 1100100 | 1011101 | 0 | 110101 | 10001 | 10010010 | 1011000 | 101100 |
Color Harmonies of #0ED464
Complementary color
Monochromatic Colors of #0ED464
Black with #0ED464
Text Example
Text Example
White with #0ED464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED464; }
p { color: rgb(14,212,100); }
H1.HeaderClassName
{
color: #0ED464;
}
.AnyTagClassName
{
color: #0ED464;
}
</style>
background-color css
<style>
a { background-color: #0ED464; }
a { background-color: rgb(14,212,100); }
div.DivClassName
{
background-color: #0ED464;
}
.BgClassName
{
background-color: #0ED464;
}
</style>
border-color css
<style>
span { border-color: #0ED464; }
span { border-color: rgb(14,212,100); }
td.TdClassName
{
border-color: #0ED464;
}
.TagClassName
{
border-color: #0ED464;
}
</style>