Shades of Malachite #2AD669
Tints of Malachite #2AD669
RGB
CMYK
RGB Variations
Color information
#2AD669 (or 0x2AD669) is known color: Malachite. HEX triplet: 2A, D6 and 69. RGB value is (42,214,105). Sum of RGB (Red+Green+Blue) = 42+214+105=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD669 is #D52996. Grayscale: #969696. Windows color (decimal): -13969815 or 6936106. OLE color: 6936106.
HSL color Cylindrical-coordinate representation of color #2AD669: hue angle of 141.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD669 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 105 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.16 |
| HSL | 141.98º | 0.68% | 0.5% | - |
| HSV(B) | 141.98º | 0.8% | 0.84% | - |
| XYZ | 27.55 | 49.61 | 21.49 | - |
| YUV | 150.15 | 102.52 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 105 | 0.80 | 0 | 0.51 | 0.16 | 141.98 | 0.68 | 0.5 |
| Hex | 2A | D6 | 69 | 50 | 0 | 33 | 10 | 8E | 44 | 32 |
| Octal | 52 | 326 | 151 | 120 | 0 | 63 | 20 | 216 | 104 | 62 |
| Binary | 101010 | 11010110 | 1101001 | 1010000 | 0 | 110011 | 10000 | 10001110 | 1000100 | 110010 |
Color Harmonies of #2AD669
Complementary color
Monochromatic Colors of #2AD669
Black with #2AD669
Text Example
Text Example
White with #2AD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD669; }
p { color: rgb(42,214,105); }
H1.HeaderClassName
{
color: #2AD669;
}
.AnyTagClassName
{
color: #2AD669;
}
</style>
background-color css
<style>
a { background-color: #2AD669; }
a { background-color: rgb(42,214,105); }
div.DivClassName
{
background-color: #2AD669;
}
.BgClassName
{
background-color: #2AD669;
}
</style>
border-color css
<style>
span { border-color: #2AD669; }
span { border-color: rgb(42,214,105); }
td.TdClassName
{
border-color: #2AD669;
}
.TagClassName
{
border-color: #2AD669;
}
</style>