Shades of Malachite #2AEC63
Tints of Malachite #2AEC63
RGB
CMYK
RGB Variations
Color information
#2AEC63 (or 0x2AEC63) is known color: Malachite. HEX triplet: 2A, EC and 63. RGB value is (42,236,99). Sum of RGB (Red+Green+Blue) = 42+236+99=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEC63 is #D5139C. Grayscale: #A2A2A2. Windows color (decimal): -13964189 or 6548522. OLE color: 6548522.
HSL color Cylindrical-coordinate representation of color #2AEC63: hue angle of 137.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC63 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 99 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.07 |
| HSL | 137.63º | 0.84% | 0.55% | - |
| HSV(B) | 137.63º | 0.82% | 0.93% | - |
| XYZ | 33.2 | 61.38 | 21.9 | - |
| YUV | 162.38 | 92.23 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 99 | 0.82 | 0 | 0.58 | 0.07 | 137.63 | 0.84 | 0.55 |
| Hex | 2A | EC | 63 | 52 | 0 | 3A | 7 | 8A | 54 | 37 |
| Octal | 52 | 354 | 143 | 122 | 0 | 72 | 7 | 212 | 124 | 67 |
| Binary | 101010 | 11101100 | 1100011 | 1010010 | 0 | 111010 | 111 | 10001010 | 1010100 | 110111 |
Color Harmonies of #2AEC63
Complementary color
Monochromatic Colors of #2AEC63
Black with #2AEC63
Text Example
Text Example
White with #2AEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC63; }
p { color: rgb(42,236,99); }
H1.HeaderClassName
{
color: #2AEC63;
}
.AnyTagClassName
{
color: #2AEC63;
}
</style>
background-color css
<style>
a { background-color: #2AEC63; }
a { background-color: rgb(42,236,99); }
div.DivClassName
{
background-color: #2AEC63;
}
.BgClassName
{
background-color: #2AEC63;
}
</style>
border-color css
<style>
span { border-color: #2AEC63; }
span { border-color: rgb(42,236,99); }
td.TdClassName
{
border-color: #2AEC63;
}
.TagClassName
{
border-color: #2AEC63;
}
</style>