Shades of Malachite #16CC6C
Tints of Malachite #16CC6C
RGB
CMYK
RGB Variations
Color information
#16CC6C (or 0x16CC6C) is known color: Malachite. HEX triplet: 16, CC and 6C. RGB value is (22,204,108). Sum of RGB (Red+Green+Blue) = 22+204+108=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CC6C is #E93393. Grayscale: #8A8A8A. Windows color (decimal): -15283092 or 7130134. OLE color: 7130134.
HSL color Cylindrical-coordinate representation of color #16CC6C: hue angle of 148.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC6C is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 108 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.2 |
| HSL | 148.35º | 0.81% | 0.44% | - |
| HSV(B) | 148.35º | 0.89% | 0.8% | - |
| XYZ | 24.63 | 44.44 | 21.47 | - |
| YUV | 138.64 | 110.7 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 108 | 0.89 | 0 | 0.47 | 0.2 | 148.35 | 0.81 | 0.44 |
| Hex | 16 | CC | 6C | 59 | 0 | 2F | 14 | 94 | 51 | 2C |
| Octal | 26 | 314 | 154 | 131 | 0 | 57 | 24 | 224 | 121 | 54 |
| Binary | 10110 | 11001100 | 1101100 | 1011001 | 0 | 101111 | 10100 | 10010100 | 1010001 | 101100 |
Color Harmonies of #16CC6C
Complementary color
Monochromatic Colors of #16CC6C
Black with #16CC6C
Text Example
Text Example
White with #16CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC6C; }
p { color: rgb(22,204,108); }
H1.HeaderClassName
{
color: #16CC6C;
}
.AnyTagClassName
{
color: #16CC6C;
}
</style>
background-color css
<style>
a { background-color: #16CC6C; }
a { background-color: rgb(22,204,108); }
div.DivClassName
{
background-color: #16CC6C;
}
.BgClassName
{
background-color: #16CC6C;
}
</style>
border-color css
<style>
span { border-color: #16CC6C; }
span { border-color: rgb(22,204,108); }
td.TdClassName
{
border-color: #16CC6C;
}
.TagClassName
{
border-color: #16CC6C;
}
</style>