Shades of Malachite #2ACD5E
Tints of Malachite #2ACD5E
RGB
CMYK
RGB Variations
Color information
#2ACD5E (or 0x2ACD5E) is known color: Malachite. HEX triplet: 2A, CD and 5E. RGB value is (42,205,94). Sum of RGB (Red+Green+Blue) = 42+205+94=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD5E is #D532A1. Grayscale: #8F8F8F. Windows color (decimal): -13972130 or 6212906. OLE color: 6212906.
HSL color Cylindrical-coordinate representation of color #2ACD5E: hue angle of 139.14º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD5E is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 94 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.20 |
| HSL | 139.14º | 0.66% | 0.48% | - |
| HSV(B) | 139.14º | 0.8% | 0.8% | - |
| XYZ | 24.81 | 44.96 | 17.96 | - |
| YUV | 143.61 | 100 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 94 | 0.80 | 0 | 0.54 | 0.20 | 139.14 | 0.66 | 0.48 |
| Hex | 2A | CD | 5E | 50 | 0 | 36 | 14 | 8B | 42 | 30 |
| Octal | 52 | 315 | 136 | 120 | 0 | 66 | 24 | 213 | 102 | 60 |
| Binary | 101010 | 11001101 | 1011110 | 1010000 | 0 | 110110 | 10100 | 10001011 | 1000010 | 110000 |
Color Harmonies of #2ACD5E
Complementary color
Monochromatic Colors of #2ACD5E
Black with #2ACD5E
Text Example
Text Example
White with #2ACD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD5E; }
p { color: rgb(42,205,94); }
H1.HeaderClassName
{
color: #2ACD5E;
}
.AnyTagClassName
{
color: #2ACD5E;
}
</style>
background-color css
<style>
a { background-color: #2ACD5E; }
a { background-color: rgb(42,205,94); }
div.DivClassName
{
background-color: #2ACD5E;
}
.BgClassName
{
background-color: #2ACD5E;
}
</style>
border-color css
<style>
span { border-color: #2ACD5E; }
span { border-color: rgb(42,205,94); }
td.TdClassName
{
border-color: #2ACD5E;
}
.TagClassName
{
border-color: #2ACD5E;
}
</style>