Shades of Malachite #16CD68
Tints of Malachite #16CD68
RGB
CMYK
RGB Variations
Color information
#16CD68 (or 0x16CD68) is known color: Malachite. HEX triplet: 16, CD and 68. RGB value is (22,205,104). Sum of RGB (Red+Green+Blue) = 22+205+104=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CD68 is #E93297. Grayscale: #8A8A8A. Windows color (decimal): -15282840 or 6868246. OLE color: 6868246.
HSL color Cylindrical-coordinate representation of color #16CD68: hue angle of 146.89º 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 #16CD68 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 104 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.20 |
| HSL | 146.89º | 0.81% | 0.45% | - |
| HSV(B) | 146.89º | 0.89% | 0.8% | - |
| XYZ | 24.66 | 44.83 | 20.45 | - |
| YUV | 138.77 | 108.37 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 104 | 0.89 | 0 | 0.49 | 0.20 | 146.89 | 0.81 | 0.45 |
| Hex | 16 | CD | 68 | 59 | 0 | 31 | 14 | 93 | 51 | 2D |
| Octal | 26 | 315 | 150 | 131 | 0 | 61 | 24 | 223 | 121 | 55 |
| Binary | 10110 | 11001101 | 1101000 | 1011001 | 0 | 110001 | 10100 | 10010011 | 1010001 | 101101 |
Color Harmonies of #16CD68
Complementary color
Monochromatic Colors of #16CD68
Black with #16CD68
Text Example
Text Example
White with #16CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD68; }
p { color: rgb(22,205,104); }
H1.HeaderClassName
{
color: #16CD68;
}
.AnyTagClassName
{
color: #16CD68;
}
</style>
background-color css
<style>
a { background-color: #16CD68; }
a { background-color: rgb(22,205,104); }
div.DivClassName
{
background-color: #16CD68;
}
.BgClassName
{
background-color: #16CD68;
}
</style>
border-color css
<style>
span { border-color: #16CD68; }
span { border-color: rgb(22,205,104); }
td.TdClassName
{
border-color: #16CD68;
}
.TagClassName
{
border-color: #16CD68;
}
</style>