Shades of Malachite #16C965
Tints of Malachite #16C965
RGB
CMYK
RGB Variations
Color information
#16C965 (or 0x16C965) is known color: Malachite. HEX triplet: 16, C9 and 65. RGB value is (22,201,101). Sum of RGB (Red+Green+Blue) = 22+201+101=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 201 (78.91% from 255 or 62.04% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 201 - color contains mainly: green. Hex color #16C965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C965 is #E9369A. Grayscale: #888888. Windows color (decimal): -15283867 or 6670614. OLE color: 6670614.
HSL color Cylindrical-coordinate representation of color #16C965: hue angle of 146.48º 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 #16C965 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 101 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.21 |
| HSL | 146.48º | 0.8% | 0.44% | - |
| HSV(B) | 146.48º | 0.89% | 0.79% | - |
| XYZ | 23.57 | 42.88 | 19.35 | - |
| YUV | 136.08 | 108.2 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 101 | 0.89 | 0 | 0.50 | 0.21 | 146.48 | 0.8 | 0.44 |
| Hex | 16 | C9 | 65 | 59 | 0 | 32 | 15 | 92 | 50 | 2C |
| Octal | 26 | 311 | 145 | 131 | 0 | 62 | 25 | 222 | 120 | 54 |
| Binary | 10110 | 11001001 | 1100101 | 1011001 | 0 | 110010 | 10101 | 10010010 | 1010000 | 101100 |
Color Harmonies of #16C965
Complementary color
Monochromatic Colors of #16C965
Black with #16C965
Text Example
Text Example
White with #16C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C965; }
p { color: rgb(22,201,101); }
H1.HeaderClassName
{
color: #16C965;
}
.AnyTagClassName
{
color: #16C965;
}
</style>
background-color css
<style>
a { background-color: #16C965; }
a { background-color: rgb(22,201,101); }
div.DivClassName
{
background-color: #16C965;
}
.BgClassName
{
background-color: #16C965;
}
</style>
border-color css
<style>
span { border-color: #16C965; }
span { border-color: rgb(22,201,101); }
td.TdClassName
{
border-color: #16C965;
}
.TagClassName
{
border-color: #16C965;
}
</style>