Shades of Malachite #2ACB51
Tints of Malachite #2ACB51
RGB
CMYK
RGB Variations
Color information
#2ACB51 (or 0x2ACB51) is known color: Malachite. HEX triplet: 2A, CB and 51. RGB value is (42,203,81). Sum of RGB (Red+Green+Blue) = 42+203+81=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB51 is #D534AE. Grayscale: #8D8D8D. Windows color (decimal): -13972655 or 5360426. OLE color: 5360426.
HSL color Cylindrical-coordinate representation of color #2ACB51: hue angle of 134.53º 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 #2ACB51 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 81 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.20 |
| HSL | 134.53º | 0.66% | 0.48% | - |
| HSV(B) | 134.53º | 0.79% | 0.8% | - |
| XYZ | 23.8 | 43.8 | 14.98 | - |
| YUV | 140.95 | 94.16 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 81 | 0.79 | 0 | 0.60 | 0.20 | 134.53 | 0.66 | 0.48 |
| Hex | 2A | CB | 51 | 4F | 0 | 3C | 14 | 87 | 42 | 30 |
| Octal | 52 | 313 | 121 | 117 | 0 | 74 | 24 | 207 | 102 | 60 |
| Binary | 101010 | 11001011 | 1010001 | 1001111 | 0 | 111100 | 10100 | 10000111 | 1000010 | 110000 |
Color Harmonies of #2ACB51
Complementary color
Monochromatic Colors of #2ACB51
Black with #2ACB51
Text Example
Text Example
White with #2ACB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB51; }
p { color: rgb(42,203,81); }
H1.HeaderClassName
{
color: #2ACB51;
}
.AnyTagClassName
{
color: #2ACB51;
}
</style>
background-color css
<style>
a { background-color: #2ACB51; }
a { background-color: rgb(42,203,81); }
div.DivClassName
{
background-color: #2ACB51;
}
.BgClassName
{
background-color: #2ACB51;
}
</style>
border-color css
<style>
span { border-color: #2ACB51; }
span { border-color: rgb(42,203,81); }
td.TdClassName
{
border-color: #2ACB51;
}
.TagClassName
{
border-color: #2ACB51;
}
</style>