Shades of Malachite #16C060
Tints of Malachite #16C060
RGB
CMYK
RGB Variations
Color information
#16C060 (or 0x16C060) is known color: Malachite. HEX triplet: 16, C0 and 60. RGB value is (22,192,96). Sum of RGB (Red+Green+Blue) = 22+192+96=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #16C060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C060 is #E93F9F. Grayscale: #828282. Windows color (decimal): -15286176 or 6340630. OLE color: 6340630.
HSL color Cylindrical-coordinate representation of color #16C060: hue angle of 146.12º 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 #16C060 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 96 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.25 |
| HSL | 146.12º | 0.79% | 0.42% | - |
| HSV(B) | 146.12º | 0.89% | 0.75% | - |
| XYZ | 21.29 | 38.71 | 17.42 | - |
| YUV | 130.23 | 108.68 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 96 | 0.89 | 0 | 0.50 | 0.25 | 146.12 | 0.79 | 0.42 |
| Hex | 16 | C0 | 60 | 59 | 0 | 32 | 19 | 92 | 4F | 2A |
| Octal | 26 | 300 | 140 | 131 | 0 | 62 | 31 | 222 | 117 | 52 |
| Binary | 10110 | 11000000 | 1100000 | 1011001 | 0 | 110010 | 11001 | 10010010 | 1001111 | 101010 |
Color Harmonies of #16C060
Complementary color
Monochromatic Colors of #16C060
Black with #16C060
Text Example
Text Example
White with #16C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C060; }
p { color: rgb(22,192,96); }
H1.HeaderClassName
{
color: #16C060;
}
.AnyTagClassName
{
color: #16C060;
}
</style>
background-color css
<style>
a { background-color: #16C060; }
a { background-color: rgb(22,192,96); }
div.DivClassName
{
background-color: #16C060;
}
.BgClassName
{
background-color: #16C060;
}
</style>
border-color css
<style>
span { border-color: #16C060; }
span { border-color: rgb(22,192,96); }
td.TdClassName
{
border-color: #16C060;
}
.TagClassName
{
border-color: #16C060;
}
</style>