Shades of Malachite #16C85C
Tints of Malachite #16C85C
RGB
CMYK
RGB Variations
Color information
#16C85C (or 0x16C85C) is known color: Malachite. HEX triplet: 16, C8 and 5C. RGB value is (22,200,92). Sum of RGB (Red+Green+Blue) = 22+200+92=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #16C85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C85C is #E937A3. Grayscale: #868686. Windows color (decimal): -15284132 or 6080534. OLE color: 6080534.
HSL color Cylindrical-coordinate representation of color #16C85C: hue angle of 143.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C85C is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 92 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.22 |
| HSL | 143.6º | 0.8% | 0.44% | - |
| HSV(B) | 143.6º | 0.89% | 0.78% | - |
| XYZ | 22.92 | 42.25 | 17.07 | - |
| YUV | 134.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 92 | 0.89 | 0 | 0.54 | 0.22 | 143.6 | 0.8 | 0.44 |
| Hex | 16 | C8 | 5C | 59 | 0 | 36 | 16 | 90 | 50 | 2C |
| Octal | 26 | 310 | 134 | 131 | 0 | 66 | 26 | 220 | 120 | 54 |
| Binary | 10110 | 11001000 | 1011100 | 1011001 | 0 | 110110 | 10110 | 10010000 | 1010000 | 101100 |
Color Harmonies of #16C85C
Complementary color
Monochromatic Colors of #16C85C
Black with #16C85C
Text Example
Text Example
White with #16C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C85C; }
p { color: rgb(22,200,92); }
H1.HeaderClassName
{
color: #16C85C;
}
.AnyTagClassName
{
color: #16C85C;
}
</style>
background-color css
<style>
a { background-color: #16C85C; }
a { background-color: rgb(22,200,92); }
div.DivClassName
{
background-color: #16C85C;
}
.BgClassName
{
background-color: #16C85C;
}
</style>
border-color css
<style>
span { border-color: #16C85C; }
span { border-color: rgb(22,200,92); }
td.TdClassName
{
border-color: #16C85C;
}
.TagClassName
{
border-color: #16C85C;
}
</style>