Shades of Malachite #2AF85E
Tints of Malachite #2AF85E
RGB
CMYK
RGB Variations
Color information
#2AF85E (or 0x2AF85E) is known color: Malachite. HEX triplet: 2A, F8 and 5E. RGB value is (42,248,94). Sum of RGB (Red+Green+Blue) = 42+248+94=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF85E is #D507A1. Grayscale: #A9A9A9. Windows color (decimal): -13961122 or 6223914. OLE color: 6223914.
HSL color Cylindrical-coordinate representation of color #2AF85E: hue angle of 135.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF85E is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 94 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.03 |
| HSL | 135.15º | 0.94% | 0.57% | - |
| HSV(B) | 135.15º | 0.83% | 0.97% | - |
| XYZ | 36.54 | 68.44 | 21.87 | - |
| YUV | 168.85 | 85.75 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 94 | 0.83 | 0 | 0.62 | 0.03 | 135.15 | 0.94 | 0.57 |
| Hex | 2A | F8 | 5E | 53 | 0 | 3E | 3 | 87 | 5E | 39 |
| Octal | 52 | 370 | 136 | 123 | 0 | 76 | 3 | 207 | 136 | 71 |
| Binary | 101010 | 11111000 | 1011110 | 1010011 | 0 | 111110 | 11 | 10000111 | 1011110 | 111001 |
Color Harmonies of #2AF85E
Complementary color
Monochromatic Colors of #2AF85E
Black with #2AF85E
Text Example
Text Example
White with #2AF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF85E; }
p { color: rgb(42,248,94); }
H1.HeaderClassName
{
color: #2AF85E;
}
.AnyTagClassName
{
color: #2AF85E;
}
</style>
background-color css
<style>
a { background-color: #2AF85E; }
a { background-color: rgb(42,248,94); }
div.DivClassName
{
background-color: #2AF85E;
}
.BgClassName
{
background-color: #2AF85E;
}
</style>
border-color css
<style>
span { border-color: #2AF85E; }
span { border-color: rgb(42,248,94); }
td.TdClassName
{
border-color: #2AF85E;
}
.TagClassName
{
border-color: #2AF85E;
}
</style>