Shades of Malachite #16E06B
Tints of Malachite #16E06B
RGB
CMYK
RGB Variations
Color information
#16E06B (or 0x16E06B) is known color: Malachite. HEX triplet: 16, E0 and 6B. RGB value is (22,224,107). Sum of RGB (Red+Green+Blue) = 22+224+107=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #16E06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E06B is #E91F94. Grayscale: #969696. Windows color (decimal): -15277973 or 7069718. OLE color: 7069718.
HSL color Cylindrical-coordinate representation of color #16E06B: hue angle of 145.25º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E06B is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 107 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.12 |
| HSL | 145.25º | 0.82% | 0.48% | - |
| HSV(B) | 145.25º | 0.9% | 0.88% | - |
| XYZ | 29.64 | 54.54 | 22.88 | - |
| YUV | 150.26 | 103.58 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 107 | 0.90 | 0 | 0.52 | 0.12 | 145.25 | 0.82 | 0.48 |
| Hex | 16 | E0 | 6B | 5A | 0 | 34 | C | 91 | 52 | 30 |
| Octal | 26 | 340 | 153 | 132 | 0 | 64 | 14 | 221 | 122 | 60 |
| Binary | 10110 | 11100000 | 1101011 | 1011010 | 0 | 110100 | 1100 | 10010001 | 1010010 | 110000 |
Color Harmonies of #16E06B
Complementary color
Monochromatic Colors of #16E06B
Black with #16E06B
Text Example
Text Example
White with #16E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E06B; }
p { color: rgb(22,224,107); }
H1.HeaderClassName
{
color: #16E06B;
}
.AnyTagClassName
{
color: #16E06B;
}
</style>
background-color css
<style>
a { background-color: #16E06B; }
a { background-color: rgb(22,224,107); }
div.DivClassName
{
background-color: #16E06B;
}
.BgClassName
{
background-color: #16E06B;
}
</style>
border-color css
<style>
span { border-color: #16E06B; }
span { border-color: rgb(22,224,107); }
td.TdClassName
{
border-color: #16E06B;
}
.TagClassName
{
border-color: #16E06B;
}
</style>