Shades of Malachite #1DCC6B
Tints of Malachite #1DCC6B
RGB
CMYK
RGB Variations
Color information
#1DCC6B (or 0x1DCC6B) is known color: Malachite. HEX triplet: 1D, CC and 6B. RGB value is (29,204,107). Sum of RGB (Red+Green+Blue) = 29+204+107=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC6B is #E23394. Grayscale: #8C8C8C. Windows color (decimal): -14824341 or 7064605. OLE color: 7064605.
HSL color Cylindrical-coordinate representation of color #1DCC6B: hue angle of 146.74º 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 #1DCC6B is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 107 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.2 |
| HSL | 146.74º | 0.75% | 0.46% | - |
| HSV(B) | 146.74º | 0.86% | 0.8% | - |
| XYZ | 24.75 | 44.51 | 21.2 | - |
| YUV | 140.62 | 109.02 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 107 | 0.86 | 0 | 0.48 | 0.2 | 146.74 | 0.75 | 0.46 |
| Hex | 1D | CC | 6B | 56 | 0 | 30 | 14 | 93 | 4B | 2E |
| Octal | 35 | 314 | 153 | 126 | 0 | 60 | 24 | 223 | 113 | 56 |
| Binary | 11101 | 11001100 | 1101011 | 1010110 | 0 | 110000 | 10100 | 10010011 | 1001011 | 101110 |
Color Harmonies of #1DCC6B
Complementary color
Monochromatic Colors of #1DCC6B
Black with #1DCC6B
Text Example
Text Example
White with #1DCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC6B; }
p { color: rgb(29,204,107); }
H1.HeaderClassName
{
color: #1DCC6B;
}
.AnyTagClassName
{
color: #1DCC6B;
}
</style>
background-color css
<style>
a { background-color: #1DCC6B; }
a { background-color: rgb(29,204,107); }
div.DivClassName
{
background-color: #1DCC6B;
}
.BgClassName
{
background-color: #1DCC6B;
}
</style>
border-color css
<style>
span { border-color: #1DCC6B; }
span { border-color: rgb(29,204,107); }
td.TdClassName
{
border-color: #1DCC6B;
}
.TagClassName
{
border-color: #1DCC6B;
}
</style>