Shades of Malachite #1DC161
Tints of Malachite #1DC161
RGB
CMYK
RGB Variations
Color information
#1DC161 (or 0x1DC161) is known color: Malachite. HEX triplet: 1D, C1 and 61. RGB value is (29,193,97). Sum of RGB (Red+Green+Blue) = 29+193+97=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC161 is #E23E9E. Grayscale: #858585. Windows color (decimal): -14827167 or 6406429. OLE color: 6406429.
HSL color Cylindrical-coordinate representation of color #1DC161: hue angle of 144.88º 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 #1DC161 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 97 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.24 |
| HSL | 144.88º | 0.74% | 0.44% | - |
| HSV(B) | 144.88º | 0.85% | 0.76% | - |
| XYZ | 21.73 | 39.26 | 17.74 | - |
| YUV | 133.02 | 107.67 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 97 | 0.85 | 0 | 0.50 | 0.24 | 144.88 | 0.74 | 0.44 |
| Hex | 1D | C1 | 61 | 55 | 0 | 32 | 18 | 91 | 4A | 2C |
| Octal | 35 | 301 | 141 | 125 | 0 | 62 | 30 | 221 | 112 | 54 |
| Binary | 11101 | 11000001 | 1100001 | 1010101 | 0 | 110010 | 11000 | 10010001 | 1001010 | 101100 |
Color Harmonies of #1DC161
Complementary color
Monochromatic Colors of #1DC161
Black with #1DC161
Text Example
Text Example
White with #1DC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC161; }
p { color: rgb(29,193,97); }
H1.HeaderClassName
{
color: #1DC161;
}
.AnyTagClassName
{
color: #1DC161;
}
</style>
background-color css
<style>
a { background-color: #1DC161; }
a { background-color: rgb(29,193,97); }
div.DivClassName
{
background-color: #1DC161;
}
.BgClassName
{
background-color: #1DC161;
}
</style>
border-color css
<style>
span { border-color: #1DC161; }
span { border-color: rgb(29,193,97); }
td.TdClassName
{
border-color: #1DC161;
}
.TagClassName
{
border-color: #1DC161;
}
</style>