Shades of Malachite #16DE70
Tints of Malachite #16DE70
RGB
CMYK
RGB Variations
Color information
#16DE70 (or 0x16DE70) is known color: Malachite. HEX triplet: 16, DE and 70. RGB value is (22,222,112). Sum of RGB (Red+Green+Blue) = 22+222+112=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 222 (87.11% from 255 or 62.36% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 222 - color contains mainly: green. Hex color #16DE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DE70 is #E9218F. Grayscale: #959595. Windows color (decimal): -15278480 or 7396886. OLE color: 7396886.
HSL color Cylindrical-coordinate representation of color #16DE70: hue angle of 147º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DE70 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 222 | 112 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.13 |
| HSL | 147º | 0.82% | 0.48% | - |
| HSV(B) | 147º | 0.9% | 0.87% | - |
| XYZ | 29.38 | 53.58 | 24.12 | - |
| YUV | 149.66 | 106.74 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 222 | 112 | 0.90 | 0 | 0.50 | 0.13 | 147 | 0.82 | 0.48 |
| Hex | 16 | DE | 70 | 5A | 0 | 32 | D | 93 | 52 | 30 |
| Octal | 26 | 336 | 160 | 132 | 0 | 62 | 15 | 223 | 122 | 60 |
| Binary | 10110 | 11011110 | 1110000 | 1011010 | 0 | 110010 | 1101 | 10010011 | 1010010 | 110000 |
Color Harmonies of #16DE70
Complementary color
Monochromatic Colors of #16DE70
Black with #16DE70
Text Example
Text Example
White with #16DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DE70; }
p { color: rgb(22,222,112); }
H1.HeaderClassName
{
color: #16DE70;
}
.AnyTagClassName
{
color: #16DE70;
}
</style>
background-color css
<style>
a { background-color: #16DE70; }
a { background-color: rgb(22,222,112); }
div.DivClassName
{
background-color: #16DE70;
}
.BgClassName
{
background-color: #16DE70;
}
</style>
border-color css
<style>
span { border-color: #16DE70; }
span { border-color: rgb(22,222,112); }
td.TdClassName
{
border-color: #16DE70;
}
.TagClassName
{
border-color: #16DE70;
}
</style>