Shades of Malachite #2AD96C
Tints of Malachite #2AD96C
RGB
CMYK
RGB Variations
Color information
#2AD96C (or 0x2AD96C) is known color: Malachite. HEX triplet: 2A, D9 and 6C. RGB value is (42,217,108). Sum of RGB (Red+Green+Blue) = 42+217+108=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD96C is #D52693. Grayscale: #989898. Windows color (decimal): -13969044 or 7133482. OLE color: 7133482.
HSL color Cylindrical-coordinate representation of color #2AD96C: hue angle of 142.63º 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 #2AD96C is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 108 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.15 |
| HSL | 142.63º | 0.7% | 0.51% | - |
| HSV(B) | 142.63º | 0.81% | 0.85% | - |
| XYZ | 28.47 | 51.2 | 22.57 | - |
| YUV | 152.25 | 103.02 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 108 | 0.81 | 0 | 0.50 | 0.15 | 142.63 | 0.7 | 0.51 |
| Hex | 2A | D9 | 6C | 51 | 0 | 32 | F | 8F | 46 | 33 |
| Octal | 52 | 331 | 154 | 121 | 0 | 62 | 17 | 217 | 106 | 63 |
| Binary | 101010 | 11011001 | 1101100 | 1010001 | 0 | 110010 | 1111 | 10001111 | 1000110 | 110011 |
Color Harmonies of #2AD96C
Complementary color
Monochromatic Colors of #2AD96C
Black with #2AD96C
Text Example
Text Example
White with #2AD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD96C; }
p { color: rgb(42,217,108); }
H1.HeaderClassName
{
color: #2AD96C;
}
.AnyTagClassName
{
color: #2AD96C;
}
</style>
background-color css
<style>
a { background-color: #2AD96C; }
a { background-color: rgb(42,217,108); }
div.DivClassName
{
background-color: #2AD96C;
}
.BgClassName
{
background-color: #2AD96C;
}
</style>
border-color css
<style>
span { border-color: #2AD96C; }
span { border-color: rgb(42,217,108); }
td.TdClassName
{
border-color: #2AD96C;
}
.TagClassName
{
border-color: #2AD96C;
}
</style>