Shades of Malachite #16E064
Tints of Malachite #16E064
RGB
CMYK
RGB Variations
Color information
#16E064 (or 0x16E064) is known color: Malachite. HEX triplet: 16, E0 and 64. RGB value is (22,224,100). Sum of RGB (Red+Green+Blue) = 22+224+100=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #16E064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E064 is #E91F9B. Grayscale: #959595. Windows color (decimal): -15277980 or 6610966. OLE color: 6610966.
HSL color Cylindrical-coordinate representation of color #16E064: hue angle of 143.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E064 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 100 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.12 |
| HSL | 143.17º | 0.82% | 0.48% | - |
| HSV(B) | 143.17º | 0.9% | 0.88% | - |
| XYZ | 29.29 | 54.4 | 21.01 | - |
| YUV | 149.47 | 100.08 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 100 | 0.90 | 0 | 0.55 | 0.12 | 143.17 | 0.82 | 0.48 |
| Hex | 16 | E0 | 64 | 5A | 0 | 37 | C | 8F | 52 | 30 |
| Octal | 26 | 340 | 144 | 132 | 0 | 67 | 14 | 217 | 122 | 60 |
| Binary | 10110 | 11100000 | 1100100 | 1011010 | 0 | 110111 | 1100 | 10001111 | 1010010 | 110000 |
Color Harmonies of #16E064
Complementary color
Monochromatic Colors of #16E064
Black with #16E064
Text Example
Text Example
White with #16E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E064; }
p { color: rgb(22,224,100); }
H1.HeaderClassName
{
color: #16E064;
}
.AnyTagClassName
{
color: #16E064;
}
</style>
background-color css
<style>
a { background-color: #16E064; }
a { background-color: rgb(22,224,100); }
div.DivClassName
{
background-color: #16E064;
}
.BgClassName
{
background-color: #16E064;
}
</style>
border-color css
<style>
span { border-color: #16E064; }
span { border-color: rgb(22,224,100); }
td.TdClassName
{
border-color: #16E064;
}
.TagClassName
{
border-color: #16E064;
}
</style>