Shades of Malachite #1DD166
Tints of Malachite #1DD166
RGB
CMYK
RGB Variations
Color information
#1DD166 (or 0x1DD166) is known color: Malachite. HEX triplet: 1D, D1 and 66. RGB value is (29,209,102). Sum of RGB (Red+Green+Blue) = 29+209+102=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 209 (82.03% from 255 or 61.47% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD166 is #E22E99. Grayscale: #8F8F8F. Windows color (decimal): -14823066 or 6738205. OLE color: 6738205.
HSL color Cylindrical-coordinate representation of color #1DD166: hue angle of 144.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD166 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 102 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.18 |
| HSL | 144.33º | 0.76% | 0.47% | - |
| HSV(B) | 144.33º | 0.86% | 0.82% | - |
| XYZ | 25.71 | 46.82 | 20.25 | - |
| YUV | 142.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 102 | 0.86 | 0 | 0.51 | 0.18 | 144.33 | 0.76 | 0.47 |
| Hex | 1D | D1 | 66 | 56 | 0 | 33 | 12 | 90 | 4C | 2F |
| Octal | 35 | 321 | 146 | 126 | 0 | 63 | 22 | 220 | 114 | 57 |
| Binary | 11101 | 11010001 | 1100110 | 1010110 | 0 | 110011 | 10010 | 10010000 | 1001100 | 101111 |
Color Harmonies of #1DD166
Complementary color
Monochromatic Colors of #1DD166
Black with #1DD166
Text Example
Text Example
White with #1DD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD166; }
p { color: rgb(29,209,102); }
H1.HeaderClassName
{
color: #1DD166;
}
.AnyTagClassName
{
color: #1DD166;
}
</style>
background-color css
<style>
a { background-color: #1DD166; }
a { background-color: rgb(29,209,102); }
div.DivClassName
{
background-color: #1DD166;
}
.BgClassName
{
background-color: #1DD166;
}
</style>
border-color css
<style>
span { border-color: #1DD166; }
span { border-color: rgb(29,209,102); }
td.TdClassName
{
border-color: #1DD166;
}
.TagClassName
{
border-color: #1DD166;
}
</style>