Shades of Malachite #2AF95E
Tints of Malachite #2AF95E
RGB
CMYK
RGB Variations
Color information
#2AF95E (or 0x2AF95E) is known color: Malachite. HEX triplet: 2A, F9 and 5E. RGB value is (42,249,94). Sum of RGB (Red+Green+Blue) = 42+249+94=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF95E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF95E is #D506A1. Grayscale: #A9A9A9. Windows color (decimal): -13960866 or 6224170. OLE color: 6224170.
HSL color Cylindrical-coordinate representation of color #2AF95E: hue angle of 135.07º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF95E is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 94 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.02 |
| HSL | 135.07º | 0.95% | 0.57% | - |
| HSV(B) | 135.07º | 0.83% | 0.98% | - |
| XYZ | 36.85 | 69.05 | 21.98 | - |
| YUV | 169.44 | 85.42 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 94 | 0.83 | 0 | 0.62 | 0.02 | 135.07 | 0.95 | 0.57 |
| Hex | 2A | F9 | 5E | 53 | 0 | 3E | 2 | 87 | 5F | 39 |
| Octal | 52 | 371 | 136 | 123 | 0 | 76 | 2 | 207 | 137 | 71 |
| Binary | 101010 | 11111001 | 1011110 | 1010011 | 0 | 111110 | 10 | 10000111 | 1011111 | 111001 |
Color Harmonies of #2AF95E
Complementary color
Monochromatic Colors of #2AF95E
Black with #2AF95E
Text Example
Text Example
White with #2AF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF95E; }
p { color: rgb(42,249,94); }
H1.HeaderClassName
{
color: #2AF95E;
}
.AnyTagClassName
{
color: #2AF95E;
}
</style>
background-color css
<style>
a { background-color: #2AF95E; }
a { background-color: rgb(42,249,94); }
div.DivClassName
{
background-color: #2AF95E;
}
.BgClassName
{
background-color: #2AF95E;
}
</style>
border-color css
<style>
span { border-color: #2AF95E; }
span { border-color: rgb(42,249,94); }
td.TdClassName
{
border-color: #2AF95E;
}
.TagClassName
{
border-color: #2AF95E;
}
</style>