Shades of Malachite #2AF147
Tints of Malachite #2AF147
RGB
CMYK
RGB Variations
Color information
#2AF147 (or 0x2AF147) is known color: Malachite. HEX triplet: 2A, F1 and 47. RGB value is (42,241,71). Sum of RGB (Red+Green+Blue) = 42+241+71=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF147 is #D50EB8. Grayscale: #A2A2A2. Windows color (decimal): -13962937 or 4714794. OLE color: 4714794.
HSL color Cylindrical-coordinate representation of color #2AF147: hue angle of 128.74º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF147 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 71 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.05 |
| HSL | 128.74º | 0.88% | 0.55% | - |
| HSV(B) | 128.74º | 0.83% | 0.95% | - |
| XYZ | 33.55 | 63.86 | 16.52 | - |
| YUV | 162.12 | 76.57 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 71 | 0.83 | 0 | 0.71 | 0.05 | 128.74 | 0.88 | 0.55 |
| Hex | 2A | F1 | 47 | 53 | 0 | 47 | 5 | 81 | 58 | 37 |
| Octal | 52 | 361 | 107 | 123 | 0 | 107 | 5 | 201 | 130 | 67 |
| Binary | 101010 | 11110001 | 1000111 | 1010011 | 0 | 1000111 | 101 | 10000001 | 1011000 | 110111 |
Color Harmonies of #2AF147
Complementary color
Monochromatic Colors of #2AF147
Black with #2AF147
Text Example
Text Example
White with #2AF147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF147; }
p { color: rgb(42,241,71); }
H1.HeaderClassName
{
color: #2AF147;
}
.AnyTagClassName
{
color: #2AF147;
}
</style>
background-color css
<style>
a { background-color: #2AF147; }
a { background-color: rgb(42,241,71); }
div.DivClassName
{
background-color: #2AF147;
}
.BgClassName
{
background-color: #2AF147;
}
</style>
border-color css
<style>
span { border-color: #2AF147; }
span { border-color: rgb(42,241,71); }
td.TdClassName
{
border-color: #2AF147;
}
.TagClassName
{
border-color: #2AF147;
}
</style>