Shades of Malachite #2AF060
Tints of Malachite #2AF060
RGB
CMYK
RGB Variations
Color information
#2AF060 (or 0x2AF060) is known color: Malachite. HEX triplet: 2A, F0 and 60. RGB value is (42,240,96). Sum of RGB (Red+Green+Blue) = 42+240+96=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF060 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF060 is #D50F9F. Grayscale: #A4A4A4. Windows color (decimal): -13963168 or 6352938. OLE color: 6352938.
HSL color Cylindrical-coordinate representation of color #2AF060: hue angle of 136.36º degrees, saturation: 0.87, 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 #2AF060 is Cyan = 0.82, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 96 | - |
| CMYK | 0.82 | 0 | 0.6 | 0.06 |
| HSL | 136.36º | 0.87% | 0.55% | - |
| HSV(B) | 136.36º | 0.83% | 0.94% | - |
| XYZ | 34.23 | 63.66 | 21.55 | - |
| YUV | 164.38 | 89.4 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 96 | 0.82 | 0 | 0.6 | 0.06 | 136.36 | 0.87 | 0.55 |
| Hex | 2A | F0 | 60 | 52 | 0 | 3C | 6 | 88 | 57 | 37 |
| Octal | 52 | 360 | 140 | 122 | 0 | 74 | 6 | 210 | 127 | 67 |
| Binary | 101010 | 11110000 | 1100000 | 1010010 | 0 | 111100 | 110 | 10001000 | 1010111 | 110111 |
Color Harmonies of #2AF060
Complementary color
Monochromatic Colors of #2AF060
Black with #2AF060
Text Example
Text Example
White with #2AF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF060; }
p { color: rgb(42,240,96); }
H1.HeaderClassName
{
color: #2AF060;
}
.AnyTagClassName
{
color: #2AF060;
}
</style>
background-color css
<style>
a { background-color: #2AF060; }
a { background-color: rgb(42,240,96); }
div.DivClassName
{
background-color: #2AF060;
}
.BgClassName
{
background-color: #2AF060;
}
</style>
border-color css
<style>
span { border-color: #2AF060; }
span { border-color: rgb(42,240,96); }
td.TdClassName
{
border-color: #2AF060;
}
.TagClassName
{
border-color: #2AF060;
}
</style>