Shades of Malachite #2AD659
Tints of Malachite #2AD659
RGB
CMYK
RGB Variations
Color information
#2AD659 (or 0x2AD659) is known color: Malachite. HEX triplet: 2A, D6 and 59. RGB value is (42,214,89). Sum of RGB (Red+Green+Blue) = 42+214+89=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD659 is #D529A6. Grayscale: #949494. Windows color (decimal): -13969831 or 5887530. OLE color: 5887530.
HSL color Cylindrical-coordinate representation of color #2AD659: hue angle of 136.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD659 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 89 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.16 |
| HSL | 136.4º | 0.68% | 0.5% | - |
| HSV(B) | 136.4º | 0.8% | 0.84% | - |
| XYZ | 26.8 | 49.31 | 17.56 | - |
| YUV | 148.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 89 | 0.80 | 0 | 0.58 | 0.16 | 136.4 | 0.68 | 0.5 |
| Hex | 2A | D6 | 59 | 50 | 0 | 3A | 10 | 88 | 44 | 32 |
| Octal | 52 | 326 | 131 | 120 | 0 | 72 | 20 | 210 | 104 | 62 |
| Binary | 101010 | 11010110 | 1011001 | 1010000 | 0 | 111010 | 10000 | 10001000 | 1000100 | 110010 |
Color Harmonies of #2AD659
Complementary color
Monochromatic Colors of #2AD659
Black with #2AD659
Text Example
Text Example
White with #2AD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD659; }
p { color: rgb(42,214,89); }
H1.HeaderClassName
{
color: #2AD659;
}
.AnyTagClassName
{
color: #2AD659;
}
</style>
background-color css
<style>
a { background-color: #2AD659; }
a { background-color: rgb(42,214,89); }
div.DivClassName
{
background-color: #2AD659;
}
.BgClassName
{
background-color: #2AD659;
}
</style>
border-color css
<style>
span { border-color: #2AD659; }
span { border-color: rgb(42,214,89); }
td.TdClassName
{
border-color: #2AD659;
}
.TagClassName
{
border-color: #2AD659;
}
</style>