Shades of Malachite #2AD86B
Tints of Malachite #2AD86B
RGB
CMYK
RGB Variations
Color information
#2AD86B (or 0x2AD86B) is known color: Malachite. HEX triplet: 2A, D8 and 6B. RGB value is (42,216,107). Sum of RGB (Red+Green+Blue) = 42+216+107=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD86B is #D52794. Grayscale: #979797. Windows color (decimal): -13969301 or 7067690. OLE color: 7067690.
HSL color Cylindrical-coordinate representation of color #2AD86B: hue angle of 142.41º 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 #2AD86B is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 107 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.15 |
| HSL | 142.41º | 0.69% | 0.51% | - |
| HSV(B) | 142.41º | 0.81% | 0.85% | - |
| XYZ | 28.16 | 50.67 | 22.2 | - |
| YUV | 151.55 | 102.85 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 107 | 0.81 | 0 | 0.50 | 0.15 | 142.41 | 0.69 | 0.51 |
| Hex | 2A | D8 | 6B | 51 | 0 | 32 | F | 8E | 45 | 33 |
| Octal | 52 | 330 | 153 | 121 | 0 | 62 | 17 | 216 | 105 | 63 |
| Binary | 101010 | 11011000 | 1101011 | 1010001 | 0 | 110010 | 1111 | 10001110 | 1000101 | 110011 |
Color Harmonies of #2AD86B
Complementary color
Monochromatic Colors of #2AD86B
Black with #2AD86B
Text Example
Text Example
White with #2AD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD86B; }
p { color: rgb(42,216,107); }
H1.HeaderClassName
{
color: #2AD86B;
}
.AnyTagClassName
{
color: #2AD86B;
}
</style>
background-color css
<style>
a { background-color: #2AD86B; }
a { background-color: rgb(42,216,107); }
div.DivClassName
{
background-color: #2AD86B;
}
.BgClassName
{
background-color: #2AD86B;
}
</style>
border-color css
<style>
span { border-color: #2AD86B; }
span { border-color: rgb(42,216,107); }
td.TdClassName
{
border-color: #2AD86B;
}
.TagClassName
{
border-color: #2AD86B;
}
</style>