Shades of Malachite #16C166
Tints of Malachite #16C166
RGB
CMYK
RGB Variations
Color information
#16C166 (or 0x16C166) is known color: Malachite. HEX triplet: 16, C1 and 66. RGB value is (22,193,102). Sum of RGB (Red+Green+Blue) = 22+193+102=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #16C166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C166 is #E93E99. Grayscale: #838383. Windows color (decimal): -15285914 or 6734102. OLE color: 6734102.
HSL color Cylindrical-coordinate representation of color #16C166: hue angle of 148.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C166 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 102 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.24 |
| HSL | 148.07º | 0.8% | 0.42% | - |
| HSV(B) | 148.07º | 0.89% | 0.76% | - |
| XYZ | 21.8 | 39.27 | 19 | - |
| YUV | 131.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 102 | 0.89 | 0 | 0.47 | 0.24 | 148.07 | 0.8 | 0.42 |
| Hex | 16 | C1 | 66 | 59 | 0 | 2F | 18 | 94 | 50 | 2A |
| Octal | 26 | 301 | 146 | 131 | 0 | 57 | 30 | 224 | 120 | 52 |
| Binary | 10110 | 11000001 | 1100110 | 1011001 | 0 | 101111 | 11000 | 10010100 | 1010000 | 101010 |
Color Harmonies of #16C166
Complementary color
Monochromatic Colors of #16C166
Black with #16C166
Text Example
Text Example
White with #16C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C166; }
p { color: rgb(22,193,102); }
H1.HeaderClassName
{
color: #16C166;
}
.AnyTagClassName
{
color: #16C166;
}
</style>
background-color css
<style>
a { background-color: #16C166; }
a { background-color: rgb(22,193,102); }
div.DivClassName
{
background-color: #16C166;
}
.BgClassName
{
background-color: #16C166;
}
</style>
border-color css
<style>
span { border-color: #16C166; }
span { border-color: rgb(22,193,102); }
td.TdClassName
{
border-color: #16C166;
}
.TagClassName
{
border-color: #16C166;
}
</style>