Shades of Malachite #16DC47
Tints of Malachite #16DC47
RGB
CMYK
RGB Variations
Color information
#16DC47 (or 0x16DC47) is known color: Malachite. HEX triplet: 16, DC and 47. RGB value is (22,220,71). Sum of RGB (Red+Green+Blue) = 22+220+71=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC47 is #E923B8. Grayscale: #909090. Windows color (decimal): -15279033 or 4709398. OLE color: 4709398.
HSL color Cylindrical-coordinate representation of color #16DC47: hue angle of 134.85º 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 #16DC47 is Cyan = 0.9, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 71 | - |
| CMYK | 0.9 | 0 | 0.68 | 0.14 |
| HSL | 134.85º | 0.82% | 0.47% | - |
| HSV(B) | 134.85º | 0.9% | 0.86% | - |
| XYZ | 27.06 | 51.81 | 14.54 | - |
| YUV | 143.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 71 | 0.9 | 0 | 0.68 | 0.14 | 134.85 | 0.82 | 0.47 |
| Hex | 16 | DC | 47 | 5A | 0 | 44 | E | 87 | 52 | 2F |
| Octal | 26 | 334 | 107 | 132 | 0 | 104 | 16 | 207 | 122 | 57 |
| Binary | 10110 | 11011100 | 1000111 | 1011010 | 0 | 1000100 | 1110 | 10000111 | 1010010 | 101111 |
Color Harmonies of #16DC47
Complementary color
Monochromatic Colors of #16DC47
Black with #16DC47
Text Example
Text Example
White with #16DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC47; }
p { color: rgb(22,220,71); }
H1.HeaderClassName
{
color: #16DC47;
}
.AnyTagClassName
{
color: #16DC47;
}
</style>
background-color css
<style>
a { background-color: #16DC47; }
a { background-color: rgb(22,220,71); }
div.DivClassName
{
background-color: #16DC47;
}
.BgClassName
{
background-color: #16DC47;
}
</style>
border-color css
<style>
span { border-color: #16DC47; }
span { border-color: rgb(22,220,71); }
td.TdClassName
{
border-color: #16DC47;
}
.TagClassName
{
border-color: #16DC47;
}
</style>