Shades of Malachite #2AD559
Tints of Malachite #2AD559
RGB
CMYK
RGB Variations
Color information
#2AD559 (or 0x2AD559) is known color: Malachite. HEX triplet: 2A, D5 and 59. RGB value is (42,213,89). Sum of RGB (Red+Green+Blue) = 42+213+89=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD559 is #D52AA6. Grayscale: #949494. Windows color (decimal): -13970087 or 5887274. OLE color: 5887274.
HSL color Cylindrical-coordinate representation of color #2AD559: hue angle of 136.49º degrees, saturation: 0.67, 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 #2AD559 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 89 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.16 |
| HSL | 136.49º | 0.67% | 0.5% | - |
| HSV(B) | 136.49º | 0.8% | 0.84% | - |
| XYZ | 26.55 | 48.8 | 17.47 | - |
| YUV | 147.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 89 | 0.80 | 0 | 0.58 | 0.16 | 136.49 | 0.67 | 0.5 |
| Hex | 2A | D5 | 59 | 50 | 0 | 3A | 10 | 88 | 43 | 32 |
| Octal | 52 | 325 | 131 | 120 | 0 | 72 | 20 | 210 | 103 | 62 |
| Binary | 101010 | 11010101 | 1011001 | 1010000 | 0 | 111010 | 10000 | 10001000 | 1000011 | 110010 |
Color Harmonies of #2AD559
Complementary color
Monochromatic Colors of #2AD559
Black with #2AD559
Text Example
Text Example
White with #2AD559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD559; }
p { color: rgb(42,213,89); }
H1.HeaderClassName
{
color: #2AD559;
}
.AnyTagClassName
{
color: #2AD559;
}
</style>
background-color css
<style>
a { background-color: #2AD559; }
a { background-color: rgb(42,213,89); }
div.DivClassName
{
background-color: #2AD559;
}
.BgClassName
{
background-color: #2AD559;
}
</style>
border-color css
<style>
span { border-color: #2AD559; }
span { border-color: rgb(42,213,89); }
td.TdClassName
{
border-color: #2AD559;
}
.TagClassName
{
border-color: #2AD559;
}
</style>