Shades of Malachite #2AF46A
Tints of Malachite #2AF46A
RGB
CMYK
RGB Variations
Color information
#2AF46A (or 0x2AF46A) is known color: Malachite. HEX triplet: 2A, F4 and 6A. RGB value is (42,244,106). Sum of RGB (Red+Green+Blue) = 42+244+106=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 244 (95.70% from 255 or 62.24% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF46A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF46A is #D50B95. Grayscale: #A8A8A8. Windows color (decimal): -13962134 or 7009322. OLE color: 7009322.
HSL color Cylindrical-coordinate representation of color #2AF46A: hue angle of 139.01º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF46A is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 106 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.04 |
| HSL | 139.01º | 0.9% | 0.56% | - |
| HSV(B) | 139.01º | 0.83% | 0.96% | - |
| XYZ | 35.91 | 66.23 | 24.53 | - |
| YUV | 167.87 | 93.08 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 106 | 0.83 | 0 | 0.57 | 0.04 | 139.01 | 0.9 | 0.56 |
| Hex | 2A | F4 | 6A | 53 | 0 | 39 | 4 | 8B | 5A | 38 |
| Octal | 52 | 364 | 152 | 123 | 0 | 71 | 4 | 213 | 132 | 70 |
| Binary | 101010 | 11110100 | 1101010 | 1010011 | 0 | 111001 | 100 | 10001011 | 1011010 | 111000 |
Color Harmonies of #2AF46A
Complementary color
Monochromatic Colors of #2AF46A
Black with #2AF46A
Text Example
Text Example
White with #2AF46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF46A; }
p { color: rgb(42,244,106); }
H1.HeaderClassName
{
color: #2AF46A;
}
.AnyTagClassName
{
color: #2AF46A;
}
</style>
background-color css
<style>
a { background-color: #2AF46A; }
a { background-color: rgb(42,244,106); }
div.DivClassName
{
background-color: #2AF46A;
}
.BgClassName
{
background-color: #2AF46A;
}
</style>
border-color css
<style>
span { border-color: #2AF46A; }
span { border-color: rgb(42,244,106); }
td.TdClassName
{
border-color: #2AF46A;
}
.TagClassName
{
border-color: #2AF46A;
}
</style>