Shades of Malachite #16D040
Tints of Malachite #16D040
RGB
CMYK
RGB Variations
Color information
#16D040 (or 0x16D040) is known color: Malachite. HEX triplet: 16, D0 and 40. RGB value is (22,208,64). Sum of RGB (Red+Green+Blue) = 22+208+64=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #16D040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D040 is #E92FBF. Grayscale: #888888. Windows color (decimal): -15282112 or 4247574. OLE color: 4247574.
HSL color Cylindrical-coordinate representation of color #16D040: hue angle of 133.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D040 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 64 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.18 |
| HSL | 133.55º | 0.81% | 0.45% | - |
| HSV(B) | 133.55º | 0.89% | 0.82% | - |
| XYZ | 23.81 | 45.65 | 12.41 | - |
| YUV | 135.97 | 87.38 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 64 | 0.89 | 0 | 0.69 | 0.18 | 133.55 | 0.81 | 0.45 |
| Hex | 16 | D0 | 40 | 59 | 0 | 45 | 12 | 86 | 51 | 2D |
| Octal | 26 | 320 | 100 | 131 | 0 | 105 | 22 | 206 | 121 | 55 |
| Binary | 10110 | 11010000 | 1000000 | 1011001 | 0 | 1000101 | 10010 | 10000110 | 1010001 | 101101 |
Color Harmonies of #16D040
Complementary color
Monochromatic Colors of #16D040
Black with #16D040
Text Example
Text Example
White with #16D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D040; }
p { color: rgb(22,208,64); }
H1.HeaderClassName
{
color: #16D040;
}
.AnyTagClassName
{
color: #16D040;
}
</style>
background-color css
<style>
a { background-color: #16D040; }
a { background-color: rgb(22,208,64); }
div.DivClassName
{
background-color: #16D040;
}
.BgClassName
{
background-color: #16D040;
}
</style>
border-color css
<style>
span { border-color: #16D040; }
span { border-color: rgb(22,208,64); }
td.TdClassName
{
border-color: #16D040;
}
.TagClassName
{
border-color: #16D040;
}
</style>