Shades of Malachite #2AEA68
Tints of Malachite #2AEA68
RGB
CMYK
RGB Variations
Color information
#2AEA68 (or 0x2AEA68) is known color: Malachite. HEX triplet: 2A, EA and 68. RGB value is (42,234,104). Sum of RGB (Red+Green+Blue) = 42+234+104=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA68 is #D51597. Grayscale: #A2A2A2. Windows color (decimal): -13964696 or 6875690. OLE color: 6875690.
HSL color Cylindrical-coordinate representation of color #2AEA68: hue angle of 139.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA68 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 104 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.08 |
| HSL | 139.38º | 0.82% | 0.54% | - |
| HSV(B) | 139.38º | 0.82% | 0.92% | - |
| XYZ | 32.88 | 60.34 | 23.01 | - |
| YUV | 161.77 | 95.39 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 104 | 0.82 | 0 | 0.56 | 0.08 | 139.38 | 0.82 | 0.54 |
| Hex | 2A | EA | 68 | 52 | 0 | 38 | 8 | 8B | 52 | 36 |
| Octal | 52 | 352 | 150 | 122 | 0 | 70 | 10 | 213 | 122 | 66 |
| Binary | 101010 | 11101010 | 1101000 | 1010010 | 0 | 111000 | 1000 | 10001011 | 1010010 | 110110 |
Color Harmonies of #2AEA68
Complementary color
Monochromatic Colors of #2AEA68
Black with #2AEA68
Text Example
Text Example
White with #2AEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA68; }
p { color: rgb(42,234,104); }
H1.HeaderClassName
{
color: #2AEA68;
}
.AnyTagClassName
{
color: #2AEA68;
}
</style>
background-color css
<style>
a { background-color: #2AEA68; }
a { background-color: rgb(42,234,104); }
div.DivClassName
{
background-color: #2AEA68;
}
.BgClassName
{
background-color: #2AEA68;
}
</style>
border-color css
<style>
span { border-color: #2AEA68; }
span { border-color: rgb(42,234,104); }
td.TdClassName
{
border-color: #2AEA68;
}
.TagClassName
{
border-color: #2AEA68;
}
</style>