Shades of Malachite #16E664
Tints of Malachite #16E664
RGB
CMYK
RGB Variations
Color information
#16E664 (or 0x16E664) is known color: Malachite. HEX triplet: 16, E6 and 64. RGB value is (22,230,100). Sum of RGB (Red+Green+Blue) = 22+230+100=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 230 (90.23% from 255 or 65.34% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 230 - color contains mainly: green. Hex color #16E664 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16E664 is #E9199B. Grayscale: #999999. Windows color (decimal): -15276444 or 6612502. OLE color: 6612502.
HSL color Cylindrical-coordinate representation of color #16E664: hue angle of 142.5º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E664 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 100 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.10 |
| HSL | 142.5º | 0.83% | 0.49% | - |
| HSV(B) | 142.5º | 0.9% | 0.9% | - |
| XYZ | 30.93 | 57.68 | 21.56 | - |
| YUV | 152.99 | 98.09 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 100 | 0.90 | 0 | 0.57 | 0.10 | 142.5 | 0.83 | 0.49 |
| Hex | 16 | E6 | 64 | 5A | 0 | 39 | A | 8E | 53 | 31 |
| Octal | 26 | 346 | 144 | 132 | 0 | 71 | 12 | 216 | 123 | 61 |
| Binary | 10110 | 11100110 | 1100100 | 1011010 | 0 | 111001 | 1010 | 10001110 | 1010011 | 110001 |
Color Harmonies of #16E664
Complementary color
Monochromatic Colors of #16E664
Black with #16E664
Text Example
Text Example
White with #16E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E664; }
p { color: rgb(22,230,100); }
H1.HeaderClassName
{
color: #16E664;
}
.AnyTagClassName
{
color: #16E664;
}
</style>
background-color css
<style>
a { background-color: #16E664; }
a { background-color: rgb(22,230,100); }
div.DivClassName
{
background-color: #16E664;
}
.BgClassName
{
background-color: #16E664;
}
</style>
border-color css
<style>
span { border-color: #16E664; }
span { border-color: rgb(22,230,100); }
td.TdClassName
{
border-color: #16E664;
}
.TagClassName
{
border-color: #16E664;
}
</style>