Shades of Malachite #16CD67
Tints of Malachite #16CD67
RGB
CMYK
RGB Variations
Color information
#16CD67 (or 0x16CD67) is known color: Malachite. HEX triplet: 16, CD and 67. RGB value is (22,205,103). Sum of RGB (Red+Green+Blue) = 22+205+103=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CD67 is #E93298. Grayscale: #8A8A8A. Windows color (decimal): -15282841 or 6802710. OLE color: 6802710.
HSL color Cylindrical-coordinate representation of color #16CD67: hue angle of 146.56º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD67 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 103 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.20 |
| HSL | 146.56º | 0.81% | 0.45% | - |
| HSV(B) | 146.56º | 0.89% | 0.8% | - |
| XYZ | 24.61 | 44.81 | 20.18 | - |
| YUV | 138.66 | 107.87 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 103 | 0.89 | 0 | 0.50 | 0.20 | 146.56 | 0.81 | 0.45 |
| Hex | 16 | CD | 67 | 59 | 0 | 32 | 14 | 93 | 51 | 2D |
| Octal | 26 | 315 | 147 | 131 | 0 | 62 | 24 | 223 | 121 | 55 |
| Binary | 10110 | 11001101 | 1100111 | 1011001 | 0 | 110010 | 10100 | 10010011 | 1010001 | 101101 |
Color Harmonies of #16CD67
Complementary color
Monochromatic Colors of #16CD67
Black with #16CD67
Text Example
Text Example
White with #16CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD67; }
p { color: rgb(22,205,103); }
H1.HeaderClassName
{
color: #16CD67;
}
.AnyTagClassName
{
color: #16CD67;
}
</style>
background-color css
<style>
a { background-color: #16CD67; }
a { background-color: rgb(22,205,103); }
div.DivClassName
{
background-color: #16CD67;
}
.BgClassName
{
background-color: #16CD67;
}
</style>
border-color css
<style>
span { border-color: #16CD67; }
span { border-color: rgb(22,205,103); }
td.TdClassName
{
border-color: #16CD67;
}
.TagClassName
{
border-color: #16CD67;
}
</style>