Shades of Malachite #16CF70
Tints of Malachite #16CF70
RGB
CMYK
RGB Variations
Color information
#16CF70 (or 0x16CF70) is known color: Malachite. HEX triplet: 16, CF and 70. RGB value is (22,207,112). Sum of RGB (Red+Green+Blue) = 22+207+112=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CF70 is #E9308F. Grayscale: #8D8D8D. Windows color (decimal): -15282320 or 7393046. OLE color: 7393046.
HSL color Cylindrical-coordinate representation of color #16CF70: hue angle of 149.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CF70 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 112 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.19 |
| HSL | 149.19º | 0.81% | 0.45% | - |
| HSV(B) | 149.19º | 0.89% | 0.81% | - |
| XYZ | 25.57 | 45.97 | 22.85 | - |
| YUV | 140.86 | 111.71 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 112 | 0.89 | 0 | 0.46 | 0.19 | 149.19 | 0.81 | 0.45 |
| Hex | 16 | CF | 70 | 59 | 0 | 2E | 13 | 95 | 51 | 2D |
| Octal | 26 | 317 | 160 | 131 | 0 | 56 | 23 | 225 | 121 | 55 |
| Binary | 10110 | 11001111 | 1110000 | 1011001 | 0 | 101110 | 10011 | 10010101 | 1010001 | 101101 |
Color Harmonies of #16CF70
Complementary color
Monochromatic Colors of #16CF70
Black with #16CF70
Text Example
Text Example
White with #16CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CF70; }
p { color: rgb(22,207,112); }
H1.HeaderClassName
{
color: #16CF70;
}
.AnyTagClassName
{
color: #16CF70;
}
</style>
background-color css
<style>
a { background-color: #16CF70; }
a { background-color: rgb(22,207,112); }
div.DivClassName
{
background-color: #16CF70;
}
.BgClassName
{
background-color: #16CF70;
}
</style>
border-color css
<style>
span { border-color: #16CF70; }
span { border-color: rgb(22,207,112); }
td.TdClassName
{
border-color: #16CF70;
}
.TagClassName
{
border-color: #16CF70;
}
</style>