Shades of Malachite #16DC70
Tints of Malachite #16DC70
RGB
CMYK
RGB Variations
Color information
#16DC70 (or 0x16DC70) is known color: Malachite. HEX triplet: 16, DC and 70. RGB value is (22,220,112). Sum of RGB (Red+Green+Blue) = 22+220+112=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DC70 is #E9238F. Grayscale: #949494. Windows color (decimal): -15278992 or 7396374. OLE color: 7396374.
HSL color Cylindrical-coordinate representation of color #16DC70: hue angle of 147.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC70 is Cyan = 0.9, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 112 | - |
| CMYK | 0.9 | 0 | 0.49 | 0.14 |
| HSL | 147.27º | 0.82% | 0.47% | - |
| HSV(B) | 147.27º | 0.9% | 0.86% | - |
| XYZ | 28.85 | 52.53 | 23.95 | - |
| YUV | 148.49 | 107.4 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 112 | 0.9 | 0 | 0.49 | 0.14 | 147.27 | 0.82 | 0.47 |
| Hex | 16 | DC | 70 | 5A | 0 | 31 | E | 93 | 52 | 2F |
| Octal | 26 | 334 | 160 | 132 | 0 | 61 | 16 | 223 | 122 | 57 |
| Binary | 10110 | 11011100 | 1110000 | 1011010 | 0 | 110001 | 1110 | 10010011 | 1010010 | 101111 |
Color Harmonies of #16DC70
Complementary color
Monochromatic Colors of #16DC70
Black with #16DC70
Text Example
Text Example
White with #16DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC70; }
p { color: rgb(22,220,112); }
H1.HeaderClassName
{
color: #16DC70;
}
.AnyTagClassName
{
color: #16DC70;
}
</style>
background-color css
<style>
a { background-color: #16DC70; }
a { background-color: rgb(22,220,112); }
div.DivClassName
{
background-color: #16DC70;
}
.BgClassName
{
background-color: #16DC70;
}
</style>
border-color css
<style>
span { border-color: #16DC70; }
span { border-color: rgb(22,220,112); }
td.TdClassName
{
border-color: #16DC70;
}
.TagClassName
{
border-color: #16DC70;
}
</style>