Shades of Malachite #2AF560
Tints of Malachite #2AF560
RGB
CMYK
RGB Variations
Color information
#2AF560 (or 0x2AF560) is known color: Malachite. HEX triplet: 2A, F5 and 60. RGB value is (42,245,96). Sum of RGB (Red+Green+Blue) = 42+245+96=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF560 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF560 is #D50A9F. Grayscale: #A7A7A7. Windows color (decimal): -13961888 or 6354218. OLE color: 6354218.
HSL color Cylindrical-coordinate representation of color #2AF560: hue angle of 135.96º degrees, saturation: 0.91, 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 #2AF560 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 96 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.04 |
| HSL | 135.96º | 0.91% | 0.56% | - |
| HSV(B) | 135.96º | 0.83% | 0.96% | - |
| XYZ | 35.72 | 66.64 | 22.05 | - |
| YUV | 167.32 | 87.75 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 96 | 0.83 | 0 | 0.61 | 0.04 | 135.96 | 0.91 | 0.56 |
| Hex | 2A | F5 | 60 | 53 | 0 | 3D | 4 | 88 | 5B | 38 |
| Octal | 52 | 365 | 140 | 123 | 0 | 75 | 4 | 210 | 133 | 70 |
| Binary | 101010 | 11110101 | 1100000 | 1010011 | 0 | 111101 | 100 | 10001000 | 1011011 | 111000 |
Color Harmonies of #2AF560
Complementary color
Monochromatic Colors of #2AF560
Black with #2AF560
Text Example
Text Example
White with #2AF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF560; }
p { color: rgb(42,245,96); }
H1.HeaderClassName
{
color: #2AF560;
}
.AnyTagClassName
{
color: #2AF560;
}
</style>
background-color css
<style>
a { background-color: #2AF560; }
a { background-color: rgb(42,245,96); }
div.DivClassName
{
background-color: #2AF560;
}
.BgClassName
{
background-color: #2AF560;
}
</style>
border-color css
<style>
span { border-color: #2AF560; }
span { border-color: rgb(42,245,96); }
td.TdClassName
{
border-color: #2AF560;
}
.TagClassName
{
border-color: #2AF560;
}
</style>