Shades of Malachite #11D960
Tints of Malachite #11D960
RGB
CMYK
RGB Variations
Color information
#11D960 (or 0x11D960) is known color: Malachite. HEX triplet: 11, D9 and 60. RGB value is (17,217,96). Sum of RGB (Red+Green+Blue) = 17+217+96=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #11D960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D960 is #EE269F. Grayscale: #8F8F8F. Windows color (decimal): -15607456 or 6347025. OLE color: 6347025.
HSL color Cylindrical-coordinate representation of color #11D960: hue angle of 143.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D960 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 96 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.15 |
| HSL | 143.7º | 0.85% | 0.46% | - |
| HSV(B) | 143.7º | 0.92% | 0.85% | - |
| XYZ | 27.16 | 50.59 | 19.4 | - |
| YUV | 143.41 | 101.24 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 96 | 0.92 | 0 | 0.56 | 0.15 | 143.7 | 0.85 | 0.46 |
| Hex | 11 | D9 | 60 | 5C | 0 | 38 | F | 90 | 55 | 2E |
| Octal | 21 | 331 | 140 | 134 | 0 | 70 | 17 | 220 | 125 | 56 |
| Binary | 10001 | 11011001 | 1100000 | 1011100 | 0 | 111000 | 1111 | 10010000 | 1010101 | 101110 |
Color Harmonies of #11D960
Complementary color
Monochromatic Colors of #11D960
Black with #11D960
Text Example
Text Example
White with #11D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D960; }
p { color: rgb(17,217,96); }
H1.HeaderClassName
{
color: #11D960;
}
.AnyTagClassName
{
color: #11D960;
}
</style>
background-color css
<style>
a { background-color: #11D960; }
a { background-color: rgb(17,217,96); }
div.DivClassName
{
background-color: #11D960;
}
.BgClassName
{
background-color: #11D960;
}
</style>
border-color css
<style>
span { border-color: #11D960; }
span { border-color: rgb(17,217,96); }
td.TdClassName
{
border-color: #11D960;
}
.TagClassName
{
border-color: #11D960;
}
</style>