Shades of Malachite #2ACF5D
Tints of Malachite #2ACF5D
RGB
CMYK
RGB Variations
Color information
#2ACF5D (or 0x2ACF5D) is known color: Malachite. HEX triplet: 2A, CF and 5D. RGB value is (42,207,93). Sum of RGB (Red+Green+Blue) = 42+207+93=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACF5D is #D530A2. Grayscale: #909090. Windows color (decimal): -13971619 or 6147882. OLE color: 6147882.
HSL color Cylindrical-coordinate representation of color #2ACF5D: hue angle of 138.55º 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 #2ACF5D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 93 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.19 |
| HSL | 138.55º | 0.66% | 0.49% | - |
| HSV(B) | 138.55º | 0.8% | 0.81% | - |
| XYZ | 25.24 | 45.91 | 17.89 | - |
| YUV | 144.67 | 98.84 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 93 | 0.80 | 0 | 0.55 | 0.19 | 138.55 | 0.66 | 0.49 |
| Hex | 2A | CF | 5D | 50 | 0 | 37 | 13 | 8B | 42 | 31 |
| Octal | 52 | 317 | 135 | 120 | 0 | 67 | 23 | 213 | 102 | 61 |
| Binary | 101010 | 11001111 | 1011101 | 1010000 | 0 | 110111 | 10011 | 10001011 | 1000010 | 110001 |
Color Harmonies of #2ACF5D
Complementary color
Monochromatic Colors of #2ACF5D
Black with #2ACF5D
Text Example
Text Example
White with #2ACF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF5D; }
p { color: rgb(42,207,93); }
H1.HeaderClassName
{
color: #2ACF5D;
}
.AnyTagClassName
{
color: #2ACF5D;
}
</style>
background-color css
<style>
a { background-color: #2ACF5D; }
a { background-color: rgb(42,207,93); }
div.DivClassName
{
background-color: #2ACF5D;
}
.BgClassName
{
background-color: #2ACF5D;
}
</style>
border-color css
<style>
span { border-color: #2ACF5D; }
span { border-color: rgb(42,207,93); }
td.TdClassName
{
border-color: #2ACF5D;
}
.TagClassName
{
border-color: #2ACF5D;
}
</style>