Shades of Malachite #2AEC6C
Tints of Malachite #2AEC6C
RGB
CMYK
RGB Variations
Color information
#2AEC6C (or 0x2AEC6C) is known color: Malachite. HEX triplet: 2A, EC and 6C. RGB value is (42,236,108). Sum of RGB (Red+Green+Blue) = 42+236+108=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEC6C is #D51393. Grayscale: #A3A3A3. Windows color (decimal): -13964180 or 7138346. OLE color: 7138346.
HSL color Cylindrical-coordinate representation of color #2AEC6C: hue angle of 140.41º 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 #2AEC6C is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 108 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.07 |
| HSL | 140.41º | 0.84% | 0.55% | - |
| HSV(B) | 140.41º | 0.82% | 0.93% | - |
| XYZ | 33.66 | 61.57 | 24.3 | - |
| YUV | 163.4 | 96.73 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 108 | 0.82 | 0 | 0.54 | 0.07 | 140.41 | 0.84 | 0.55 |
| Hex | 2A | EC | 6C | 52 | 0 | 36 | 7 | 8C | 54 | 37 |
| Octal | 52 | 354 | 154 | 122 | 0 | 66 | 7 | 214 | 124 | 67 |
| Binary | 101010 | 11101100 | 1101100 | 1010010 | 0 | 110110 | 111 | 10001100 | 1010100 | 110111 |
Color Harmonies of #2AEC6C
Complementary color
Monochromatic Colors of #2AEC6C
Black with #2AEC6C
Text Example
Text Example
White with #2AEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC6C; }
p { color: rgb(42,236,108); }
H1.HeaderClassName
{
color: #2AEC6C;
}
.AnyTagClassName
{
color: #2AEC6C;
}
</style>
background-color css
<style>
a { background-color: #2AEC6C; }
a { background-color: rgb(42,236,108); }
div.DivClassName
{
background-color: #2AEC6C;
}
.BgClassName
{
background-color: #2AEC6C;
}
</style>
border-color css
<style>
span { border-color: #2AEC6C; }
span { border-color: rgb(42,236,108); }
td.TdClassName
{
border-color: #2AEC6C;
}
.TagClassName
{
border-color: #2AEC6C;
}
</style>