Shades of Malachite #2AD969
Tints of Malachite #2AD969
RGB
CMYK
RGB Variations
Color information
#2AD969 (or 0x2AD969) is known color: Malachite. HEX triplet: 2A, D9 and 69. RGB value is (42,217,105). Sum of RGB (Red+Green+Blue) = 42+217+105=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD969 is #D52696. Grayscale: #989898. Windows color (decimal): -13969047 or 6936874. OLE color: 6936874.
HSL color Cylindrical-coordinate representation of color #2AD969: hue angle of 141.6º 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 #2AD969 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 105 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.15 |
| HSL | 141.6º | 0.7% | 0.51% | - |
| HSV(B) | 141.6º | 0.81% | 0.85% | - |
| XYZ | 28.32 | 51.14 | 21.74 | - |
| YUV | 151.91 | 101.52 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 105 | 0.81 | 0 | 0.52 | 0.15 | 141.6 | 0.7 | 0.51 |
| Hex | 2A | D9 | 69 | 51 | 0 | 34 | F | 8E | 46 | 33 |
| Octal | 52 | 331 | 151 | 121 | 0 | 64 | 17 | 216 | 106 | 63 |
| Binary | 101010 | 11011001 | 1101001 | 1010001 | 0 | 110100 | 1111 | 10001110 | 1000110 | 110011 |
Color Harmonies of #2AD969
Complementary color
Monochromatic Colors of #2AD969
Black with #2AD969
Text Example
Text Example
White with #2AD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD969; }
p { color: rgb(42,217,105); }
H1.HeaderClassName
{
color: #2AD969;
}
.AnyTagClassName
{
color: #2AD969;
}
</style>
background-color css
<style>
a { background-color: #2AD969; }
a { background-color: rgb(42,217,105); }
div.DivClassName
{
background-color: #2AD969;
}
.BgClassName
{
background-color: #2AD969;
}
</style>
border-color css
<style>
span { border-color: #2AD969; }
span { border-color: rgb(42,217,105); }
td.TdClassName
{
border-color: #2AD969;
}
.TagClassName
{
border-color: #2AD969;
}
</style>