Shades of Malachite #2AE06B
Tints of Malachite #2AE06B
RGB
CMYK
RGB Variations
Color information
#2AE06B (or 0x2AE06B) is known color: Malachite. HEX triplet: 2A, E0 and 6B. RGB value is (42,224,107). Sum of RGB (Red+Green+Blue) = 42+224+107=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE06B is #D51F94. Grayscale: #9C9C9C. Windows color (decimal): -13967253 or 7069738. OLE color: 7069738.
HSL color Cylindrical-coordinate representation of color #2AE06B: hue angle of 141.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE06B is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 107 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.12 |
| HSL | 141.43º | 0.75% | 0.52% | - |
| HSV(B) | 141.43º | 0.81% | 0.88% | - |
| XYZ | 30.26 | 54.87 | 22.9 | - |
| YUV | 156.24 | 100.2 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 107 | 0.81 | 0 | 0.52 | 0.12 | 141.43 | 0.75 | 0.52 |
| Hex | 2A | E0 | 6B | 51 | 0 | 34 | C | 8D | 4B | 34 |
| Octal | 52 | 340 | 153 | 121 | 0 | 64 | 14 | 215 | 113 | 64 |
| Binary | 101010 | 11100000 | 1101011 | 1010001 | 0 | 110100 | 1100 | 10001101 | 1001011 | 110100 |
Color Harmonies of #2AE06B
Complementary color
Monochromatic Colors of #2AE06B
Black with #2AE06B
Text Example
Text Example
White with #2AE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE06B; }
p { color: rgb(42,224,107); }
H1.HeaderClassName
{
color: #2AE06B;
}
.AnyTagClassName
{
color: #2AE06B;
}
</style>
background-color css
<style>
a { background-color: #2AE06B; }
a { background-color: rgb(42,224,107); }
div.DivClassName
{
background-color: #2AE06B;
}
.BgClassName
{
background-color: #2AE06B;
}
</style>
border-color css
<style>
span { border-color: #2AE06B; }
span { border-color: rgb(42,224,107); }
td.TdClassName
{
border-color: #2AE06B;
}
.TagClassName
{
border-color: #2AE06B;
}
</style>