Shades of Malachite #2AE963
Tints of Malachite #2AE963
RGB
CMYK
RGB Variations
Color information
#2AE963 (or 0x2AE963) is known color: Malachite. HEX triplet: 2A, E9 and 63. RGB value is (42,233,99). Sum of RGB (Red+Green+Blue) = 42+233+99=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE963 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE963 is #D5169C. Grayscale: #A0A0A0. Windows color (decimal): -13964957 or 6547754. OLE color: 6547754.
HSL color Cylindrical-coordinate representation of color #2AE963: hue angle of 137.91º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE963 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 233 | 99 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.09 |
| HSL | 137.91º | 0.81% | 0.54% | - |
| HSV(B) | 137.91º | 0.82% | 0.91% | - |
| XYZ | 32.35 | 59.67 | 21.62 | - |
| YUV | 160.62 | 93.22 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 233 | 99 | 0.82 | 0 | 0.58 | 0.09 | 137.91 | 0.81 | 0.54 |
| Hex | 2A | E9 | 63 | 52 | 0 | 3A | 9 | 8A | 51 | 36 |
| Octal | 52 | 351 | 143 | 122 | 0 | 72 | 11 | 212 | 121 | 66 |
| Binary | 101010 | 11101001 | 1100011 | 1010010 | 0 | 111010 | 1001 | 10001010 | 1010001 | 110110 |
Color Harmonies of #2AE963
Complementary color
Monochromatic Colors of #2AE963
Black with #2AE963
Text Example
Text Example
White with #2AE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE963; }
p { color: rgb(42,233,99); }
H1.HeaderClassName
{
color: #2AE963;
}
.AnyTagClassName
{
color: #2AE963;
}
</style>
background-color css
<style>
a { background-color: #2AE963; }
a { background-color: rgb(42,233,99); }
div.DivClassName
{
background-color: #2AE963;
}
.BgClassName
{
background-color: #2AE963;
}
</style>
border-color css
<style>
span { border-color: #2AE963; }
span { border-color: rgb(42,233,99); }
td.TdClassName
{
border-color: #2AE963;
}
.TagClassName
{
border-color: #2AE963;
}
</style>