Shades of Malachite #2AD65E
Tints of Malachite #2AD65E
RGB
CMYK
RGB Variations
Color information
#2AD65E (or 0x2AD65E) is known color: Malachite. HEX triplet: 2A, D6 and 5E. RGB value is (42,214,94). Sum of RGB (Red+Green+Blue) = 42+214+94=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD65E is #D529A1. Grayscale: #959595. Windows color (decimal): -13969826 or 6215210. OLE color: 6215210.
HSL color Cylindrical-coordinate representation of color #2AD65E: hue angle of 138.14º 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 #2AD65E is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 94 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.16 |
| HSL | 138.14º | 0.68% | 0.5% | - |
| HSV(B) | 138.14º | 0.8% | 0.84% | - |
| XYZ | 27.02 | 49.39 | 18.7 | - |
| YUV | 148.89 | 97.02 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 94 | 0.80 | 0 | 0.56 | 0.16 | 138.14 | 0.68 | 0.5 |
| Hex | 2A | D6 | 5E | 50 | 0 | 38 | 10 | 8A | 44 | 32 |
| Octal | 52 | 326 | 136 | 120 | 0 | 70 | 20 | 212 | 104 | 62 |
| Binary | 101010 | 11010110 | 1011110 | 1010000 | 0 | 111000 | 10000 | 10001010 | 1000100 | 110010 |
Color Harmonies of #2AD65E
Complementary color
Monochromatic Colors of #2AD65E
Black with #2AD65E
Text Example
Text Example
White with #2AD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD65E; }
p { color: rgb(42,214,94); }
H1.HeaderClassName
{
color: #2AD65E;
}
.AnyTagClassName
{
color: #2AD65E;
}
</style>
background-color css
<style>
a { background-color: #2AD65E; }
a { background-color: rgb(42,214,94); }
div.DivClassName
{
background-color: #2AD65E;
}
.BgClassName
{
background-color: #2AD65E;
}
</style>
border-color css
<style>
span { border-color: #2AD65E; }
span { border-color: rgb(42,214,94); }
td.TdClassName
{
border-color: #2AD65E;
}
.TagClassName
{
border-color: #2AD65E;
}
</style>