Shades of Malachite #2AF05A
Tints of Malachite #2AF05A
RGB
CMYK
RGB Variations
Color information
#2AF05A (or 0x2AF05A) is known color: Malachite. HEX triplet: 2A, F0 and 5A. RGB value is (42,240,90). Sum of RGB (Red+Green+Blue) = 42+240+90=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF05A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF05A is #D50FA5. Grayscale: #A4A4A4. Windows color (decimal): -13963174 or 5959722. OLE color: 5959722.
HSL color Cylindrical-coordinate representation of color #2AF05A: hue angle of 134.55º 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 #2AF05A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 90 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.06 |
| HSL | 134.55º | 0.87% | 0.55% | - |
| HSV(B) | 134.55º | 0.83% | 0.94% | - |
| XYZ | 33.96 | 63.55 | 20.15 | - |
| YUV | 163.7 | 86.4 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 90 | 0.82 | 0 | 0.62 | 0.06 | 134.55 | 0.87 | 0.55 |
| Hex | 2A | F0 | 5A | 52 | 0 | 3E | 6 | 87 | 57 | 37 |
| Octal | 52 | 360 | 132 | 122 | 0 | 76 | 6 | 207 | 127 | 67 |
| Binary | 101010 | 11110000 | 1011010 | 1010010 | 0 | 111110 | 110 | 10000111 | 1010111 | 110111 |
Color Harmonies of #2AF05A
Complementary color
Monochromatic Colors of #2AF05A
Black with #2AF05A
Text Example
Text Example
White with #2AF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF05A; }
p { color: rgb(42,240,90); }
H1.HeaderClassName
{
color: #2AF05A;
}
.AnyTagClassName
{
color: #2AF05A;
}
</style>
background-color css
<style>
a { background-color: #2AF05A; }
a { background-color: rgb(42,240,90); }
div.DivClassName
{
background-color: #2AF05A;
}
.BgClassName
{
background-color: #2AF05A;
}
</style>
border-color css
<style>
span { border-color: #2AF05A; }
span { border-color: rgb(42,240,90); }
td.TdClassName
{
border-color: #2AF05A;
}
.TagClassName
{
border-color: #2AF05A;
}
</style>