Shades of Malachite #2ACE5F
Tints of Malachite #2ACE5F
RGB
CMYK
RGB Variations
Color information
#2ACE5F (or 0x2ACE5F) is known color: Malachite. HEX triplet: 2A, CE and 5F. RGB value is (42,206,95). Sum of RGB (Red+Green+Blue) = 42+206+95=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE5F is #D531A0. Grayscale: #909090. Windows color (decimal): -13971873 or 6278698. OLE color: 6278698.
HSL color Cylindrical-coordinate representation of color #2ACE5F: hue angle of 139.39º 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 #2ACE5F is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 95 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.19 |
| HSL | 139.39º | 0.66% | 0.49% | - |
| HSV(B) | 139.39º | 0.8% | 0.81% | - |
| XYZ | 25.09 | 45.46 | 18.28 | - |
| YUV | 144.31 | 100.17 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 95 | 0.80 | 0 | 0.54 | 0.19 | 139.39 | 0.66 | 0.49 |
| Hex | 2A | CE | 5F | 50 | 0 | 36 | 13 | 8B | 42 | 31 |
| Octal | 52 | 316 | 137 | 120 | 0 | 66 | 23 | 213 | 102 | 61 |
| Binary | 101010 | 11001110 | 1011111 | 1010000 | 0 | 110110 | 10011 | 10001011 | 1000010 | 110001 |
Color Harmonies of #2ACE5F
Complementary color
Monochromatic Colors of #2ACE5F
Black with #2ACE5F
Text Example
Text Example
White with #2ACE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE5F; }
p { color: rgb(42,206,95); }
H1.HeaderClassName
{
color: #2ACE5F;
}
.AnyTagClassName
{
color: #2ACE5F;
}
</style>
background-color css
<style>
a { background-color: #2ACE5F; }
a { background-color: rgb(42,206,95); }
div.DivClassName
{
background-color: #2ACE5F;
}
.BgClassName
{
background-color: #2ACE5F;
}
</style>
border-color css
<style>
span { border-color: #2ACE5F; }
span { border-color: rgb(42,206,95); }
td.TdClassName
{
border-color: #2ACE5F;
}
.TagClassName
{
border-color: #2ACE5F;
}
</style>