Shades of Malachite #1DCC6C
Tints of Malachite #1DCC6C
RGB
CMYK
RGB Variations
Color information
#1DCC6C (or 0x1DCC6C) is known color: Malachite. HEX triplet: 1D, CC and 6C. RGB value is (29,204,108). Sum of RGB (Red+Green+Blue) = 29+204+108=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC6C is #E23393. Grayscale: #8C8C8C. Windows color (decimal): -14824340 or 7130141. OLE color: 7130141.
HSL color Cylindrical-coordinate representation of color #1DCC6C: hue angle of 147.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC6C is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 108 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.2 |
| HSL | 147.09º | 0.75% | 0.46% | - |
| HSV(B) | 147.09º | 0.86% | 0.8% | - |
| XYZ | 24.81 | 44.53 | 21.48 | - |
| YUV | 140.73 | 109.52 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 108 | 0.86 | 0 | 0.47 | 0.2 | 147.09 | 0.75 | 0.46 |
| Hex | 1D | CC | 6C | 56 | 0 | 2F | 14 | 93 | 4B | 2E |
| Octal | 35 | 314 | 154 | 126 | 0 | 57 | 24 | 223 | 113 | 56 |
| Binary | 11101 | 11001100 | 1101100 | 1010110 | 0 | 101111 | 10100 | 10010011 | 1001011 | 101110 |
Color Harmonies of #1DCC6C
Complementary color
Monochromatic Colors of #1DCC6C
Black with #1DCC6C
Text Example
Text Example
White with #1DCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC6C; }
p { color: rgb(29,204,108); }
H1.HeaderClassName
{
color: #1DCC6C;
}
.AnyTagClassName
{
color: #1DCC6C;
}
</style>
background-color css
<style>
a { background-color: #1DCC6C; }
a { background-color: rgb(29,204,108); }
div.DivClassName
{
background-color: #1DCC6C;
}
.BgClassName
{
background-color: #1DCC6C;
}
</style>
border-color css
<style>
span { border-color: #1DCC6C; }
span { border-color: rgb(29,204,108); }
td.TdClassName
{
border-color: #1DCC6C;
}
.TagClassName
{
border-color: #1DCC6C;
}
</style>