Shades of Malachite #1DC160
Tints of Malachite #1DC160
RGB
CMYK
RGB Variations
Color information
#1DC160 (or 0x1DC160) is known color: Malachite. HEX triplet: 1D, C1 and 60. RGB value is (29,193,96). Sum of RGB (Red+Green+Blue) = 29+193+96=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC160 is #E23E9F. Grayscale: #858585. Windows color (decimal): -14827168 or 6340893. OLE color: 6340893.
HSL color Cylindrical-coordinate representation of color #1DC160: hue angle of 144.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC160 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 96 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.24 |
| HSL | 144.51º | 0.74% | 0.44% | - |
| HSV(B) | 144.51º | 0.85% | 0.76% | - |
| XYZ | 21.69 | 39.25 | 17.5 | - |
| YUV | 132.91 | 107.17 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 96 | 0.85 | 0 | 0.50 | 0.24 | 144.51 | 0.74 | 0.44 |
| Hex | 1D | C1 | 60 | 55 | 0 | 32 | 18 | 91 | 4A | 2C |
| Octal | 35 | 301 | 140 | 125 | 0 | 62 | 30 | 221 | 112 | 54 |
| Binary | 11101 | 11000001 | 1100000 | 1010101 | 0 | 110010 | 11000 | 10010001 | 1001010 | 101100 |
Color Harmonies of #1DC160
Complementary color
Monochromatic Colors of #1DC160
Black with #1DC160
Text Example
Text Example
White with #1DC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC160; }
p { color: rgb(29,193,96); }
H1.HeaderClassName
{
color: #1DC160;
}
.AnyTagClassName
{
color: #1DC160;
}
</style>
background-color css
<style>
a { background-color: #1DC160; }
a { background-color: rgb(29,193,96); }
div.DivClassName
{
background-color: #1DC160;
}
.BgClassName
{
background-color: #1DC160;
}
</style>
border-color css
<style>
span { border-color: #1DC160; }
span { border-color: rgb(29,193,96); }
td.TdClassName
{
border-color: #1DC160;
}
.TagClassName
{
border-color: #1DC160;
}
</style>