Shades of Malachite #2ACB54
Tints of Malachite #2ACB54
RGB
CMYK
RGB Variations
Color information
#2ACB54 (or 0x2ACB54) is known color: Malachite. HEX triplet: 2A, CB and 54. RGB value is (42,203,84). Sum of RGB (Red+Green+Blue) = 42+203+84=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB54 is #D534AB. Grayscale: #8D8D8D. Windows color (decimal): -13972652 or 5557034. OLE color: 5557034.
HSL color Cylindrical-coordinate representation of color #2ACB54: hue angle of 135.65º 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 #2ACB54 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 84 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.20 |
| HSL | 135.65º | 0.66% | 0.48% | - |
| HSV(B) | 135.65º | 0.79% | 0.8% | - |
| XYZ | 23.91 | 43.84 | 15.59 | - |
| YUV | 141.3 | 95.66 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 84 | 0.79 | 0 | 0.59 | 0.20 | 135.65 | 0.66 | 0.48 |
| Hex | 2A | CB | 54 | 4F | 0 | 3B | 14 | 88 | 42 | 30 |
| Octal | 52 | 313 | 124 | 117 | 0 | 73 | 24 | 210 | 102 | 60 |
| Binary | 101010 | 11001011 | 1010100 | 1001111 | 0 | 111011 | 10100 | 10001000 | 1000010 | 110000 |
Color Harmonies of #2ACB54
Complementary color
Monochromatic Colors of #2ACB54
Black with #2ACB54
Text Example
Text Example
White with #2ACB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB54; }
p { color: rgb(42,203,84); }
H1.HeaderClassName
{
color: #2ACB54;
}
.AnyTagClassName
{
color: #2ACB54;
}
</style>
background-color css
<style>
a { background-color: #2ACB54; }
a { background-color: rgb(42,203,84); }
div.DivClassName
{
background-color: #2ACB54;
}
.BgClassName
{
background-color: #2ACB54;
}
</style>
border-color css
<style>
span { border-color: #2ACB54; }
span { border-color: rgb(42,203,84); }
td.TdClassName
{
border-color: #2ACB54;
}
.TagClassName
{
border-color: #2ACB54;
}
</style>