Shades of Malachite #2ACE54
Tints of Malachite #2ACE54
RGB
CMYK
RGB Variations
Color information
#2ACE54 (or 0x2ACE54) is known color: Malachite. HEX triplet: 2A, CE and 54. RGB value is (42,206,84). Sum of RGB (Red+Green+Blue) = 42+206+84=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE54 is #D531AB. Grayscale: #8F8F8F. Windows color (decimal): -13971884 or 5557802. OLE color: 5557802.
HSL color Cylindrical-coordinate representation of color #2ACE54: hue angle of 135.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACE54 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 84 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.19 |
| HSL | 135.37º | 0.66% | 0.49% | - |
| HSV(B) | 135.37º | 0.8% | 0.81% | - |
| XYZ | 24.63 | 45.27 | 15.83 | - |
| YUV | 143.06 | 94.67 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 84 | 0.80 | 0 | 0.59 | 0.19 | 135.37 | 0.66 | 0.49 |
| Hex | 2A | CE | 54 | 50 | 0 | 3B | 13 | 87 | 42 | 31 |
| Octal | 52 | 316 | 124 | 120 | 0 | 73 | 23 | 207 | 102 | 61 |
| Binary | 101010 | 11001110 | 1010100 | 1010000 | 0 | 111011 | 10011 | 10000111 | 1000010 | 110001 |
Color Harmonies of #2ACE54
Complementary color
Monochromatic Colors of #2ACE54
Black with #2ACE54
Text Example
Text Example
White with #2ACE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE54; }
p { color: rgb(42,206,84); }
H1.HeaderClassName
{
color: #2ACE54;
}
.AnyTagClassName
{
color: #2ACE54;
}
</style>
background-color css
<style>
a { background-color: #2ACE54; }
a { background-color: rgb(42,206,84); }
div.DivClassName
{
background-color: #2ACE54;
}
.BgClassName
{
background-color: #2ACE54;
}
</style>
border-color css
<style>
span { border-color: #2ACE54; }
span { border-color: rgb(42,206,84); }
td.TdClassName
{
border-color: #2ACE54;
}
.TagClassName
{
border-color: #2ACE54;
}
</style>