Shades of Malachite #16CA5E
Tints of Malachite #16CA5E
RGB
CMYK
RGB Variations
Color information
#16CA5E (or 0x16CA5E) is known color: Malachite. HEX triplet: 16, CA and 5E. RGB value is (22,202,94). Sum of RGB (Red+Green+Blue) = 22+202+94=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA5E is #E935A1. Grayscale: #888888. Windows color (decimal): -15283618 or 6212118. OLE color: 6212118.
HSL color Cylindrical-coordinate representation of color #16CA5E: hue angle of 144º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA5E is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 94 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.21 |
| HSL | 144º | 0.8% | 0.44% | - |
| HSV(B) | 144º | 0.89% | 0.79% | - |
| XYZ | 23.47 | 43.22 | 17.69 | - |
| YUV | 135.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 94 | 0.89 | 0 | 0.53 | 0.21 | 144 | 0.8 | 0.44 |
| Hex | 16 | CA | 5E | 59 | 0 | 35 | 15 | 90 | 50 | 2C |
| Octal | 26 | 312 | 136 | 131 | 0 | 65 | 25 | 220 | 120 | 54 |
| Binary | 10110 | 11001010 | 1011110 | 1011001 | 0 | 110101 | 10101 | 10010000 | 1010000 | 101100 |
Color Harmonies of #16CA5E
Complementary color
Monochromatic Colors of #16CA5E
Black with #16CA5E
Text Example
Text Example
White with #16CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA5E; }
p { color: rgb(22,202,94); }
H1.HeaderClassName
{
color: #16CA5E;
}
.AnyTagClassName
{
color: #16CA5E;
}
</style>
background-color css
<style>
a { background-color: #16CA5E; }
a { background-color: rgb(22,202,94); }
div.DivClassName
{
background-color: #16CA5E;
}
.BgClassName
{
background-color: #16CA5E;
}
</style>
border-color css
<style>
span { border-color: #16CA5E; }
span { border-color: rgb(22,202,94); }
td.TdClassName
{
border-color: #16CA5E;
}
.TagClassName
{
border-color: #16CA5E;
}
</style>