Shades of Malachite #16DC4C
Tints of Malachite #16DC4C
RGB
CMYK
RGB Variations
Color information
#16DC4C (or 0x16DC4C) is known color: Malachite. HEX triplet: 16, DC and 4C. RGB value is (22,220,76). Sum of RGB (Red+Green+Blue) = 22+220+76=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC4C is #E923B3. Grayscale: #909090. Windows color (decimal): -15279028 or 5037078. OLE color: 5037078.
HSL color Cylindrical-coordinate representation of color #16DC4C: hue angle of 136.36º 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 #16DC4C is Cyan = 0.9, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 76 | - |
| CMYK | 0.9 | 0 | 0.65 | 0.14 |
| HSL | 136.36º | 0.82% | 0.47% | - |
| HSV(B) | 136.36º | 0.9% | 0.86% | - |
| XYZ | 27.23 | 51.88 | 15.42 | - |
| YUV | 144.38 | 89.4 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 76 | 0.9 | 0 | 0.65 | 0.14 | 136.36 | 0.82 | 0.47 |
| Hex | 16 | DC | 4C | 5A | 0 | 41 | E | 88 | 52 | 2F |
| Octal | 26 | 334 | 114 | 132 | 0 | 101 | 16 | 210 | 122 | 57 |
| Binary | 10110 | 11011100 | 1001100 | 1011010 | 0 | 1000001 | 1110 | 10001000 | 1010010 | 101111 |
Color Harmonies of #16DC4C
Complementary color
Monochromatic Colors of #16DC4C
Black with #16DC4C
Text Example
Text Example
White with #16DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC4C; }
p { color: rgb(22,220,76); }
H1.HeaderClassName
{
color: #16DC4C;
}
.AnyTagClassName
{
color: #16DC4C;
}
</style>
background-color css
<style>
a { background-color: #16DC4C; }
a { background-color: rgb(22,220,76); }
div.DivClassName
{
background-color: #16DC4C;
}
.BgClassName
{
background-color: #16DC4C;
}
</style>
border-color css
<style>
span { border-color: #16DC4C; }
span { border-color: rgb(22,220,76); }
td.TdClassName
{
border-color: #16DC4C;
}
.TagClassName
{
border-color: #16DC4C;
}
</style>