Shades of Malachite #1DD14A
Tints of Malachite #1DD14A
RGB
CMYK
RGB Variations
Color information
#1DD14A (or 0x1DD14A) is known color: Malachite. HEX triplet: 1D, D1 and 4A. RGB value is (29,209,74). Sum of RGB (Red+Green+Blue) = 29+209+74=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD14A is #E22EB5. Grayscale: #8C8C8C. Windows color (decimal): -14823094 or 4903197. OLE color: 4903197.
HSL color Cylindrical-coordinate representation of color #1DD14A: hue angle of 135º 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 #1DD14A is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 74 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.18 |
| HSL | 135º | 0.76% | 0.47% | - |
| HSV(B) | 135º | 0.86% | 0.82% | - |
| XYZ | 24.54 | 46.36 | 14.13 | - |
| YUV | 139.79 | 90.87 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 74 | 0.86 | 0 | 0.65 | 0.18 | 135 | 0.76 | 0.47 |
| Hex | 1D | D1 | 4A | 56 | 0 | 41 | 12 | 87 | 4C | 2F |
| Octal | 35 | 321 | 112 | 126 | 0 | 101 | 22 | 207 | 114 | 57 |
| Binary | 11101 | 11010001 | 1001010 | 1010110 | 0 | 1000001 | 10010 | 10000111 | 1001100 | 101111 |
Color Harmonies of #1DD14A
Complementary color
Monochromatic Colors of #1DD14A
Black with #1DD14A
Text Example
Text Example
White with #1DD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD14A; }
p { color: rgb(29,209,74); }
H1.HeaderClassName
{
color: #1DD14A;
}
.AnyTagClassName
{
color: #1DD14A;
}
</style>
background-color css
<style>
a { background-color: #1DD14A; }
a { background-color: rgb(29,209,74); }
div.DivClassName
{
background-color: #1DD14A;
}
.BgClassName
{
background-color: #1DD14A;
}
</style>
border-color css
<style>
span { border-color: #1DD14A; }
span { border-color: rgb(29,209,74); }
td.TdClassName
{
border-color: #1DD14A;
}
.TagClassName
{
border-color: #1DD14A;
}
</style>