Shades of Malachite #16D85D
Tints of Malachite #16D85D
RGB
CMYK
RGB Variations
Color information
#16D85D (or 0x16D85D) is known color: Malachite. HEX triplet: 16, D8 and 5D. RGB value is (22,216,93). Sum of RGB (Red+Green+Blue) = 22+216+93=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #16D85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D85D is #E927A2. Grayscale: #909090. Windows color (decimal): -15280035 or 6150166. OLE color: 6150166.
HSL color Cylindrical-coordinate representation of color #16D85D: hue angle of 141.96º 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 #16D85D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 93 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.15 |
| HSL | 141.96º | 0.82% | 0.47% | - |
| HSV(B) | 141.96º | 0.9% | 0.85% | - |
| XYZ | 26.86 | 50.07 | 18.61 | - |
| YUV | 143.97 | 99.23 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 93 | 0.90 | 0 | 0.57 | 0.15 | 141.96 | 0.82 | 0.47 |
| Hex | 16 | D8 | 5D | 5A | 0 | 39 | F | 8E | 52 | 2F |
| Octal | 26 | 330 | 135 | 132 | 0 | 71 | 17 | 216 | 122 | 57 |
| Binary | 10110 | 11011000 | 1011101 | 1011010 | 0 | 111001 | 1111 | 10001110 | 1010010 | 101111 |
Color Harmonies of #16D85D
Complementary color
Monochromatic Colors of #16D85D
Black with #16D85D
Text Example
Text Example
White with #16D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D85D; }
p { color: rgb(22,216,93); }
H1.HeaderClassName
{
color: #16D85D;
}
.AnyTagClassName
{
color: #16D85D;
}
</style>
background-color css
<style>
a { background-color: #16D85D; }
a { background-color: rgb(22,216,93); }
div.DivClassName
{
background-color: #16D85D;
}
.BgClassName
{
background-color: #16D85D;
}
</style>
border-color css
<style>
span { border-color: #16D85D; }
span { border-color: rgb(22,216,93); }
td.TdClassName
{
border-color: #16D85D;
}
.TagClassName
{
border-color: #16D85D;
}
</style>