Shades of Malachite #1DEA6B
Tints of Malachite #1DEA6B
RGB
CMYK
RGB Variations
Color information
#1DEA6B (or 0x1DEA6B) is known color: Malachite. HEX triplet: 1D, EA and 6B. RGB value is (29,234,107). Sum of RGB (Red+Green+Blue) = 29+234+107=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 234 (91.80% from 255 or 63.24% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEA6B is #E21594. Grayscale: #9E9E9E. Windows color (decimal): -14816661 or 7072285. OLE color: 7072285.
HSL color Cylindrical-coordinate representation of color #1DEA6B: hue angle of 142.83º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEA6B is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 234 | 107 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.08 |
| HSL | 142.83º | 0.83% | 0.52% | - |
| HSV(B) | 142.83º | 0.88% | 0.92% | - |
| XYZ | 32.58 | 60.17 | 23.81 | - |
| YUV | 158.23 | 99.08 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 234 | 107 | 0.88 | 0 | 0.54 | 0.08 | 142.83 | 0.83 | 0.52 |
| Hex | 1D | EA | 6B | 58 | 0 | 36 | 8 | 8F | 53 | 34 |
| Octal | 35 | 352 | 153 | 130 | 0 | 66 | 10 | 217 | 123 | 64 |
| Binary | 11101 | 11101010 | 1101011 | 1011000 | 0 | 110110 | 1000 | 10001111 | 1010011 | 110100 |
Color Harmonies of #1DEA6B
Complementary color
Monochromatic Colors of #1DEA6B
Black with #1DEA6B
Text Example
Text Example
White with #1DEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEA6B; }
p { color: rgb(29,234,107); }
H1.HeaderClassName
{
color: #1DEA6B;
}
.AnyTagClassName
{
color: #1DEA6B;
}
</style>
background-color css
<style>
a { background-color: #1DEA6B; }
a { background-color: rgb(29,234,107); }
div.DivClassName
{
background-color: #1DEA6B;
}
.BgClassName
{
background-color: #1DEA6B;
}
</style>
border-color css
<style>
span { border-color: #1DEA6B; }
span { border-color: rgb(29,234,107); }
td.TdClassName
{
border-color: #1DEA6B;
}
.TagClassName
{
border-color: #1DEA6B;
}
</style>