Shades of Malachite #16E370
Tints of Malachite #16E370
RGB
CMYK
RGB Variations
Color information
#16E370 (or 0x16E370) is known color: Malachite. HEX triplet: 16, E3 and 70. RGB value is (22,227,112). Sum of RGB (Red+Green+Blue) = 22+227+112=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #16E370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E370 is #E91C8F. Grayscale: #989898. Windows color (decimal): -15277200 or 7398166. OLE color: 7398166.
HSL color Cylindrical-coordinate representation of color #16E370: hue angle of 146.34º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E370 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 112 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.11 |
| HSL | 146.34º | 0.82% | 0.49% | - |
| HSV(B) | 146.34º | 0.9% | 0.89% | - |
| XYZ | 30.72 | 56.28 | 24.57 | - |
| YUV | 152.6 | 105.08 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 112 | 0.90 | 0 | 0.51 | 0.11 | 146.34 | 0.82 | 0.49 |
| Hex | 16 | E3 | 70 | 5A | 0 | 33 | B | 92 | 52 | 31 |
| Octal | 26 | 343 | 160 | 132 | 0 | 63 | 13 | 222 | 122 | 61 |
| Binary | 10110 | 11100011 | 1110000 | 1011010 | 0 | 110011 | 1011 | 10010010 | 1010010 | 110001 |
Color Harmonies of #16E370
Complementary color
Monochromatic Colors of #16E370
Black with #16E370
Text Example
Text Example
White with #16E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E370; }
p { color: rgb(22,227,112); }
H1.HeaderClassName
{
color: #16E370;
}
.AnyTagClassName
{
color: #16E370;
}
</style>
background-color css
<style>
a { background-color: #16E370; }
a { background-color: rgb(22,227,112); }
div.DivClassName
{
background-color: #16E370;
}
.BgClassName
{
background-color: #16E370;
}
</style>
border-color css
<style>
span { border-color: #16E370; }
span { border-color: rgb(22,227,112); }
td.TdClassName
{
border-color: #16E370;
}
.TagClassName
{
border-color: #16E370;
}
</style>