Shades of Malachite #2ACE5B
Tints of Malachite #2ACE5B
RGB
CMYK
RGB Variations
Color information
#2ACE5B (or 0x2ACE5B) is known color: Malachite. HEX triplet: 2A, CE and 5B. RGB value is (42,206,91). Sum of RGB (Red+Green+Blue) = 42+206+91=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE5B is #D531A4. Grayscale: #909090. Windows color (decimal): -13971877 or 6016554. OLE color: 6016554.
HSL color Cylindrical-coordinate representation of color #2ACE5B: hue angle of 137.93º 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 #2ACE5B is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 91 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.19 |
| HSL | 137.93º | 0.66% | 0.49% | - |
| HSV(B) | 137.93º | 0.8% | 0.81% | - |
| XYZ | 24.91 | 45.39 | 17.35 | - |
| YUV | 143.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 91 | 0.80 | 0 | 0.56 | 0.19 | 137.93 | 0.66 | 0.49 |
| Hex | 2A | CE | 5B | 50 | 0 | 38 | 13 | 8A | 42 | 31 |
| Octal | 52 | 316 | 133 | 120 | 0 | 70 | 23 | 212 | 102 | 61 |
| Binary | 101010 | 11001110 | 1011011 | 1010000 | 0 | 111000 | 10011 | 10001010 | 1000010 | 110001 |
Color Harmonies of #2ACE5B
Complementary color
Monochromatic Colors of #2ACE5B
Black with #2ACE5B
Text Example
Text Example
White with #2ACE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE5B; }
p { color: rgb(42,206,91); }
H1.HeaderClassName
{
color: #2ACE5B;
}
.AnyTagClassName
{
color: #2ACE5B;
}
</style>
background-color css
<style>
a { background-color: #2ACE5B; }
a { background-color: rgb(42,206,91); }
div.DivClassName
{
background-color: #2ACE5B;
}
.BgClassName
{
background-color: #2ACE5B;
}
</style>
border-color css
<style>
span { border-color: #2ACE5B; }
span { border-color: rgb(42,206,91); }
td.TdClassName
{
border-color: #2ACE5B;
}
.TagClassName
{
border-color: #2ACE5B;
}
</style>