Shades of Malachite #2AD853
Tints of Malachite #2AD853
RGB
CMYK
RGB Variations
Color information
#2AD853 (or 0x2AD853) is known color: Malachite. HEX triplet: 2A, D8 and 53. RGB value is (42,216,83). Sum of RGB (Red+Green+Blue) = 42+216+83=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD853 is #D527AC. Grayscale: #959595. Windows color (decimal): -13969325 or 5494826. OLE color: 5494826.
HSL color Cylindrical-coordinate representation of color #2AD853: hue angle of 134.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD853 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 83 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.15 |
| HSL | 134.14º | 0.69% | 0.51% | - |
| HSV(B) | 134.14º | 0.81% | 0.85% | - |
| XYZ | 27.07 | 50.23 | 16.45 | - |
| YUV | 148.81 | 90.85 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 83 | 0.81 | 0 | 0.62 | 0.15 | 134.14 | 0.69 | 0.51 |
| Hex | 2A | D8 | 53 | 51 | 0 | 3E | F | 86 | 45 | 33 |
| Octal | 52 | 330 | 123 | 121 | 0 | 76 | 17 | 206 | 105 | 63 |
| Binary | 101010 | 11011000 | 1010011 | 1010001 | 0 | 111110 | 1111 | 10000110 | 1000101 | 110011 |
Color Harmonies of #2AD853
Complementary color
Monochromatic Colors of #2AD853
Black with #2AD853
Text Example
Text Example
White with #2AD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD853; }
p { color: rgb(42,216,83); }
H1.HeaderClassName
{
color: #2AD853;
}
.AnyTagClassName
{
color: #2AD853;
}
</style>
background-color css
<style>
a { background-color: #2AD853; }
a { background-color: rgb(42,216,83); }
div.DivClassName
{
background-color: #2AD853;
}
.BgClassName
{
background-color: #2AD853;
}
</style>
border-color css
<style>
span { border-color: #2AD853; }
span { border-color: rgb(42,216,83); }
td.TdClassName
{
border-color: #2AD853;
}
.TagClassName
{
border-color: #2AD853;
}
</style>