Shades of Malachite #16E360
Tints of Malachite #16E360
RGB
CMYK
RGB Variations
Color information
#16E360 (or 0x16E360) is known color: Malachite. HEX triplet: 16, E3 and 60. RGB value is (22,227,96). Sum of RGB (Red+Green+Blue) = 22+227+96=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #16E360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E360 is #E91C9F. Grayscale: #979797. Windows color (decimal): -15277216 or 6349590. OLE color: 6349590.
HSL color Cylindrical-coordinate representation of color #16E360: hue angle of 141.66º 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 #16E360 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 96 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.11 |
| HSL | 141.66º | 0.82% | 0.49% | - |
| HSV(B) | 141.66º | 0.9% | 0.89% | - |
| XYZ | 29.91 | 55.95 | 20.29 | - |
| YUV | 150.77 | 97.08 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 96 | 0.90 | 0 | 0.58 | 0.11 | 141.66 | 0.82 | 0.49 |
| Hex | 16 | E3 | 60 | 5A | 0 | 3A | B | 8E | 52 | 31 |
| Octal | 26 | 343 | 140 | 132 | 0 | 72 | 13 | 216 | 122 | 61 |
| Binary | 10110 | 11100011 | 1100000 | 1011010 | 0 | 111010 | 1011 | 10001110 | 1010010 | 110001 |
Color Harmonies of #16E360
Complementary color
Monochromatic Colors of #16E360
Black with #16E360
Text Example
Text Example
White with #16E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E360; }
p { color: rgb(22,227,96); }
H1.HeaderClassName
{
color: #16E360;
}
.AnyTagClassName
{
color: #16E360;
}
</style>
background-color css
<style>
a { background-color: #16E360; }
a { background-color: rgb(22,227,96); }
div.DivClassName
{
background-color: #16E360;
}
.BgClassName
{
background-color: #16E360;
}
</style>
border-color css
<style>
span { border-color: #16E360; }
span { border-color: rgb(22,227,96); }
td.TdClassName
{
border-color: #16E360;
}
.TagClassName
{
border-color: #16E360;
}
</style>