Shades of Malachite #0ED666
Tints of Malachite #0ED666
RGB
CMYK
RGB Variations
Color information
#0ED666 (or 0x0ED666) is known color: Malachite. HEX triplet: 0E, D6 and 66. RGB value is (14,214,102). Sum of RGB (Red+Green+Blue) = 14+214+102=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED666 is #F12999. Grayscale: #8D8D8D. Windows color (decimal): -15804826 or 6739470. OLE color: 6739470.
HSL color Cylindrical-coordinate representation of color #0ED666: hue angle of 146.4º 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 #0ED666 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 102 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.16 |
| HSL | 146.4º | 0.88% | 0.45% | - |
| HSV(B) | 146.4º | 0.93% | 0.84% | - |
| XYZ | 26.63 | 49.15 | 20.65 | - |
| YUV | 141.43 | 105.74 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 102 | 0.93 | 0 | 0.52 | 0.16 | 146.4 | 0.88 | 0.45 |
| Hex | E | D6 | 66 | 5D | 0 | 34 | 10 | 92 | 58 | 2D |
| Octal | 16 | 326 | 146 | 135 | 0 | 64 | 20 | 222 | 130 | 55 |
| Binary | 1110 | 11010110 | 1100110 | 1011101 | 0 | 110100 | 10000 | 10010010 | 1011000 | 101101 |
Color Harmonies of #0ED666
Complementary color
Monochromatic Colors of #0ED666
Black with #0ED666
Text Example
Text Example
White with #0ED666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED666; }
p { color: rgb(14,214,102); }
H1.HeaderClassName
{
color: #0ED666;
}
.AnyTagClassName
{
color: #0ED666;
}
</style>
background-color css
<style>
a { background-color: #0ED666; }
a { background-color: rgb(14,214,102); }
div.DivClassName
{
background-color: #0ED666;
}
.BgClassName
{
background-color: #0ED666;
}
</style>
border-color css
<style>
span { border-color: #0ED666; }
span { border-color: rgb(14,214,102); }
td.TdClassName
{
border-color: #0ED666;
}
.TagClassName
{
border-color: #0ED666;
}
</style>