Shades of Malachite #16C464
Tints of Malachite #16C464
RGB
CMYK
RGB Variations
Color information
#16C464 (or 0x16C464) is known color: Malachite. HEX triplet: 16, C4 and 64. RGB value is (22,196,100). Sum of RGB (Red+Green+Blue) = 22+196+100=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #16C464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C464 is #E93B9B. Grayscale: #858585. Windows color (decimal): -15285148 or 6603798. OLE color: 6603798.
HSL color Cylindrical-coordinate representation of color #16C464: hue angle of 146.9º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C464 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 100 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.23 |
| HSL | 146.9º | 0.8% | 0.43% | - |
| HSV(B) | 146.9º | 0.89% | 0.77% | - |
| XYZ | 22.37 | 40.57 | 18.71 | - |
| YUV | 133.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 100 | 0.89 | 0 | 0.49 | 0.23 | 146.9 | 0.8 | 0.43 |
| Hex | 16 | C4 | 64 | 59 | 0 | 31 | 17 | 93 | 50 | 2B |
| Octal | 26 | 304 | 144 | 131 | 0 | 61 | 27 | 223 | 120 | 53 |
| Binary | 10110 | 11000100 | 1100100 | 1011001 | 0 | 110001 | 10111 | 10010011 | 1010000 | 101011 |
Color Harmonies of #16C464
Complementary color
Monochromatic Colors of #16C464
Black with #16C464
Text Example
Text Example
White with #16C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C464; }
p { color: rgb(22,196,100); }
H1.HeaderClassName
{
color: #16C464;
}
.AnyTagClassName
{
color: #16C464;
}
</style>
background-color css
<style>
a { background-color: #16C464; }
a { background-color: rgb(22,196,100); }
div.DivClassName
{
background-color: #16C464;
}
.BgClassName
{
background-color: #16C464;
}
</style>
border-color css
<style>
span { border-color: #16C464; }
span { border-color: rgb(22,196,100); }
td.TdClassName
{
border-color: #16C464;
}
.TagClassName
{
border-color: #16C464;
}
</style>