Shades of Malachite #0ED662
Tints of Malachite #0ED662
RGB
CMYK
RGB Variations
Color information
#0ED662 (or 0x0ED662) is known color: Malachite. HEX triplet: 0E, D6 and 62. RGB value is (14,214,98). Sum of RGB (Red+Green+Blue) = 14+214+98=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED662 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED662 is #F1299D. Grayscale: #8D8D8D. Windows color (decimal): -15804830 or 6477326. OLE color: 6477326.
HSL color Cylindrical-coordinate representation of color #0ED662: hue angle of 145.2º 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 #0ED662 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 98 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.16 |
| HSL | 145.2º | 0.88% | 0.45% | - |
| HSV(B) | 145.2º | 0.93% | 0.84% | - |
| XYZ | 26.43 | 49.07 | 19.63 | - |
| YUV | 140.98 | 103.74 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 98 | 0.93 | 0 | 0.54 | 0.16 | 145.2 | 0.88 | 0.45 |
| Hex | E | D6 | 62 | 5D | 0 | 36 | 10 | 91 | 58 | 2D |
| Octal | 16 | 326 | 142 | 135 | 0 | 66 | 20 | 221 | 130 | 55 |
| Binary | 1110 | 11010110 | 1100010 | 1011101 | 0 | 110110 | 10000 | 10010001 | 1011000 | 101101 |
Color Harmonies of #0ED662
Complementary color
Monochromatic Colors of #0ED662
Black with #0ED662
Text Example
Text Example
White with #0ED662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED662; }
p { color: rgb(14,214,98); }
H1.HeaderClassName
{
color: #0ED662;
}
.AnyTagClassName
{
color: #0ED662;
}
</style>
background-color css
<style>
a { background-color: #0ED662; }
a { background-color: rgb(14,214,98); }
div.DivClassName
{
background-color: #0ED662;
}
.BgClassName
{
background-color: #0ED662;
}
</style>
border-color css
<style>
span { border-color: #0ED662; }
span { border-color: rgb(14,214,98); }
td.TdClassName
{
border-color: #0ED662;
}
.TagClassName
{
border-color: #0ED662;
}
</style>