Shades of Malachite #2ACF54
Tints of Malachite #2ACF54
RGB
CMYK
RGB Variations
Color information
#2ACF54 (or 0x2ACF54) is known color: Malachite. HEX triplet: 2A, CF and 54. RGB value is (42,207,84). Sum of RGB (Red+Green+Blue) = 42+207+84=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACF54 is #D530AB. Grayscale: #8F8F8F. Windows color (decimal): -13971628 or 5558058. OLE color: 5558058.
HSL color Cylindrical-coordinate representation of color #2ACF54: hue angle of 135.27º 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 #2ACF54 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 84 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.19 |
| HSL | 135.27º | 0.66% | 0.49% | - |
| HSV(B) | 135.27º | 0.8% | 0.81% | - |
| XYZ | 24.87 | 45.76 | 15.91 | - |
| YUV | 143.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 84 | 0.80 | 0 | 0.59 | 0.19 | 135.27 | 0.66 | 0.49 |
| Hex | 2A | CF | 54 | 50 | 0 | 3B | 13 | 87 | 42 | 31 |
| Octal | 52 | 317 | 124 | 120 | 0 | 73 | 23 | 207 | 102 | 61 |
| Binary | 101010 | 11001111 | 1010100 | 1010000 | 0 | 111011 | 10011 | 10000111 | 1000010 | 110001 |
Color Harmonies of #2ACF54
Complementary color
Monochromatic Colors of #2ACF54
Black with #2ACF54
Text Example
Text Example
White with #2ACF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF54; }
p { color: rgb(42,207,84); }
H1.HeaderClassName
{
color: #2ACF54;
}
.AnyTagClassName
{
color: #2ACF54;
}
</style>
background-color css
<style>
a { background-color: #2ACF54; }
a { background-color: rgb(42,207,84); }
div.DivClassName
{
background-color: #2ACF54;
}
.BgClassName
{
background-color: #2ACF54;
}
</style>
border-color css
<style>
span { border-color: #2ACF54; }
span { border-color: rgb(42,207,84); }
td.TdClassName
{
border-color: #2ACF54;
}
.TagClassName
{
border-color: #2ACF54;
}
</style>