Shades of Malachite #2AD95D
Tints of Malachite #2AD95D
RGB
CMYK
RGB Variations
Color information
#2AD95D (or 0x2AD95D) is known color: Malachite. HEX triplet: 2A, D9 and 5D. RGB value is (42,217,93). Sum of RGB (Red+Green+Blue) = 42+217+93=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD95D is #D526A2. Grayscale: #969696. Windows color (decimal): -13969059 or 6150442. OLE color: 6150442.
HSL color Cylindrical-coordinate representation of color #2AD95D: hue angle of 137.49º degrees, saturation: 0.7, 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 #2AD95D is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 93 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.15 |
| HSL | 137.49º | 0.7% | 0.51% | - |
| HSV(B) | 137.49º | 0.81% | 0.85% | - |
| XYZ | 27.74 | 50.91 | 18.72 | - |
| YUV | 150.54 | 95.52 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 93 | 0.81 | 0 | 0.57 | 0.15 | 137.49 | 0.7 | 0.51 |
| Hex | 2A | D9 | 5D | 51 | 0 | 39 | F | 89 | 46 | 33 |
| Octal | 52 | 331 | 135 | 121 | 0 | 71 | 17 | 211 | 106 | 63 |
| Binary | 101010 | 11011001 | 1011101 | 1010001 | 0 | 111001 | 1111 | 10001001 | 1000110 | 110011 |
Color Harmonies of #2AD95D
Complementary color
Monochromatic Colors of #2AD95D
Black with #2AD95D
Text Example
Text Example
White with #2AD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD95D; }
p { color: rgb(42,217,93); }
H1.HeaderClassName
{
color: #2AD95D;
}
.AnyTagClassName
{
color: #2AD95D;
}
</style>
background-color css
<style>
a { background-color: #2AD95D; }
a { background-color: rgb(42,217,93); }
div.DivClassName
{
background-color: #2AD95D;
}
.BgClassName
{
background-color: #2AD95D;
}
</style>
border-color css
<style>
span { border-color: #2AD95D; }
span { border-color: rgb(42,217,93); }
td.TdClassName
{
border-color: #2AD95D;
}
.TagClassName
{
border-color: #2AD95D;
}
</style>