Shades of Malachite #16D65F
Tints of Malachite #16D65F
RGB
CMYK
RGB Variations
Color information
#16D65F (or 0x16D65F) is known color: Malachite. HEX triplet: 16, D6 and 5F. RGB value is (22,214,95). Sum of RGB (Red+Green+Blue) = 22+214+95=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #16D65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D65F is #E929A0. Grayscale: #8F8F8F. Windows color (decimal): -15280545 or 6280726. OLE color: 6280726.
HSL color Cylindrical-coordinate representation of color #16D65F: hue angle of 142.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D65F is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 95 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.16 |
| HSL | 142.81º | 0.81% | 0.46% | - |
| HSV(B) | 142.81º | 0.9% | 0.84% | - |
| XYZ | 26.44 | 49.09 | 18.91 | - |
| YUV | 143.03 | 100.89 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 95 | 0.90 | 0 | 0.56 | 0.16 | 142.81 | 0.81 | 0.46 |
| Hex | 16 | D6 | 5F | 5A | 0 | 38 | 10 | 8F | 51 | 2E |
| Octal | 26 | 326 | 137 | 132 | 0 | 70 | 20 | 217 | 121 | 56 |
| Binary | 10110 | 11010110 | 1011111 | 1011010 | 0 | 111000 | 10000 | 10001111 | 1010001 | 101110 |
Color Harmonies of #16D65F
Complementary color
Monochromatic Colors of #16D65F
Black with #16D65F
Text Example
Text Example
White with #16D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D65F; }
p { color: rgb(22,214,95); }
H1.HeaderClassName
{
color: #16D65F;
}
.AnyTagClassName
{
color: #16D65F;
}
</style>
background-color css
<style>
a { background-color: #16D65F; }
a { background-color: rgb(22,214,95); }
div.DivClassName
{
background-color: #16D65F;
}
.BgClassName
{
background-color: #16D65F;
}
</style>
border-color css
<style>
span { border-color: #16D65F; }
span { border-color: rgb(22,214,95); }
td.TdClassName
{
border-color: #16D65F;
}
.TagClassName
{
border-color: #16D65F;
}
</style>