Shades of Malachite #1DC14F
Tints of Malachite #1DC14F
RGB
CMYK
RGB Variations
Color information
#1DC14F (or 0x1DC14F) is known color: Malachite. HEX triplet: 1D, C1 and 4F. RGB value is (29,193,79). Sum of RGB (Red+Green+Blue) = 29+193+79=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC14F is #E23EB0. Grayscale: #838383. Windows color (decimal): -14827185 or 5226781. OLE color: 5226781.
HSL color Cylindrical-coordinate representation of color #1DC14F: hue angle of 138.29º 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 #1DC14F is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 79 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.24 |
| HSL | 138.29º | 0.74% | 0.44% | - |
| HSV(B) | 138.29º | 0.85% | 0.76% | - |
| XYZ | 20.99 | 38.97 | 13.81 | - |
| YUV | 130.97 | 98.67 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 79 | 0.85 | 0 | 0.59 | 0.24 | 138.29 | 0.74 | 0.44 |
| Hex | 1D | C1 | 4F | 55 | 0 | 3B | 18 | 8A | 4A | 2C |
| Octal | 35 | 301 | 117 | 125 | 0 | 73 | 30 | 212 | 112 | 54 |
| Binary | 11101 | 11000001 | 1001111 | 1010101 | 0 | 111011 | 11000 | 10001010 | 1001010 | 101100 |
Color Harmonies of #1DC14F
Complementary color
Monochromatic Colors of #1DC14F
Black with #1DC14F
Text Example
Text Example
White with #1DC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC14F; }
p { color: rgb(29,193,79); }
H1.HeaderClassName
{
color: #1DC14F;
}
.AnyTagClassName
{
color: #1DC14F;
}
</style>
background-color css
<style>
a { background-color: #1DC14F; }
a { background-color: rgb(29,193,79); }
div.DivClassName
{
background-color: #1DC14F;
}
.BgClassName
{
background-color: #1DC14F;
}
</style>
border-color css
<style>
span { border-color: #1DC14F; }
span { border-color: rgb(29,193,79); }
td.TdClassName
{
border-color: #1DC14F;
}
.TagClassName
{
border-color: #1DC14F;
}
</style>