Shades of Malachite #16CA60
Tints of Malachite #16CA60
RGB
CMYK
RGB Variations
Color information
#16CA60 (or 0x16CA60) is known color: Malachite. HEX triplet: 16, CA and 60. RGB value is (22,202,96). Sum of RGB (Red+Green+Blue) = 22+202+96=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA60 is #E9359F. Grayscale: #888888. Windows color (decimal): -15283616 or 6343190. OLE color: 6343190.
HSL color Cylindrical-coordinate representation of color #16CA60: hue angle of 144.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA60 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 96 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.21 |
| HSL | 144.67º | 0.8% | 0.44% | - |
| HSV(B) | 144.67º | 0.89% | 0.79% | - |
| XYZ | 23.56 | 43.26 | 18.17 | - |
| YUV | 136.1 | 105.37 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 96 | 0.89 | 0 | 0.52 | 0.21 | 144.67 | 0.8 | 0.44 |
| Hex | 16 | CA | 60 | 59 | 0 | 34 | 15 | 91 | 50 | 2C |
| Octal | 26 | 312 | 140 | 131 | 0 | 64 | 25 | 221 | 120 | 54 |
| Binary | 10110 | 11001010 | 1100000 | 1011001 | 0 | 110100 | 10101 | 10010001 | 1010000 | 101100 |
Color Harmonies of #16CA60
Complementary color
Monochromatic Colors of #16CA60
Black with #16CA60
Text Example
Text Example
White with #16CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA60; }
p { color: rgb(22,202,96); }
H1.HeaderClassName
{
color: #16CA60;
}
.AnyTagClassName
{
color: #16CA60;
}
</style>
background-color css
<style>
a { background-color: #16CA60; }
a { background-color: rgb(22,202,96); }
div.DivClassName
{
background-color: #16CA60;
}
.BgClassName
{
background-color: #16CA60;
}
</style>
border-color css
<style>
span { border-color: #16CA60; }
span { border-color: rgb(22,202,96); }
td.TdClassName
{
border-color: #16CA60;
}
.TagClassName
{
border-color: #16CA60;
}
</style>