Shades of Malachite #2ACC54
Tints of Malachite #2ACC54
RGB
CMYK
RGB Variations
Color information
#2ACC54 (or 0x2ACC54) is known color: Malachite. HEX triplet: 2A, CC and 54. RGB value is (42,204,84). Sum of RGB (Red+Green+Blue) = 42+204+84=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC54 is #D533AB. Grayscale: #8E8E8E. Windows color (decimal): -13972396 or 5557290. OLE color: 5557290.
HSL color Cylindrical-coordinate representation of color #2ACC54: hue angle of 135.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC54 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 84 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.2 |
| HSL | 135.56º | 0.66% | 0.48% | - |
| HSV(B) | 135.56º | 0.79% | 0.8% | - |
| XYZ | 24.15 | 44.32 | 15.67 | - |
| YUV | 141.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 84 | 0.79 | 0 | 0.59 | 0.2 | 135.56 | 0.66 | 0.48 |
| Hex | 2A | CC | 54 | 4F | 0 | 3B | 14 | 88 | 42 | 30 |
| Octal | 52 | 314 | 124 | 117 | 0 | 73 | 24 | 210 | 102 | 60 |
| Binary | 101010 | 11001100 | 1010100 | 1001111 | 0 | 111011 | 10100 | 10001000 | 1000010 | 110000 |
Color Harmonies of #2ACC54
Complementary color
Monochromatic Colors of #2ACC54
Black with #2ACC54
Text Example
Text Example
White with #2ACC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC54; }
p { color: rgb(42,204,84); }
H1.HeaderClassName
{
color: #2ACC54;
}
.AnyTagClassName
{
color: #2ACC54;
}
</style>
background-color css
<style>
a { background-color: #2ACC54; }
a { background-color: rgb(42,204,84); }
div.DivClassName
{
background-color: #2ACC54;
}
.BgClassName
{
background-color: #2ACC54;
}
</style>
border-color css
<style>
span { border-color: #2ACC54; }
span { border-color: rgb(42,204,84); }
td.TdClassName
{
border-color: #2ACC54;
}
.TagClassName
{
border-color: #2ACC54;
}
</style>