Shades of Malachite #2AD86C
Tints of Malachite #2AD86C
RGB
CMYK
RGB Variations
Color information
#2AD86C (or 0x2AD86C) is known color: Malachite. HEX triplet: 2A, D8 and 6C. RGB value is (42,216,108). Sum of RGB (Red+Green+Blue) = 42+216+108=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD86C is #D52793. Grayscale: #979797. Windows color (decimal): -13969300 or 7133226. OLE color: 7133226.
HSL color Cylindrical-coordinate representation of color #2AD86C: hue angle of 142.76º 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 #2AD86C is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 108 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.15 |
| HSL | 142.76º | 0.69% | 0.51% | - |
| HSV(B) | 142.76º | 0.81% | 0.85% | - |
| XYZ | 28.22 | 50.69 | 22.48 | - |
| YUV | 151.66 | 103.35 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 108 | 0.81 | 0 | 0.50 | 0.15 | 142.76 | 0.69 | 0.51 |
| Hex | 2A | D8 | 6C | 51 | 0 | 32 | F | 8F | 45 | 33 |
| Octal | 52 | 330 | 154 | 121 | 0 | 62 | 17 | 217 | 105 | 63 |
| Binary | 101010 | 11011000 | 1101100 | 1010001 | 0 | 110010 | 1111 | 10001111 | 1000101 | 110011 |
Color Harmonies of #2AD86C
Complementary color
Monochromatic Colors of #2AD86C
Black with #2AD86C
Text Example
Text Example
White with #2AD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD86C; }
p { color: rgb(42,216,108); }
H1.HeaderClassName
{
color: #2AD86C;
}
.AnyTagClassName
{
color: #2AD86C;
}
</style>
background-color css
<style>
a { background-color: #2AD86C; }
a { background-color: rgb(42,216,108); }
div.DivClassName
{
background-color: #2AD86C;
}
.BgClassName
{
background-color: #2AD86C;
}
</style>
border-color css
<style>
span { border-color: #2AD86C; }
span { border-color: rgb(42,216,108); }
td.TdClassName
{
border-color: #2AD86C;
}
.TagClassName
{
border-color: #2AD86C;
}
</style>