Shades of Malachite #2ADB6D
Tints of Malachite #2ADB6D
RGB
CMYK
RGB Variations
Color information
#2ADB6D (or 0x2ADB6D) is known color: Malachite. HEX triplet: 2A, DB and 6D. RGB value is (42,219,109). Sum of RGB (Red+Green+Blue) = 42+219+109=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADB6D is #D52492. Grayscale: #999999. Windows color (decimal): -13968531 or 7199530. OLE color: 7199530.
HSL color Cylindrical-coordinate representation of color #2ADB6D: hue angle of 142.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB6D is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 109 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.14 |
| HSL | 142.71º | 0.71% | 0.51% | - |
| HSV(B) | 142.71º | 0.81% | 0.86% | - |
| XYZ | 29.05 | 52.26 | 23.02 | - |
| YUV | 153.54 | 102.86 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 109 | 0.81 | 0 | 0.50 | 0.14 | 142.71 | 0.71 | 0.51 |
| Hex | 2A | DB | 6D | 51 | 0 | 32 | E | 8F | 47 | 33 |
| Octal | 52 | 333 | 155 | 121 | 0 | 62 | 16 | 217 | 107 | 63 |
| Binary | 101010 | 11011011 | 1101101 | 1010001 | 0 | 110010 | 1110 | 10001111 | 1000111 | 110011 |
Color Harmonies of #2ADB6D
Complementary color
Monochromatic Colors of #2ADB6D
Black with #2ADB6D
Text Example
Text Example
White with #2ADB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADB6D; }
p { color: rgb(42,219,109); }
H1.HeaderClassName
{
color: #2ADB6D;
}
.AnyTagClassName
{
color: #2ADB6D;
}
</style>
background-color css
<style>
a { background-color: #2ADB6D; }
a { background-color: rgb(42,219,109); }
div.DivClassName
{
background-color: #2ADB6D;
}
.BgClassName
{
background-color: #2ADB6D;
}
</style>
border-color css
<style>
span { border-color: #2ADB6D; }
span { border-color: rgb(42,219,109); }
td.TdClassName
{
border-color: #2ADB6D;
}
.TagClassName
{
border-color: #2ADB6D;
}
</style>