Shades of Malachite #2AD059
Tints of Malachite #2AD059
RGB
CMYK
RGB Variations
Color information
#2AD059 (or 0x2AD059) is known color: Malachite. HEX triplet: 2A, D0 and 59. RGB value is (42,208,89). Sum of RGB (Red+Green+Blue) = 42+208+89=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD059 is #D52FA6. Grayscale: #919191. Windows color (decimal): -13971367 or 5885994. OLE color: 5885994.
HSL color Cylindrical-coordinate representation of color #2AD059: hue angle of 136.99º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD059 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 89 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.18 |
| HSL | 136.99º | 0.66% | 0.49% | - |
| HSV(B) | 136.99º | 0.8% | 0.82% | - |
| XYZ | 25.31 | 46.33 | 17.06 | - |
| YUV | 144.8 | 96.5 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 89 | 0.80 | 0 | 0.57 | 0.18 | 136.99 | 0.66 | 0.49 |
| Hex | 2A | D0 | 59 | 50 | 0 | 39 | 12 | 89 | 42 | 31 |
| Octal | 52 | 320 | 131 | 120 | 0 | 71 | 22 | 211 | 102 | 61 |
| Binary | 101010 | 11010000 | 1011001 | 1010000 | 0 | 111001 | 10010 | 10001001 | 1000010 | 110001 |
Color Harmonies of #2AD059
Complementary color
Monochromatic Colors of #2AD059
Black with #2AD059
Text Example
Text Example
White with #2AD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD059; }
p { color: rgb(42,208,89); }
H1.HeaderClassName
{
color: #2AD059;
}
.AnyTagClassName
{
color: #2AD059;
}
</style>
background-color css
<style>
a { background-color: #2AD059; }
a { background-color: rgb(42,208,89); }
div.DivClassName
{
background-color: #2AD059;
}
.BgClassName
{
background-color: #2AD059;
}
</style>
border-color css
<style>
span { border-color: #2AD059; }
span { border-color: rgb(42,208,89); }
td.TdClassName
{
border-color: #2AD059;
}
.TagClassName
{
border-color: #2AD059;
}
</style>