Shades of Malachite #16DD3C
Tints of Malachite #16DD3C
RGB
CMYK
RGB Variations
Color information
#16DD3C (or 0x16DD3C) is known color: Malachite. HEX triplet: 16, DD and 3C. RGB value is (22,221,60). Sum of RGB (Red+Green+Blue) = 22+221+60=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DD3C is #E922C3. Grayscale: #8F8F8F. Windows color (decimal): -15278788 or 3988758. OLE color: 3988758.
HSL color Cylindrical-coordinate representation of color #16DD3C: hue angle of 131.46º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DD3C is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 221 | 60 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.13 |
| HSL | 131.46º | 0.82% | 0.48% | - |
| HSV(B) | 131.46º | 0.9% | 0.87% | - |
| XYZ | 27 | 52.21 | 12.93 | - |
| YUV | 143.15 | 81.07 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 221 | 60 | 0.90 | 0 | 0.73 | 0.13 | 131.46 | 0.82 | 0.48 |
| Hex | 16 | DD | 3C | 5A | 0 | 49 | D | 83 | 52 | 30 |
| Octal | 26 | 335 | 74 | 132 | 0 | 111 | 15 | 203 | 122 | 60 |
| Binary | 10110 | 11011101 | 111100 | 1011010 | 0 | 1001001 | 1101 | 10000011 | 1010010 | 110000 |
Color Harmonies of #16DD3C
Complementary color
Monochromatic Colors of #16DD3C
Black with #16DD3C
Text Example
Text Example
White with #16DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DD3C; }
p { color: rgb(22,221,60); }
H1.HeaderClassName
{
color: #16DD3C;
}
.AnyTagClassName
{
color: #16DD3C;
}
</style>
background-color css
<style>
a { background-color: #16DD3C; }
a { background-color: rgb(22,221,60); }
div.DivClassName
{
background-color: #16DD3C;
}
.BgClassName
{
background-color: #16DD3C;
}
</style>
border-color css
<style>
span { border-color: #16DD3C; }
span { border-color: rgb(22,221,60); }
td.TdClassName
{
border-color: #16DD3C;
}
.TagClassName
{
border-color: #16DD3C;
}
</style>