Shades of Malachite #16D470
Tints of Malachite #16D470
RGB
CMYK
RGB Variations
Color information
#16D470 (or 0x16D470) is known color: Malachite. HEX triplet: 16, D4 and 70. RGB value is (22,212,112). Sum of RGB (Red+Green+Blue) = 22+212+112=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #16D470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D470 is #E92B8F. Grayscale: #909090. Windows color (decimal): -15281040 or 7394326. OLE color: 7394326.
HSL color Cylindrical-coordinate representation of color #16D470: hue angle of 148.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D470 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 212 | 112 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.17 |
| HSL | 148.42º | 0.81% | 0.46% | - |
| HSV(B) | 148.42º | 0.9% | 0.83% | - |
| XYZ | 26.8 | 48.43 | 23.26 | - |
| YUV | 143.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 112 | 0.90 | 0 | 0.47 | 0.17 | 148.42 | 0.81 | 0.46 |
| Hex | 16 | D4 | 70 | 5A | 0 | 2F | 11 | 94 | 51 | 2E |
| Octal | 26 | 324 | 160 | 132 | 0 | 57 | 21 | 224 | 121 | 56 |
| Binary | 10110 | 11010100 | 1110000 | 1011010 | 0 | 101111 | 10001 | 10010100 | 1010001 | 101110 |
Color Harmonies of #16D470
Complementary color
Monochromatic Colors of #16D470
Black with #16D470
Text Example
Text Example
White with #16D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D470; }
p { color: rgb(22,212,112); }
H1.HeaderClassName
{
color: #16D470;
}
.AnyTagClassName
{
color: #16D470;
}
</style>
background-color css
<style>
a { background-color: #16D470; }
a { background-color: rgb(22,212,112); }
div.DivClassName
{
background-color: #16D470;
}
.BgClassName
{
background-color: #16D470;
}
</style>
border-color css
<style>
span { border-color: #16D470; }
span { border-color: rgb(22,212,112); }
td.TdClassName
{
border-color: #16D470;
}
.TagClassName
{
border-color: #16D470;
}
</style>