Shades of Malachite #11D150
Tints of Malachite #11D150
RGB
CMYK
RGB Variations
Color information
#11D150 (or 0x11D150) is known color: Malachite. HEX triplet: 11, D1 and 50. RGB value is (17,209,80). Sum of RGB (Red+Green+Blue) = 17+209+80=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 209 (82.03% from 255 or 68.30% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 209 - color contains mainly: green. Hex color #11D150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D150 is #EE2EAF. Grayscale: #898989. Windows color (decimal): -15609520 or 5296401. OLE color: 5296401.
HSL color Cylindrical-coordinate representation of color #11D150: hue angle of 139.69º 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 #11D150 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 80 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.18 |
| HSL | 139.69º | 0.85% | 0.44% | - |
| HSV(B) | 139.69º | 0.92% | 0.82% | - |
| XYZ | 24.48 | 46.3 | 15.24 | - |
| YUV | 136.89 | 95.89 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 80 | 0.92 | 0 | 0.62 | 0.18 | 139.69 | 0.85 | 0.44 |
| Hex | 11 | D1 | 50 | 5C | 0 | 3E | 12 | 8C | 55 | 2C |
| Octal | 21 | 321 | 120 | 134 | 0 | 76 | 22 | 214 | 125 | 54 |
| Binary | 10001 | 11010001 | 1010000 | 1011100 | 0 | 111110 | 10010 | 10001100 | 1010101 | 101100 |
Color Harmonies of #11D150
Complementary color
Monochromatic Colors of #11D150
Black with #11D150
Text Example
Text Example
White with #11D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D150; }
p { color: rgb(17,209,80); }
H1.HeaderClassName
{
color: #11D150;
}
.AnyTagClassName
{
color: #11D150;
}
</style>
background-color css
<style>
a { background-color: #11D150; }
a { background-color: rgb(17,209,80); }
div.DivClassName
{
background-color: #11D150;
}
.BgClassName
{
background-color: #11D150;
}
</style>
border-color css
<style>
span { border-color: #11D150; }
span { border-color: rgb(17,209,80); }
td.TdClassName
{
border-color: #11D150;
}
.TagClassName
{
border-color: #11D150;
}
</style>