Shades of Malachite #1DC96A
Tints of Malachite #1DC96A
RGB
CMYK
RGB Variations
Color information
#1DC96A (or 0x1DC96A) is known color: Malachite. HEX triplet: 1D, C9 and 6A. RGB value is (29,201,106). Sum of RGB (Red+Green+Blue) = 29+201+106=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC96A is #E23695. Grayscale: #8A8A8A. Windows color (decimal): -14825110 or 6998301. OLE color: 6998301.
HSL color Cylindrical-coordinate representation of color #1DC96A: hue angle of 146.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC96A is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 106 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.21 |
| HSL | 146.86º | 0.75% | 0.45% | - |
| HSV(B) | 146.86º | 0.86% | 0.79% | - |
| XYZ | 23.99 | 43.08 | 20.69 | - |
| YUV | 138.74 | 109.52 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 106 | 0.86 | 0 | 0.47 | 0.21 | 146.86 | 0.75 | 0.45 |
| Hex | 1D | C9 | 6A | 56 | 0 | 2F | 15 | 93 | 4B | 2D |
| Octal | 35 | 311 | 152 | 126 | 0 | 57 | 25 | 223 | 113 | 55 |
| Binary | 11101 | 11001001 | 1101010 | 1010110 | 0 | 101111 | 10101 | 10010011 | 1001011 | 101101 |
Color Harmonies of #1DC96A
Complementary color
Monochromatic Colors of #1DC96A
Black with #1DC96A
Text Example
Text Example
White with #1DC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC96A; }
p { color: rgb(29,201,106); }
H1.HeaderClassName
{
color: #1DC96A;
}
.AnyTagClassName
{
color: #1DC96A;
}
</style>
background-color css
<style>
a { background-color: #1DC96A; }
a { background-color: rgb(29,201,106); }
div.DivClassName
{
background-color: #1DC96A;
}
.BgClassName
{
background-color: #1DC96A;
}
</style>
border-color css
<style>
span { border-color: #1DC96A; }
span { border-color: rgb(29,201,106); }
td.TdClassName
{
border-color: #1DC96A;
}
.TagClassName
{
border-color: #1DC96A;
}
</style>