Shades of Malachite #2AC851
Tints of Malachite #2AC851
RGB
CMYK
RGB Variations
Color information
#2AC851 (or 0x2AC851) is known color: Malachite. HEX triplet: 2A, C8 and 51. RGB value is (42,200,81). Sum of RGB (Red+Green+Blue) = 42+200+81=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC851 is #D537AE. Grayscale: #8B8B8B. Windows color (decimal): -13973423 or 5359658. OLE color: 5359658.
HSL color Cylindrical-coordinate representation of color #2AC851: hue angle of 134.81º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC851 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 81 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.22 |
| HSL | 134.81º | 0.65% | 0.47% | - |
| HSV(B) | 134.81º | 0.79% | 0.78% | - |
| XYZ | 23.09 | 42.39 | 14.75 | - |
| YUV | 139.19 | 95.15 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 81 | 0.79 | 0 | 0.59 | 0.22 | 134.81 | 0.65 | 0.47 |
| Hex | 2A | C8 | 51 | 4F | 0 | 3B | 16 | 87 | 41 | 2F |
| Octal | 52 | 310 | 121 | 117 | 0 | 73 | 26 | 207 | 101 | 57 |
| Binary | 101010 | 11001000 | 1010001 | 1001111 | 0 | 111011 | 10110 | 10000111 | 1000001 | 101111 |
Color Harmonies of #2AC851
Complementary color
Monochromatic Colors of #2AC851
Black with #2AC851
Text Example
Text Example
White with #2AC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC851; }
p { color: rgb(42,200,81); }
H1.HeaderClassName
{
color: #2AC851;
}
.AnyTagClassName
{
color: #2AC851;
}
</style>
background-color css
<style>
a { background-color: #2AC851; }
a { background-color: rgb(42,200,81); }
div.DivClassName
{
background-color: #2AC851;
}
.BgClassName
{
background-color: #2AC851;
}
</style>
border-color css
<style>
span { border-color: #2AC851; }
span { border-color: rgb(42,200,81); }
td.TdClassName
{
border-color: #2AC851;
}
.TagClassName
{
border-color: #2AC851;
}
</style>