Shades of Malachite #2AF15F
Tints of Malachite #2AF15F
RGB
CMYK
RGB Variations
Color information
#2AF15F (or 0x2AF15F) is known color: Malachite. HEX triplet: 2A, F1 and 5F. RGB value is (42,241,95). Sum of RGB (Red+Green+Blue) = 42+241+95=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF15F is #D50EA0. Grayscale: #A5A5A5. Windows color (decimal): -13962913 or 6287658. OLE color: 6287658.
HSL color Cylindrical-coordinate representation of color #2AF15F: hue angle of 135.98º 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 #2AF15F is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 95 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.05 |
| HSL | 135.98º | 0.88% | 0.55% | - |
| HSV(B) | 135.98º | 0.83% | 0.95% | - |
| XYZ | 34.48 | 64.23 | 21.41 | - |
| YUV | 164.86 | 88.57 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 95 | 0.83 | 0 | 0.61 | 0.05 | 135.98 | 0.88 | 0.55 |
| Hex | 2A | F1 | 5F | 53 | 0 | 3D | 5 | 88 | 58 | 37 |
| Octal | 52 | 361 | 137 | 123 | 0 | 75 | 5 | 210 | 130 | 67 |
| Binary | 101010 | 11110001 | 1011111 | 1010011 | 0 | 111101 | 101 | 10001000 | 1011000 | 110111 |
Color Harmonies of #2AF15F
Complementary color
Monochromatic Colors of #2AF15F
Black with #2AF15F
Text Example
Text Example
White with #2AF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF15F; }
p { color: rgb(42,241,95); }
H1.HeaderClassName
{
color: #2AF15F;
}
.AnyTagClassName
{
color: #2AF15F;
}
</style>
background-color css
<style>
a { background-color: #2AF15F; }
a { background-color: rgb(42,241,95); }
div.DivClassName
{
background-color: #2AF15F;
}
.BgClassName
{
background-color: #2AF15F;
}
</style>
border-color css
<style>
span { border-color: #2AF15F; }
span { border-color: rgb(42,241,95); }
td.TdClassName
{
border-color: #2AF15F;
}
.TagClassName
{
border-color: #2AF15F;
}
</style>