Shades of Malachite #11D16C
Tints of Malachite #11D16C
RGB
CMYK
RGB Variations
Color information
#11D16C (or 0x11D16C) is known color: Malachite. HEX triplet: 11, D1 and 6C. RGB value is (17,209,108). Sum of RGB (Red+Green+Blue) = 17+209+108=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #11D16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D16C is #EE2E93. Grayscale: #8C8C8C. Windows color (decimal): -15609492 or 7131409. OLE color: 7131409.
HSL color Cylindrical-coordinate representation of color #11D16C: hue angle of 148.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D16C is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 108 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.18 |
| HSL | 148.44º | 0.85% | 0.44% | - |
| HSV(B) | 148.44º | 0.92% | 0.82% | - |
| XYZ | 25.74 | 46.8 | 21.86 | - |
| YUV | 140.08 | 109.89 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 108 | 0.92 | 0 | 0.48 | 0.18 | 148.44 | 0.85 | 0.44 |
| Hex | 11 | D1 | 6C | 5C | 0 | 30 | 12 | 94 | 55 | 2C |
| Octal | 21 | 321 | 154 | 134 | 0 | 60 | 22 | 224 | 125 | 54 |
| Binary | 10001 | 11010001 | 1101100 | 1011100 | 0 | 110000 | 10010 | 10010100 | 1010101 | 101100 |
Color Harmonies of #11D16C
Complementary color
Monochromatic Colors of #11D16C
Black with #11D16C
Text Example
Text Example
White with #11D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D16C; }
p { color: rgb(17,209,108); }
H1.HeaderClassName
{
color: #11D16C;
}
.AnyTagClassName
{
color: #11D16C;
}
</style>
background-color css
<style>
a { background-color: #11D16C; }
a { background-color: rgb(17,209,108); }
div.DivClassName
{
background-color: #11D16C;
}
.BgClassName
{
background-color: #11D16C;
}
</style>
border-color css
<style>
span { border-color: #11D16C; }
span { border-color: rgb(17,209,108); }
td.TdClassName
{
border-color: #11D16C;
}
.TagClassName
{
border-color: #11D16C;
}
</style>