Shades of Malachite #16CD5E
Tints of Malachite #16CD5E
RGB
CMYK
RGB Variations
Color information
#16CD5E (or 0x16CD5E) is known color: Malachite. HEX triplet: 16, CD and 5E. RGB value is (22,205,94). Sum of RGB (Red+Green+Blue) = 22+205+94=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CD5E is #E932A1. Grayscale: #898989. Windows color (decimal): -15282850 or 6212886. OLE color: 6212886.
HSL color Cylindrical-coordinate representation of color #16CD5E: hue angle of 143.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD5E is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 94 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.20 |
| HSL | 143.61º | 0.81% | 0.45% | - |
| HSV(B) | 143.61º | 0.89% | 0.8% | - |
| XYZ | 24.18 | 44.64 | 17.93 | - |
| YUV | 137.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 94 | 0.89 | 0 | 0.54 | 0.20 | 143.61 | 0.81 | 0.45 |
| Hex | 16 | CD | 5E | 59 | 0 | 36 | 14 | 90 | 51 | 2D |
| Octal | 26 | 315 | 136 | 131 | 0 | 66 | 24 | 220 | 121 | 55 |
| Binary | 10110 | 11001101 | 1011110 | 1011001 | 0 | 110110 | 10100 | 10010000 | 1010001 | 101101 |
Color Harmonies of #16CD5E
Complementary color
Monochromatic Colors of #16CD5E
Black with #16CD5E
Text Example
Text Example
White with #16CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD5E; }
p { color: rgb(22,205,94); }
H1.HeaderClassName
{
color: #16CD5E;
}
.AnyTagClassName
{
color: #16CD5E;
}
</style>
background-color css
<style>
a { background-color: #16CD5E; }
a { background-color: rgb(22,205,94); }
div.DivClassName
{
background-color: #16CD5E;
}
.BgClassName
{
background-color: #16CD5E;
}
</style>
border-color css
<style>
span { border-color: #16CD5E; }
span { border-color: rgb(22,205,94); }
td.TdClassName
{
border-color: #16CD5E;
}
.TagClassName
{
border-color: #16CD5E;
}
</style>