Shades of Malachite #16C260
Tints of Malachite #16C260
RGB
CMYK
RGB Variations
Color information
#16C260 (or 0x16C260) is known color: Malachite. HEX triplet: 16, C2 and 60. RGB value is (22,194,96). Sum of RGB (Red+Green+Blue) = 22+194+96=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #16C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C260 is #E93D9F. Grayscale: #838383. Windows color (decimal): -15285664 or 6341142. OLE color: 6341142.
HSL color Cylindrical-coordinate representation of color #16C260: hue angle of 145.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C260 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 96 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.24 |
| HSL | 145.81º | 0.8% | 0.42% | - |
| HSV(B) | 145.81º | 0.89% | 0.76% | - |
| XYZ | 21.73 | 39.6 | 17.56 | - |
| YUV | 131.4 | 108.02 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 96 | 0.89 | 0 | 0.51 | 0.24 | 145.81 | 0.8 | 0.42 |
| Hex | 16 | C2 | 60 | 59 | 0 | 33 | 18 | 92 | 50 | 2A |
| Octal | 26 | 302 | 140 | 131 | 0 | 63 | 30 | 222 | 120 | 52 |
| Binary | 10110 | 11000010 | 1100000 | 1011001 | 0 | 110011 | 11000 | 10010010 | 1010000 | 101010 |
Color Harmonies of #16C260
Complementary color
Monochromatic Colors of #16C260
Black with #16C260
Text Example
Text Example
White with #16C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C260; }
p { color: rgb(22,194,96); }
H1.HeaderClassName
{
color: #16C260;
}
.AnyTagClassName
{
color: #16C260;
}
</style>
background-color css
<style>
a { background-color: #16C260; }
a { background-color: rgb(22,194,96); }
div.DivClassName
{
background-color: #16C260;
}
.BgClassName
{
background-color: #16C260;
}
</style>
border-color css
<style>
span { border-color: #16C260; }
span { border-color: rgb(22,194,96); }
td.TdClassName
{
border-color: #16C260;
}
.TagClassName
{
border-color: #16C260;
}
</style>