Shades of Malachite #16BC56
Tints of Malachite #16BC56
RGB
CMYK
RGB Variations
Color information
#16BC56 (or 0x16BC56) is known color: Malachite. HEX triplet: 16, BC and 56. RGB value is (22,188,86). Sum of RGB (Red+Green+Blue) = 22+188+86=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BC56 is #E943A9. Grayscale: #7E7E7E. Windows color (decimal): -15287210 or 5684246. OLE color: 5684246.
HSL color Cylindrical-coordinate representation of color #16BC56: hue angle of 143.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BC56 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 86 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.26 |
| HSL | 143.13º | 0.79% | 0.41% | - |
| HSV(B) | 143.13º | 0.88% | 0.74% | - |
| XYZ | 19.99 | 36.81 | 14.86 | - |
| YUV | 126.74 | 105 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 86 | 0.88 | 0 | 0.54 | 0.26 | 143.13 | 0.79 | 0.41 |
| Hex | 16 | BC | 56 | 58 | 0 | 36 | 1A | 8F | 4F | 29 |
| Octal | 26 | 274 | 126 | 130 | 0 | 66 | 32 | 217 | 117 | 51 |
| Binary | 10110 | 10111100 | 1010110 | 1011000 | 0 | 110110 | 11010 | 10001111 | 1001111 | 101001 |
Color Harmonies of #16BC56
Complementary color
Monochromatic Colors of #16BC56
Black with #16BC56
Text Example
Text Example
White with #16BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC56; }
p { color: rgb(22,188,86); }
H1.HeaderClassName
{
color: #16BC56;
}
.AnyTagClassName
{
color: #16BC56;
}
</style>
background-color css
<style>
a { background-color: #16BC56; }
a { background-color: rgb(22,188,86); }
div.DivClassName
{
background-color: #16BC56;
}
.BgClassName
{
background-color: #16BC56;
}
</style>
border-color css
<style>
span { border-color: #16BC56; }
span { border-color: rgb(22,188,86); }
td.TdClassName
{
border-color: #16BC56;
}
.TagClassName
{
border-color: #16BC56;
}
</style>