Shades of Malachite #16DC42
Tints of Malachite #16DC42
RGB
CMYK
RGB Variations
Color information
#16DC42 (or 0x16DC42) is known color: Malachite. HEX triplet: 16, DC and 42. RGB value is (22,220,66). Sum of RGB (Red+Green+Blue) = 22+220+66=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC42 is #E923BD. Grayscale: #8F8F8F. Windows color (decimal): -15279038 or 4381718. OLE color: 4381718.
HSL color Cylindrical-coordinate representation of color #16DC42: hue angle of 133.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC42 is Cyan = 0.9, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 66 | - |
| CMYK | 0.9 | 0 | 0.7 | 0.14 |
| HSL | 133.33º | 0.82% | 0.47% | - |
| HSV(B) | 133.33º | 0.9% | 0.86% | - |
| XYZ | 26.91 | 51.75 | 13.72 | - |
| YUV | 143.24 | 84.4 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 66 | 0.9 | 0 | 0.7 | 0.14 | 133.33 | 0.82 | 0.47 |
| Hex | 16 | DC | 42 | 5A | 0 | 46 | E | 85 | 52 | 2F |
| Octal | 26 | 334 | 102 | 132 | 0 | 106 | 16 | 205 | 122 | 57 |
| Binary | 10110 | 11011100 | 1000010 | 1011010 | 0 | 1000110 | 1110 | 10000101 | 1010010 | 101111 |
Color Harmonies of #16DC42
Complementary color
Monochromatic Colors of #16DC42
Black with #16DC42
Text Example
Text Example
White with #16DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC42; }
p { color: rgb(22,220,66); }
H1.HeaderClassName
{
color: #16DC42;
}
.AnyTagClassName
{
color: #16DC42;
}
</style>
background-color css
<style>
a { background-color: #16DC42; }
a { background-color: rgb(22,220,66); }
div.DivClassName
{
background-color: #16DC42;
}
.BgClassName
{
background-color: #16DC42;
}
</style>
border-color css
<style>
span { border-color: #16DC42; }
span { border-color: rgb(22,220,66); }
td.TdClassName
{
border-color: #16DC42;
}
.TagClassName
{
border-color: #16DC42;
}
</style>