Shades of Malachite #16DA42
Tints of Malachite #16DA42
RGB
CMYK
RGB Variations
Color information
#16DA42 (or 0x16DA42) is known color: Malachite. HEX triplet: 16, DA and 42. RGB value is (22,218,66). Sum of RGB (Red+Green+Blue) = 22+218+66=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 218 (85.55% from 255 or 71.24% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 218 - color contains mainly: green. Hex color #16DA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DA42 is #E925BD. Grayscale: #8E8E8E. Windows color (decimal): -15279550 or 4381206. OLE color: 4381206.
HSL color Cylindrical-coordinate representation of color #16DA42: hue angle of 133.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DA42 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 218 | 66 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.15 |
| HSL | 133.47º | 0.82% | 0.47% | - |
| HSV(B) | 133.47º | 0.9% | 0.85% | - |
| XYZ | 26.39 | 50.71 | 13.55 | - |
| YUV | 142.07 | 85.07 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 218 | 66 | 0.90 | 0 | 0.70 | 0.15 | 133.47 | 0.82 | 0.47 |
| Hex | 16 | DA | 42 | 5A | 0 | 46 | F | 85 | 52 | 2F |
| Octal | 26 | 332 | 102 | 132 | 0 | 106 | 17 | 205 | 122 | 57 |
| Binary | 10110 | 11011010 | 1000010 | 1011010 | 0 | 1000110 | 1111 | 10000101 | 1010010 | 101111 |
Color Harmonies of #16DA42
Complementary color
Monochromatic Colors of #16DA42
Black with #16DA42
Text Example
Text Example
White with #16DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DA42; }
p { color: rgb(22,218,66); }
H1.HeaderClassName
{
color: #16DA42;
}
.AnyTagClassName
{
color: #16DA42;
}
</style>
background-color css
<style>
a { background-color: #16DA42; }
a { background-color: rgb(22,218,66); }
div.DivClassName
{
background-color: #16DA42;
}
.BgClassName
{
background-color: #16DA42;
}
</style>
border-color css
<style>
span { border-color: #16DA42; }
span { border-color: rgb(22,218,66); }
td.TdClassName
{
border-color: #16DA42;
}
.TagClassName
{
border-color: #16DA42;
}
</style>