Shades of Malachite #1DC15F
Tints of Malachite #1DC15F
RGB
CMYK
RGB Variations
Color information
#1DC15F (or 0x1DC15F) is known color: Malachite. HEX triplet: 1D, C1 and 5F. RGB value is (29,193,95). Sum of RGB (Red+Green+Blue) = 29+193+95=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC15F is #E23EA0. Grayscale: #858585. Windows color (decimal): -14827169 or 6275357. OLE color: 6275357.
HSL color Cylindrical-coordinate representation of color #1DC15F: hue angle of 144.15º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC15F is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 95 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.24 |
| HSL | 144.15º | 0.74% | 0.44% | - |
| HSV(B) | 144.15º | 0.85% | 0.76% | - |
| XYZ | 21.64 | 39.23 | 17.26 | - |
| YUV | 132.79 | 106.67 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 95 | 0.85 | 0 | 0.51 | 0.24 | 144.15 | 0.74 | 0.44 |
| Hex | 1D | C1 | 5F | 55 | 0 | 33 | 18 | 90 | 4A | 2C |
| Octal | 35 | 301 | 137 | 125 | 0 | 63 | 30 | 220 | 112 | 54 |
| Binary | 11101 | 11000001 | 1011111 | 1010101 | 0 | 110011 | 11000 | 10010000 | 1001010 | 101100 |
Color Harmonies of #1DC15F
Complementary color
Monochromatic Colors of #1DC15F
Black with #1DC15F
Text Example
Text Example
White with #1DC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC15F; }
p { color: rgb(29,193,95); }
H1.HeaderClassName
{
color: #1DC15F;
}
.AnyTagClassName
{
color: #1DC15F;
}
</style>
background-color css
<style>
a { background-color: #1DC15F; }
a { background-color: rgb(29,193,95); }
div.DivClassName
{
background-color: #1DC15F;
}
.BgClassName
{
background-color: #1DC15F;
}
</style>
border-color css
<style>
span { border-color: #1DC15F; }
span { border-color: rgb(29,193,95); }
td.TdClassName
{
border-color: #1DC15F;
}
.TagClassName
{
border-color: #1DC15F;
}
</style>