Shades of Malachite #16D965
Tints of Malachite #16D965
RGB
CMYK
RGB Variations
Color information
#16D965 (or 0x16D965) is known color: Malachite. HEX triplet: 16, D9 and 65. RGB value is (22,217,101). Sum of RGB (Red+Green+Blue) = 22+217+101=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #16D965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D965 is #E9269A. Grayscale: #919191. Windows color (decimal): -15279771 or 6674710. OLE color: 6674710.
HSL color Cylindrical-coordinate representation of color #16D965: hue angle of 144.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D965 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 101 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.15 |
| HSL | 144.31º | 0.82% | 0.47% | - |
| HSV(B) | 144.31º | 0.9% | 0.85% | - |
| XYZ | 27.49 | 50.74 | 20.66 | - |
| YUV | 145.47 | 102.9 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 101 | 0.90 | 0 | 0.53 | 0.15 | 144.31 | 0.82 | 0.47 |
| Hex | 16 | D9 | 65 | 5A | 0 | 35 | F | 90 | 52 | 2F |
| Octal | 26 | 331 | 145 | 132 | 0 | 65 | 17 | 220 | 122 | 57 |
| Binary | 10110 | 11011001 | 1100101 | 1011010 | 0 | 110101 | 1111 | 10010000 | 1010010 | 101111 |
Color Harmonies of #16D965
Complementary color
Monochromatic Colors of #16D965
Black with #16D965
Text Example
Text Example
White with #16D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D965; }
p { color: rgb(22,217,101); }
H1.HeaderClassName
{
color: #16D965;
}
.AnyTagClassName
{
color: #16D965;
}
</style>
background-color css
<style>
a { background-color: #16D965; }
a { background-color: rgb(22,217,101); }
div.DivClassName
{
background-color: #16D965;
}
.BgClassName
{
background-color: #16D965;
}
</style>
border-color css
<style>
span { border-color: #16D965; }
span { border-color: rgb(22,217,101); }
td.TdClassName
{
border-color: #16D965;
}
.TagClassName
{
border-color: #16D965;
}
</style>