Shades of Malachite #16CA6B
Tints of Malachite #16CA6B
RGB
CMYK
RGB Variations
Color information
#16CA6B (or 0x16CA6B) is known color: Malachite. HEX triplet: 16, CA and 6B. RGB value is (22,202,107). Sum of RGB (Red+Green+Blue) = 22+202+107=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA6B is #E93594. Grayscale: #898989. Windows color (decimal): -15283605 or 7064086. OLE color: 7064086.
HSL color Cylindrical-coordinate representation of color #16CA6B: hue angle of 148.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA6B is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 107 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.21 |
| HSL | 148.33º | 0.8% | 0.44% | - |
| HSV(B) | 148.33º | 0.89% | 0.79% | - |
| XYZ | 24.11 | 43.47 | 21.03 | - |
| YUV | 137.35 | 110.87 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 107 | 0.89 | 0 | 0.47 | 0.21 | 148.33 | 0.8 | 0.44 |
| Hex | 16 | CA | 6B | 59 | 0 | 2F | 15 | 94 | 50 | 2C |
| Octal | 26 | 312 | 153 | 131 | 0 | 57 | 25 | 224 | 120 | 54 |
| Binary | 10110 | 11001010 | 1101011 | 1011001 | 0 | 101111 | 10101 | 10010100 | 1010000 | 101100 |
Color Harmonies of #16CA6B
Complementary color
Monochromatic Colors of #16CA6B
Black with #16CA6B
Text Example
Text Example
White with #16CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA6B; }
p { color: rgb(22,202,107); }
H1.HeaderClassName
{
color: #16CA6B;
}
.AnyTagClassName
{
color: #16CA6B;
}
</style>
background-color css
<style>
a { background-color: #16CA6B; }
a { background-color: rgb(22,202,107); }
div.DivClassName
{
background-color: #16CA6B;
}
.BgClassName
{
background-color: #16CA6B;
}
</style>
border-color css
<style>
span { border-color: #16CA6B; }
span { border-color: rgb(22,202,107); }
td.TdClassName
{
border-color: #16CA6B;
}
.TagClassName
{
border-color: #16CA6B;
}
</style>