Shades of Malachite #2AD869
Tints of Malachite #2AD869
RGB
CMYK
RGB Variations
Color information
#2AD869 (or 0x2AD869) is known color: Malachite. HEX triplet: 2A, D8 and 69. RGB value is (42,216,105). Sum of RGB (Red+Green+Blue) = 42+216+105=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD869 is #D52796. Grayscale: #979797. Windows color (decimal): -13969303 or 6936618. OLE color: 6936618.
HSL color Cylindrical-coordinate representation of color #2AD869: hue angle of 141.72º 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 #2AD869 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 105 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.15 |
| HSL | 141.72º | 0.69% | 0.51% | - |
| HSV(B) | 141.72º | 0.81% | 0.85% | - |
| XYZ | 28.06 | 50.62 | 21.66 | - |
| YUV | 151.32 | 101.85 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 105 | 0.81 | 0 | 0.51 | 0.15 | 141.72 | 0.69 | 0.51 |
| Hex | 2A | D8 | 69 | 51 | 0 | 33 | F | 8E | 45 | 33 |
| Octal | 52 | 330 | 151 | 121 | 0 | 63 | 17 | 216 | 105 | 63 |
| Binary | 101010 | 11011000 | 1101001 | 1010001 | 0 | 110011 | 1111 | 10001110 | 1000101 | 110011 |
Color Harmonies of #2AD869
Complementary color
Monochromatic Colors of #2AD869
Black with #2AD869
Text Example
Text Example
White with #2AD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD869; }
p { color: rgb(42,216,105); }
H1.HeaderClassName
{
color: #2AD869;
}
.AnyTagClassName
{
color: #2AD869;
}
</style>
background-color css
<style>
a { background-color: #2AD869; }
a { background-color: rgb(42,216,105); }
div.DivClassName
{
background-color: #2AD869;
}
.BgClassName
{
background-color: #2AD869;
}
</style>
border-color css
<style>
span { border-color: #2AD869; }
span { border-color: rgb(42,216,105); }
td.TdClassName
{
border-color: #2AD869;
}
.TagClassName
{
border-color: #2AD869;
}
</style>