Shades of Malachite #00EC66
Tints of Malachite #00EC66
RGB
CMYK
RGB Variations
Color information
#00EC66 (or 0x00EC66) is known color: Malachite. HEX triplet: 00, EC and 66. RGB value is (0,236,102). Sum of RGB (Red+Green+Blue) = 0+236+102=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EC66 is #FF1399. Grayscale: #969696. Windows color (decimal): -16716698 or 6745088. OLE color: 6745088.
HSL color Cylindrical-coordinate representation of color #00EC66: hue angle of 145.93º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EC66 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 102 | - |
| CMYK | 1 | 0 | 0.57 | 0.07 |
| HSL | 145.93º | 1% | 0.46% | - |
| HSV(B) | 145.93º | 1% | 0.93% | - |
| XYZ | 32.39 | 60.95 | 22.63 | - |
| YUV | 150.16 | 100.81 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 102 | 1 | 0 | 0.57 | 0.07 | 145.93 | 1 | 0.46 |
| Hex | 0 | EC | 66 | 64 | 0 | 39 | 7 | 92 | 64 | 2E |
| Octal | 0 | 354 | 146 | 144 | 0 | 71 | 7 | 222 | 144 | 56 |
| Binary | 0 | 11101100 | 1100110 | 1100100 | 0 | 111001 | 111 | 10010010 | 1100100 | 101110 |
Color Harmonies of #00EC66
Complementary color
Monochromatic Colors of #00EC66
Black with #00EC66
Text Example
Text Example
White with #00EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC66; }
p { color: rgb(0,236,102); }
H1.HeaderClassName
{
color: #00EC66;
}
.AnyTagClassName
{
color: #00EC66;
}
</style>
background-color css
<style>
a { background-color: #00EC66; }
a { background-color: rgb(0,236,102); }
div.DivClassName
{
background-color: #00EC66;
}
.BgClassName
{
background-color: #00EC66;
}
</style>
border-color css
<style>
span { border-color: #00EC66; }
span { border-color: rgb(0,236,102); }
td.TdClassName
{
border-color: #00EC66;
}
.TagClassName
{
border-color: #00EC66;
}
</style>