Shades of Malachite #00EC64
Tints of Malachite #00EC64
RGB
CMYK
RGB Variations
Color information
#00EC64 (or 0x00EC64) is known color: Malachite. HEX triplet: 00, EC and 64. RGB value is (0,236,100). Sum of RGB (Red+Green+Blue) = 0+236+100=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EC64 is #FF139B. Grayscale: #969696. Windows color (decimal): -16716700 or 6614016. OLE color: 6614016.
HSL color Cylindrical-coordinate representation of color #00EC64: hue angle of 145.42º 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 #00EC64 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 100 | - |
| CMYK | 1 | 0 | 0.58 | 0.07 |
| HSL | 145.42º | 1% | 0.46% | - |
| HSV(B) | 145.42º | 1% | 0.93% | - |
| XYZ | 32.3 | 60.91 | 22.11 | - |
| YUV | 149.93 | 99.81 | 21.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 100 | 1 | 0 | 0.58 | 0.07 | 145.42 | 1 | 0.46 |
| Hex | 0 | EC | 64 | 64 | 0 | 3A | 7 | 91 | 64 | 2E |
| Octal | 0 | 354 | 144 | 144 | 0 | 72 | 7 | 221 | 144 | 56 |
| Binary | 0 | 11101100 | 1100100 | 1100100 | 0 | 111010 | 111 | 10010001 | 1100100 | 101110 |
Color Harmonies of #00EC64
Complementary color
Monochromatic Colors of #00EC64
Black with #00EC64
Text Example
Text Example
White with #00EC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC64; }
p { color: rgb(0,236,100); }
H1.HeaderClassName
{
color: #00EC64;
}
.AnyTagClassName
{
color: #00EC64;
}
</style>
background-color css
<style>
a { background-color: #00EC64; }
a { background-color: rgb(0,236,100); }
div.DivClassName
{
background-color: #00EC64;
}
.BgClassName
{
background-color: #00EC64;
}
</style>
border-color css
<style>
span { border-color: #00EC64; }
span { border-color: rgb(0,236,100); }
td.TdClassName
{
border-color: #00EC64;
}
.TagClassName
{
border-color: #00EC64;
}
</style>