Shades of Malachite #16D775
Tints of Malachite #16D775
RGB
CMYK
RGB Variations
Color information
#16D775 (or 0x16D775) is known color: Malachite. HEX triplet: 16, D7 and 75. RGB value is (22,215,117). Sum of RGB (Red+Green+Blue) = 22+215+117=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #16D775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D775 is #E9288A. Grayscale: #929292. Windows color (decimal): -15280267 or 7722774. OLE color: 7722774.
HSL color Cylindrical-coordinate representation of color #16D775: hue angle of 149.53º 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 #16D775 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 215 | 117 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.16 |
| HSL | 149.53º | 0.81% | 0.46% | - |
| HSV(B) | 149.53º | 0.9% | 0.84% | - |
| XYZ | 27.84 | 50.06 | 25.02 | - |
| YUV | 146.12 | 111.56 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 215 | 117 | 0.90 | 0 | 0.46 | 0.16 | 149.53 | 0.81 | 0.46 |
| Hex | 16 | D7 | 75 | 5A | 0 | 2E | 10 | 96 | 51 | 2E |
| Octal | 26 | 327 | 165 | 132 | 0 | 56 | 20 | 226 | 121 | 56 |
| Binary | 10110 | 11010111 | 1110101 | 1011010 | 0 | 101110 | 10000 | 10010110 | 1010001 | 101110 |
Color Harmonies of #16D775
Complementary color
Monochromatic Colors of #16D775
Black with #16D775
Text Example
Text Example
White with #16D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D775; }
p { color: rgb(22,215,117); }
H1.HeaderClassName
{
color: #16D775;
}
.AnyTagClassName
{
color: #16D775;
}
</style>
background-color css
<style>
a { background-color: #16D775; }
a { background-color: rgb(22,215,117); }
div.DivClassName
{
background-color: #16D775;
}
.BgClassName
{
background-color: #16D775;
}
</style>
border-color css
<style>
span { border-color: #16D775; }
span { border-color: rgb(22,215,117); }
td.TdClassName
{
border-color: #16D775;
}
.TagClassName
{
border-color: #16D775;
}
</style>