Shades of Malachite #1DCD5A
Tints of Malachite #1DCD5A
RGB
CMYK
RGB Variations
Color information
#1DCD5A (or 0x1DCD5A) is known color: Malachite. HEX triplet: 1D, CD and 5A. RGB value is (29,205,90). Sum of RGB (Red+Green+Blue) = 29+205+90=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCD5A is #E232A5. Grayscale: #8B8B8B. Windows color (decimal): -14824102 or 5950749. OLE color: 5950749.
HSL color Cylindrical-coordinate representation of color #1DCD5A: hue angle of 140.8º 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 #1DCD5A is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 90 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.20 |
| HSL | 140.8º | 0.75% | 0.46% | - |
| HSV(B) | 140.8º | 0.86% | 0.8% | - |
| XYZ | 24.18 | 44.66 | 17.02 | - |
| YUV | 139.27 | 100.19 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 90 | 0.86 | 0 | 0.56 | 0.20 | 140.8 | 0.75 | 0.46 |
| Hex | 1D | CD | 5A | 56 | 0 | 38 | 14 | 8D | 4B | 2E |
| Octal | 35 | 315 | 132 | 126 | 0 | 70 | 24 | 215 | 113 | 56 |
| Binary | 11101 | 11001101 | 1011010 | 1010110 | 0 | 111000 | 10100 | 10001101 | 1001011 | 101110 |
Color Harmonies of #1DCD5A
Complementary color
Monochromatic Colors of #1DCD5A
Black with #1DCD5A
Text Example
Text Example
White with #1DCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD5A; }
p { color: rgb(29,205,90); }
H1.HeaderClassName
{
color: #1DCD5A;
}
.AnyTagClassName
{
color: #1DCD5A;
}
</style>
background-color css
<style>
a { background-color: #1DCD5A; }
a { background-color: rgb(29,205,90); }
div.DivClassName
{
background-color: #1DCD5A;
}
.BgClassName
{
background-color: #1DCD5A;
}
</style>
border-color css
<style>
span { border-color: #1DCD5A; }
span { border-color: rgb(29,205,90); }
td.TdClassName
{
border-color: #1DCD5A;
}
.TagClassName
{
border-color: #1DCD5A;
}
</style>