Shades of Malachite #0ECC64
Tints of Malachite #0ECC64
RGB
CMYK
RGB Variations
Color information
#0ECC64 (or 0x0ECC64) is known color: Malachite. HEX triplet: 0E, CC and 64. RGB value is (14,204,100). Sum of RGB (Red+Green+Blue) = 14+204+100=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC64 is #F1339B. Grayscale: #878787. Windows color (decimal): -15807388 or 6605838. OLE color: 6605838.
HSL color Cylindrical-coordinate representation of color #0ECC64: hue angle of 147.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC64 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 100 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.2 |
| HSL | 147.16º | 0.87% | 0.43% | - |
| HSV(B) | 147.16º | 0.93% | 0.8% | - |
| XYZ | 24.07 | 44.2 | 19.32 | - |
| YUV | 135.33 | 108.05 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 100 | 0.93 | 0 | 0.51 | 0.2 | 147.16 | 0.87 | 0.43 |
| Hex | E | CC | 64 | 5D | 0 | 33 | 14 | 93 | 57 | 2B |
| Octal | 16 | 314 | 144 | 135 | 0 | 63 | 24 | 223 | 127 | 53 |
| Binary | 1110 | 11001100 | 1100100 | 1011101 | 0 | 110011 | 10100 | 10010011 | 1010111 | 101011 |
Color Harmonies of #0ECC64
Complementary color
Monochromatic Colors of #0ECC64
Black with #0ECC64
Text Example
Text Example
White with #0ECC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECC64; }
p { color: rgb(14,204,100); }
H1.HeaderClassName
{
color: #0ECC64;
}
.AnyTagClassName
{
color: #0ECC64;
}
</style>
background-color css
<style>
a { background-color: #0ECC64; }
a { background-color: rgb(14,204,100); }
div.DivClassName
{
background-color: #0ECC64;
}
.BgClassName
{
background-color: #0ECC64;
}
</style>
border-color css
<style>
span { border-color: #0ECC64; }
span { border-color: rgb(14,204,100); }
td.TdClassName
{
border-color: #0ECC64;
}
.TagClassName
{
border-color: #0ECC64;
}
</style>