Shades of Malachite #16E570
Tints of Malachite #16E570
RGB
CMYK
RGB Variations
Color information
#16E570 (or 0x16E570) is known color: Malachite. HEX triplet: 16, E5 and 70. RGB value is (22,229,112). Sum of RGB (Red+Green+Blue) = 22+229+112=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 229 (89.84% from 255 or 63.09% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 229 - color contains mainly: green. Hex color #16E570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E570 is #E91A8F. Grayscale: #9A9A9A. Windows color (decimal): -15276688 or 7398678. OLE color: 7398678.
HSL color Cylindrical-coordinate representation of color #16E570: hue angle of 146.09º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E570 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 229 | 112 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.10 |
| HSL | 146.09º | 0.82% | 0.49% | - |
| HSV(B) | 146.09º | 0.9% | 0.9% | - |
| XYZ | 31.27 | 57.38 | 24.76 | - |
| YUV | 153.77 | 104.42 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 229 | 112 | 0.90 | 0 | 0.51 | 0.10 | 146.09 | 0.82 | 0.49 |
| Hex | 16 | E5 | 70 | 5A | 0 | 33 | A | 92 | 52 | 31 |
| Octal | 26 | 345 | 160 | 132 | 0 | 63 | 12 | 222 | 122 | 61 |
| Binary | 10110 | 11100101 | 1110000 | 1011010 | 0 | 110011 | 1010 | 10010010 | 1010010 | 110001 |
Color Harmonies of #16E570
Complementary color
Monochromatic Colors of #16E570
Black with #16E570
Text Example
Text Example
White with #16E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E570; }
p { color: rgb(22,229,112); }
H1.HeaderClassName
{
color: #16E570;
}
.AnyTagClassName
{
color: #16E570;
}
</style>
background-color css
<style>
a { background-color: #16E570; }
a { background-color: rgb(22,229,112); }
div.DivClassName
{
background-color: #16E570;
}
.BgClassName
{
background-color: #16E570;
}
</style>
border-color css
<style>
span { border-color: #16E570; }
span { border-color: rgb(22,229,112); }
td.TdClassName
{
border-color: #16E570;
}
.TagClassName
{
border-color: #16E570;
}
</style>