Shades of Malachite #2AEF68
Tints of Malachite #2AEF68
RGB
CMYK
RGB Variations
Color information
#2AEF68 (or 0x2AEF68) is known color: Malachite. HEX triplet: 2A, EF and 68. RGB value is (42,239,104). Sum of RGB (Red+Green+Blue) = 42+239+104=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEF68 is #D51097. Grayscale: #A5A5A5. Windows color (decimal): -13963416 or 6876970. OLE color: 6876970.
HSL color Cylindrical-coordinate representation of color #2AEF68: hue angle of 138.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEF68 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 104 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.06 |
| HSL | 138.88º | 0.86% | 0.55% | - |
| HSV(B) | 138.88º | 0.82% | 0.94% | - |
| XYZ | 34.32 | 63.22 | 23.49 | - |
| YUV | 164.71 | 93.73 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 104 | 0.82 | 0 | 0.56 | 0.06 | 138.88 | 0.86 | 0.55 |
| Hex | 2A | EF | 68 | 52 | 0 | 38 | 6 | 8B | 56 | 37 |
| Octal | 52 | 357 | 150 | 122 | 0 | 70 | 6 | 213 | 126 | 67 |
| Binary | 101010 | 11101111 | 1101000 | 1010010 | 0 | 111000 | 110 | 10001011 | 1010110 | 110111 |
Color Harmonies of #2AEF68
Complementary color
Monochromatic Colors of #2AEF68
Black with #2AEF68
Text Example
Text Example
White with #2AEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF68; }
p { color: rgb(42,239,104); }
H1.HeaderClassName
{
color: #2AEF68;
}
.AnyTagClassName
{
color: #2AEF68;
}
</style>
background-color css
<style>
a { background-color: #2AEF68; }
a { background-color: rgb(42,239,104); }
div.DivClassName
{
background-color: #2AEF68;
}
.BgClassName
{
background-color: #2AEF68;
}
</style>
border-color css
<style>
span { border-color: #2AEF68; }
span { border-color: rgb(42,239,104); }
td.TdClassName
{
border-color: #2AEF68;
}
.TagClassName
{
border-color: #2AEF68;
}
</style>