Shades of Malachite #16C85D
Tints of Malachite #16C85D
RGB
CMYK
RGB Variations
Color information
#16C85D (or 0x16C85D) is known color: Malachite. HEX triplet: 16, C8 and 5D. RGB value is (22,200,93). Sum of RGB (Red+Green+Blue) = 22+200+93=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #16C85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C85D is #E937A2. Grayscale: #868686. Windows color (decimal): -15284131 or 6146070. OLE color: 6146070.
HSL color Cylindrical-coordinate representation of color #16C85D: hue angle of 143.93º 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 #16C85D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 93 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.22 |
| HSL | 143.93º | 0.8% | 0.44% | - |
| HSV(B) | 143.93º | 0.89% | 0.78% | - |
| XYZ | 22.96 | 42.27 | 17.3 | - |
| YUV | 134.58 | 104.53 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 93 | 0.89 | 0 | 0.54 | 0.22 | 143.93 | 0.8 | 0.44 |
| Hex | 16 | C8 | 5D | 59 | 0 | 36 | 16 | 90 | 50 | 2C |
| Octal | 26 | 310 | 135 | 131 | 0 | 66 | 26 | 220 | 120 | 54 |
| Binary | 10110 | 11001000 | 1011101 | 1011001 | 0 | 110110 | 10110 | 10010000 | 1010000 | 101100 |
Color Harmonies of #16C85D
Complementary color
Monochromatic Colors of #16C85D
Black with #16C85D
Text Example
Text Example
White with #16C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C85D; }
p { color: rgb(22,200,93); }
H1.HeaderClassName
{
color: #16C85D;
}
.AnyTagClassName
{
color: #16C85D;
}
</style>
background-color css
<style>
a { background-color: #16C85D; }
a { background-color: rgb(22,200,93); }
div.DivClassName
{
background-color: #16C85D;
}
.BgClassName
{
background-color: #16C85D;
}
</style>
border-color css
<style>
span { border-color: #16C85D; }
span { border-color: rgb(22,200,93); }
td.TdClassName
{
border-color: #16C85D;
}
.TagClassName
{
border-color: #16C85D;
}
</style>