Shades of Malachite #2AD85E
Tints of Malachite #2AD85E
RGB
CMYK
RGB Variations
Color information
#2AD85E (or 0x2AD85E) is known color: Malachite. HEX triplet: 2A, D8 and 5E. RGB value is (42,216,94). Sum of RGB (Red+Green+Blue) = 42+216+94=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD85E is #D527A1. Grayscale: #969696. Windows color (decimal): -13969314 or 6215722. OLE color: 6215722.
HSL color Cylindrical-coordinate representation of color #2AD85E: hue angle of 137.93º 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 #2AD85E is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 94 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.15 |
| HSL | 137.93º | 0.69% | 0.51% | - |
| HSV(B) | 137.93º | 0.81% | 0.85% | - |
| XYZ | 27.53 | 50.41 | 18.87 | - |
| YUV | 150.07 | 96.35 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 94 | 0.81 | 0 | 0.56 | 0.15 | 137.93 | 0.69 | 0.51 |
| Hex | 2A | D8 | 5E | 51 | 0 | 38 | F | 8A | 45 | 33 |
| Octal | 52 | 330 | 136 | 121 | 0 | 70 | 17 | 212 | 105 | 63 |
| Binary | 101010 | 11011000 | 1011110 | 1010001 | 0 | 111000 | 1111 | 10001010 | 1000101 | 110011 |
Color Harmonies of #2AD85E
Complementary color
Monochromatic Colors of #2AD85E
Black with #2AD85E
Text Example
Text Example
White with #2AD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD85E; }
p { color: rgb(42,216,94); }
H1.HeaderClassName
{
color: #2AD85E;
}
.AnyTagClassName
{
color: #2AD85E;
}
</style>
background-color css
<style>
a { background-color: #2AD85E; }
a { background-color: rgb(42,216,94); }
div.DivClassName
{
background-color: #2AD85E;
}
.BgClassName
{
background-color: #2AD85E;
}
</style>
border-color css
<style>
span { border-color: #2AD85E; }
span { border-color: rgb(42,216,94); }
td.TdClassName
{
border-color: #2AD85E;
}
.TagClassName
{
border-color: #2AD85E;
}
</style>