Shades of Malachite #2AE673
Tints of Malachite #2AE673
RGB
CMYK
RGB Variations
Color information
#2AE673 (or 0x2AE673) is known color: Malachite. HEX triplet: 2A, E6 and 73. RGB value is (42,230,115). Sum of RGB (Red+Green+Blue) = 42+230+115=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 230 (90.23% from 255 or 59.43% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE673 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE673 is #D5198C. Grayscale: #A0A0A0. Windows color (decimal): -13965709 or 7595562. OLE color: 7595562.
HSL color Cylindrical-coordinate representation of color #2AE673: hue angle of 143.3º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE673 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 115 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.10 |
| HSL | 143.3º | 0.79% | 0.53% | - |
| HSV(B) | 143.3º | 0.82% | 0.9% | - |
| XYZ | 32.35 | 58.32 | 25.77 | - |
| YUV | 160.68 | 102.22 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 115 | 0.82 | 0 | 0.5 | 0.10 | 143.3 | 0.79 | 0.53 |
| Hex | 2A | E6 | 73 | 52 | 0 | 32 | A | 8F | 4F | 35 |
| Octal | 52 | 346 | 163 | 122 | 0 | 62 | 12 | 217 | 117 | 65 |
| Binary | 101010 | 11100110 | 1110011 | 1010010 | 0 | 110010 | 1010 | 10001111 | 1001111 | 110101 |
Color Harmonies of #2AE673
Complementary color
Monochromatic Colors of #2AE673
Black with #2AE673
Text Example
Text Example
White with #2AE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE673; }
p { color: rgb(42,230,115); }
H1.HeaderClassName
{
color: #2AE673;
}
.AnyTagClassName
{
color: #2AE673;
}
</style>
background-color css
<style>
a { background-color: #2AE673; }
a { background-color: rgb(42,230,115); }
div.DivClassName
{
background-color: #2AE673;
}
.BgClassName
{
background-color: #2AE673;
}
</style>
border-color css
<style>
span { border-color: #2AE673; }
span { border-color: rgb(42,230,115); }
td.TdClassName
{
border-color: #2AE673;
}
.TagClassName
{
border-color: #2AE673;
}
</style>