Shades of Malachite #16C665
Tints of Malachite #16C665
RGB
CMYK
RGB Variations
Color information
#16C665 (or 0x16C665) is known color: Malachite. HEX triplet: 16, C6 and 65. RGB value is (22,198,101). Sum of RGB (Red+Green+Blue) = 22+198+101=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #16C665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C665 is #E9399A. Grayscale: #868686. Windows color (decimal): -15284635 or 6669846. OLE color: 6669846.
HSL color Cylindrical-coordinate representation of color #16C665: hue angle of 146.93º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C665 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 198 | 101 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.22 |
| HSL | 146.93º | 0.8% | 0.43% | - |
| HSV(B) | 146.93º | 0.89% | 0.78% | - |
| XYZ | 22.87 | 41.5 | 19.12 | - |
| YUV | 134.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 198 | 101 | 0.89 | 0 | 0.49 | 0.22 | 146.93 | 0.8 | 0.43 |
| Hex | 16 | C6 | 65 | 59 | 0 | 31 | 16 | 93 | 50 | 2B |
| Octal | 26 | 306 | 145 | 131 | 0 | 61 | 26 | 223 | 120 | 53 |
| Binary | 10110 | 11000110 | 1100101 | 1011001 | 0 | 110001 | 10110 | 10010011 | 1010000 | 101011 |
Color Harmonies of #16C665
Complementary color
Monochromatic Colors of #16C665
Black with #16C665
Text Example
Text Example
White with #16C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C665; }
p { color: rgb(22,198,101); }
H1.HeaderClassName
{
color: #16C665;
}
.AnyTagClassName
{
color: #16C665;
}
</style>
background-color css
<style>
a { background-color: #16C665; }
a { background-color: rgb(22,198,101); }
div.DivClassName
{
background-color: #16C665;
}
.BgClassName
{
background-color: #16C665;
}
</style>
border-color css
<style>
span { border-color: #16C665; }
span { border-color: rgb(22,198,101); }
td.TdClassName
{
border-color: #16C665;
}
.TagClassName
{
border-color: #16C665;
}
</style>