Shades of Malachite #2ACE5D
Tints of Malachite #2ACE5D
RGB
CMYK
RGB Variations
Color information
#2ACE5D (or 0x2ACE5D) is known color: Malachite. HEX triplet: 2A, CE and 5D. RGB value is (42,206,93). Sum of RGB (Red+Green+Blue) = 42+206+93=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE5D is #D531A2. Grayscale: #909090. Windows color (decimal): -13971875 or 6147626. OLE color: 6147626.
HSL color Cylindrical-coordinate representation of color #2ACE5D: hue angle of 138.66º 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 #2ACE5D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 93 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.19 |
| HSL | 138.66º | 0.66% | 0.49% | - |
| HSV(B) | 138.66º | 0.8% | 0.81% | - |
| XYZ | 25 | 45.43 | 17.81 | - |
| YUV | 144.08 | 99.17 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 93 | 0.80 | 0 | 0.55 | 0.19 | 138.66 | 0.66 | 0.49 |
| Hex | 2A | CE | 5D | 50 | 0 | 37 | 13 | 8B | 42 | 31 |
| Octal | 52 | 316 | 135 | 120 | 0 | 67 | 23 | 213 | 102 | 61 |
| Binary | 101010 | 11001110 | 1011101 | 1010000 | 0 | 110111 | 10011 | 10001011 | 1000010 | 110001 |
Color Harmonies of #2ACE5D
Complementary color
Monochromatic Colors of #2ACE5D
Black with #2ACE5D
Text Example
Text Example
White with #2ACE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE5D; }
p { color: rgb(42,206,93); }
H1.HeaderClassName
{
color: #2ACE5D;
}
.AnyTagClassName
{
color: #2ACE5D;
}
</style>
background-color css
<style>
a { background-color: #2ACE5D; }
a { background-color: rgb(42,206,93); }
div.DivClassName
{
background-color: #2ACE5D;
}
.BgClassName
{
background-color: #2ACE5D;
}
</style>
border-color css
<style>
span { border-color: #2ACE5D; }
span { border-color: rgb(42,206,93); }
td.TdClassName
{
border-color: #2ACE5D;
}
.TagClassName
{
border-color: #2ACE5D;
}
</style>