Shades of Malachite #2AD95A
Tints of Malachite #2AD95A
RGB
CMYK
RGB Variations
Color information
#2AD95A (or 0x2AD95A) is known color: Malachite. HEX triplet: 2A, D9 and 5A. RGB value is (42,217,90). Sum of RGB (Red+Green+Blue) = 42+217+90=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD95A is #D526A5. Grayscale: #969696. Windows color (decimal): -13969062 or 5953834. OLE color: 5953834.
HSL color Cylindrical-coordinate representation of color #2AD95A: hue angle of 136.46º 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 #2AD95A is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 90 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.15 |
| HSL | 136.46º | 0.7% | 0.51% | - |
| HSV(B) | 136.46º | 0.81% | 0.85% | - |
| XYZ | 27.61 | 50.86 | 18.03 | - |
| YUV | 150.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 90 | 0.81 | 0 | 0.59 | 0.15 | 136.46 | 0.7 | 0.51 |
| Hex | 2A | D9 | 5A | 51 | 0 | 3B | F | 88 | 46 | 33 |
| Octal | 52 | 331 | 132 | 121 | 0 | 73 | 17 | 210 | 106 | 63 |
| Binary | 101010 | 11011001 | 1011010 | 1010001 | 0 | 111011 | 1111 | 10001000 | 1000110 | 110011 |
Color Harmonies of #2AD95A
Complementary color
Monochromatic Colors of #2AD95A
Black with #2AD95A
Text Example
Text Example
White with #2AD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD95A; }
p { color: rgb(42,217,90); }
H1.HeaderClassName
{
color: #2AD95A;
}
.AnyTagClassName
{
color: #2AD95A;
}
</style>
background-color css
<style>
a { background-color: #2AD95A; }
a { background-color: rgb(42,217,90); }
div.DivClassName
{
background-color: #2AD95A;
}
.BgClassName
{
background-color: #2AD95A;
}
</style>
border-color css
<style>
span { border-color: #2AD95A; }
span { border-color: rgb(42,217,90); }
td.TdClassName
{
border-color: #2AD95A;
}
.TagClassName
{
border-color: #2AD95A;
}
</style>