Shades of Malachite #2AD568
Tints of Malachite #2AD568
RGB
CMYK
RGB Variations
Color information
#2AD568 (or 0x2AD568) is known color: Malachite. HEX triplet: 2A, D5 and 68. RGB value is (42,213,104). Sum of RGB (Red+Green+Blue) = 42+213+104=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD568 is #D52A97. Grayscale: #959595. Windows color (decimal): -13970072 or 6870314. OLE color: 6870314.
HSL color Cylindrical-coordinate representation of color #2AD568: hue angle of 141.75º degrees, saturation: 0.67, 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 #2AD568 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 104 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.16 |
| HSL | 141.75º | 0.67% | 0.5% | - |
| HSV(B) | 141.75º | 0.8% | 0.84% | - |
| XYZ | 27.25 | 49.08 | 21.13 | - |
| YUV | 149.45 | 102.35 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 104 | 0.80 | 0 | 0.51 | 0.16 | 141.75 | 0.67 | 0.5 |
| Hex | 2A | D5 | 68 | 50 | 0 | 33 | 10 | 8E | 43 | 32 |
| Octal | 52 | 325 | 150 | 120 | 0 | 63 | 20 | 216 | 103 | 62 |
| Binary | 101010 | 11010101 | 1101000 | 1010000 | 0 | 110011 | 10000 | 10001110 | 1000011 | 110010 |
Color Harmonies of #2AD568
Complementary color
Monochromatic Colors of #2AD568
Black with #2AD568
Text Example
Text Example
White with #2AD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD568; }
p { color: rgb(42,213,104); }
H1.HeaderClassName
{
color: #2AD568;
}
.AnyTagClassName
{
color: #2AD568;
}
</style>
background-color css
<style>
a { background-color: #2AD568; }
a { background-color: rgb(42,213,104); }
div.DivClassName
{
background-color: #2AD568;
}
.BgClassName
{
background-color: #2AD568;
}
</style>
border-color css
<style>
span { border-color: #2AD568; }
span { border-color: rgb(42,213,104); }
td.TdClassName
{
border-color: #2AD568;
}
.TagClassName
{
border-color: #2AD568;
}
</style>