Shades of Malachite #11C260
Tints of Malachite #11C260
RGB
CMYK
RGB Variations
Color information
#11C260 (or 0x11C260) is known color: Malachite. HEX triplet: 11, C2 and 60. RGB value is (17,194,96). Sum of RGB (Red+Green+Blue) = 17+194+96=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #11C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C260 is #EE3D9F. Grayscale: #828282. Windows color (decimal): -15613344 or 6341137. OLE color: 6341137.
HSL color Cylindrical-coordinate representation of color #11C260: hue angle of 146.78º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C260 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 96 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.24 |
| HSL | 146.78º | 0.84% | 0.41% | - |
| HSV(B) | 146.78º | 0.91% | 0.76% | - |
| XYZ | 21.63 | 39.55 | 17.56 | - |
| YUV | 129.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 96 | 0.91 | 0 | 0.51 | 0.24 | 146.78 | 0.84 | 0.41 |
| Hex | 11 | C2 | 60 | 5B | 0 | 33 | 18 | 93 | 54 | 29 |
| Octal | 21 | 302 | 140 | 133 | 0 | 63 | 30 | 223 | 124 | 51 |
| Binary | 10001 | 11000010 | 1100000 | 1011011 | 0 | 110011 | 11000 | 10010011 | 1010100 | 101001 |
Color Harmonies of #11C260
Complementary color
Monochromatic Colors of #11C260
Black with #11C260
Text Example
Text Example
White with #11C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C260; }
p { color: rgb(17,194,96); }
H1.HeaderClassName
{
color: #11C260;
}
.AnyTagClassName
{
color: #11C260;
}
</style>
background-color css
<style>
a { background-color: #11C260; }
a { background-color: rgb(17,194,96); }
div.DivClassName
{
background-color: #11C260;
}
.BgClassName
{
background-color: #11C260;
}
</style>
border-color css
<style>
span { border-color: #11C260; }
span { border-color: rgb(17,194,96); }
td.TdClassName
{
border-color: #11C260;
}
.TagClassName
{
border-color: #11C260;
}
</style>