Shades of Malachite #2ACB5A
Tints of Malachite #2ACB5A
RGB
CMYK
RGB Variations
Color information
#2ACB5A (or 0x2ACB5A) is known color: Malachite. HEX triplet: 2A, CB and 5A. RGB value is (42,203,90). Sum of RGB (Red+Green+Blue) = 42+203+90=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB5A is #D534A5. Grayscale: #8E8E8E. Windows color (decimal): -13972646 or 5950250. OLE color: 5950250.
HSL color Cylindrical-coordinate representation of color #2ACB5A: hue angle of 137.89º 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 #2ACB5A is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 90 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.20 |
| HSL | 137.89º | 0.66% | 0.48% | - |
| HSV(B) | 137.89º | 0.79% | 0.8% | - |
| XYZ | 24.16 | 43.94 | 16.88 | - |
| YUV | 141.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 90 | 0.79 | 0 | 0.56 | 0.20 | 137.89 | 0.66 | 0.48 |
| Hex | 2A | CB | 5A | 4F | 0 | 38 | 14 | 8A | 42 | 30 |
| Octal | 52 | 313 | 132 | 117 | 0 | 70 | 24 | 212 | 102 | 60 |
| Binary | 101010 | 11001011 | 1011010 | 1001111 | 0 | 111000 | 10100 | 10001010 | 1000010 | 110000 |
Color Harmonies of #2ACB5A
Complementary color
Monochromatic Colors of #2ACB5A
Black with #2ACB5A
Text Example
Text Example
White with #2ACB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB5A; }
p { color: rgb(42,203,90); }
H1.HeaderClassName
{
color: #2ACB5A;
}
.AnyTagClassName
{
color: #2ACB5A;
}
</style>
background-color css
<style>
a { background-color: #2ACB5A; }
a { background-color: rgb(42,203,90); }
div.DivClassName
{
background-color: #2ACB5A;
}
.BgClassName
{
background-color: #2ACB5A;
}
</style>
border-color css
<style>
span { border-color: #2ACB5A; }
span { border-color: rgb(42,203,90); }
td.TdClassName
{
border-color: #2ACB5A;
}
.TagClassName
{
border-color: #2ACB5A;
}
</style>