Shades of Malachite #11D14D
Tints of Malachite #11D14D
RGB
CMYK
RGB Variations
Color information
#11D14D (or 0x11D14D) is known color: Malachite. HEX triplet: 11, D1 and 4D. RGB value is (17,209,77). Sum of RGB (Red+Green+Blue) = 17+209+77=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #11D14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D14D is #EE2EB2. Grayscale: #888888. Windows color (decimal): -15609523 or 5099793. OLE color: 5099793.
HSL color Cylindrical-coordinate representation of color #11D14D: hue angle of 138.75º 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 #11D14D is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 77 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.18 |
| HSL | 138.75º | 0.85% | 0.44% | - |
| HSV(B) | 138.75º | 0.92% | 0.82% | - |
| XYZ | 24.37 | 46.26 | 14.66 | - |
| YUV | 136.54 | 94.39 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 77 | 0.92 | 0 | 0.63 | 0.18 | 138.75 | 0.85 | 0.44 |
| Hex | 11 | D1 | 4D | 5C | 0 | 3F | 12 | 8B | 55 | 2C |
| Octal | 21 | 321 | 115 | 134 | 0 | 77 | 22 | 213 | 125 | 54 |
| Binary | 10001 | 11010001 | 1001101 | 1011100 | 0 | 111111 | 10010 | 10001011 | 1010101 | 101100 |
Color Harmonies of #11D14D
Complementary color
Monochromatic Colors of #11D14D
Black with #11D14D
Text Example
Text Example
White with #11D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D14D; }
p { color: rgb(17,209,77); }
H1.HeaderClassName
{
color: #11D14D;
}
.AnyTagClassName
{
color: #11D14D;
}
</style>
background-color css
<style>
a { background-color: #11D14D; }
a { background-color: rgb(17,209,77); }
div.DivClassName
{
background-color: #11D14D;
}
.BgClassName
{
background-color: #11D14D;
}
</style>
border-color css
<style>
span { border-color: #11D14D; }
span { border-color: rgb(17,209,77); }
td.TdClassName
{
border-color: #11D14D;
}
.TagClassName
{
border-color: #11D14D;
}
</style>