Shades of Malachite #16DC4D
Tints of Malachite #16DC4D
RGB
CMYK
RGB Variations
Color information
#16DC4D (or 0x16DC4D) is known color: Malachite. HEX triplet: 16, DC and 4D. RGB value is (22,220,77). Sum of RGB (Red+Green+Blue) = 22+220+77=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DC4D is #E923B2. Grayscale: #909090. Windows color (decimal): -15279027 or 5102614. OLE color: 5102614.
HSL color Cylindrical-coordinate representation of color #16DC4D: hue angle of 136.67º 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 #16DC4D is Cyan = 0.9, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 77 | - |
| CMYK | 0.9 | 0 | 0.65 | 0.14 |
| HSL | 136.67º | 0.82% | 0.47% | - |
| HSV(B) | 136.67º | 0.9% | 0.86% | - |
| XYZ | 27.26 | 51.89 | 15.6 | - |
| YUV | 144.5 | 89.9 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 77 | 0.9 | 0 | 0.65 | 0.14 | 136.67 | 0.82 | 0.47 |
| Hex | 16 | DC | 4D | 5A | 0 | 41 | E | 89 | 52 | 2F |
| Octal | 26 | 334 | 115 | 132 | 0 | 101 | 16 | 211 | 122 | 57 |
| Binary | 10110 | 11011100 | 1001101 | 1011010 | 0 | 1000001 | 1110 | 10001001 | 1010010 | 101111 |
Color Harmonies of #16DC4D
Complementary color
Monochromatic Colors of #16DC4D
Black with #16DC4D
Text Example
Text Example
White with #16DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC4D; }
p { color: rgb(22,220,77); }
H1.HeaderClassName
{
color: #16DC4D;
}
.AnyTagClassName
{
color: #16DC4D;
}
</style>
background-color css
<style>
a { background-color: #16DC4D; }
a { background-color: rgb(22,220,77); }
div.DivClassName
{
background-color: #16DC4D;
}
.BgClassName
{
background-color: #16DC4D;
}
</style>
border-color css
<style>
span { border-color: #16DC4D; }
span { border-color: rgb(22,220,77); }
td.TdClassName
{
border-color: #16DC4D;
}
.TagClassName
{
border-color: #16DC4D;
}
</style>