Shades of Malachite #11D660
Tints of Malachite #11D660
RGB
CMYK
RGB Variations
Color information
#11D660 (or 0x11D660) is known color: Malachite. HEX triplet: 11, D6 and 60. RGB value is (17,214,96). Sum of RGB (Red+Green+Blue) = 17+214+96=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #11D660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D660 is #EE299F. Grayscale: #8D8D8D. Windows color (decimal): -15608224 or 6346257. OLE color: 6346257.
HSL color Cylindrical-coordinate representation of color #11D660: hue angle of 144.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D660 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 96 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.16 |
| HSL | 144.06º | 0.85% | 0.45% | - |
| HSV(B) | 144.06º | 0.92% | 0.84% | - |
| XYZ | 26.39 | 49.06 | 19.14 | - |
| YUV | 141.65 | 102.23 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 96 | 0.92 | 0 | 0.55 | 0.16 | 144.06 | 0.85 | 0.45 |
| Hex | 11 | D6 | 60 | 5C | 0 | 37 | 10 | 90 | 55 | 2D |
| Octal | 21 | 326 | 140 | 134 | 0 | 67 | 20 | 220 | 125 | 55 |
| Binary | 10001 | 11010110 | 1100000 | 1011100 | 0 | 110111 | 10000 | 10010000 | 1010101 | 101101 |
Color Harmonies of #11D660
Complementary color
Monochromatic Colors of #11D660
Black with #11D660
Text Example
Text Example
White with #11D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D660; }
p { color: rgb(17,214,96); }
H1.HeaderClassName
{
color: #11D660;
}
.AnyTagClassName
{
color: #11D660;
}
</style>
background-color css
<style>
a { background-color: #11D660; }
a { background-color: rgb(17,214,96); }
div.DivClassName
{
background-color: #11D660;
}
.BgClassName
{
background-color: #11D660;
}
</style>
border-color css
<style>
span { border-color: #11D660; }
span { border-color: rgb(17,214,96); }
td.TdClassName
{
border-color: #11D660;
}
.TagClassName
{
border-color: #11D660;
}
</style>