Shades of Malachite #16C064
Tints of Malachite #16C064
RGB
CMYK
RGB Variations
Color information
#16C064 (or 0x16C064) is known color: Malachite. HEX triplet: 16, C0 and 64. RGB value is (22,192,100). Sum of RGB (Red+Green+Blue) = 22+192+100=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #16C064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C064 is #E93F9B. Grayscale: #828282. Windows color (decimal): -15286172 or 6602774. OLE color: 6602774.
HSL color Cylindrical-coordinate representation of color #16C064: hue angle of 147.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C064 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 100 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.25 |
| HSL | 147.53º | 0.79% | 0.42% | - |
| HSV(B) | 147.53º | 0.89% | 0.75% | - |
| XYZ | 21.48 | 38.79 | 18.41 | - |
| YUV | 130.68 | 110.68 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 100 | 0.89 | 0 | 0.48 | 0.25 | 147.53 | 0.79 | 0.42 |
| Hex | 16 | C0 | 64 | 59 | 0 | 30 | 19 | 94 | 4F | 2A |
| Octal | 26 | 300 | 144 | 131 | 0 | 60 | 31 | 224 | 117 | 52 |
| Binary | 10110 | 11000000 | 1100100 | 1011001 | 0 | 110000 | 11001 | 10010100 | 1001111 | 101010 |
Color Harmonies of #16C064
Complementary color
Monochromatic Colors of #16C064
Black with #16C064
Text Example
Text Example
White with #16C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C064; }
p { color: rgb(22,192,100); }
H1.HeaderClassName
{
color: #16C064;
}
.AnyTagClassName
{
color: #16C064;
}
</style>
background-color css
<style>
a { background-color: #16C064; }
a { background-color: rgb(22,192,100); }
div.DivClassName
{
background-color: #16C064;
}
.BgClassName
{
background-color: #16C064;
}
</style>
border-color css
<style>
span { border-color: #16C064; }
span { border-color: rgb(22,192,100); }
td.TdClassName
{
border-color: #16C064;
}
.TagClassName
{
border-color: #16C064;
}
</style>