Shades of Malachite #2AF15B
Tints of Malachite #2AF15B
RGB
CMYK
RGB Variations
Color information
#2AF15B (or 0x2AF15B) is known color: Malachite. HEX triplet: 2A, F1 and 5B. RGB value is (42,241,91). Sum of RGB (Red+Green+Blue) = 42+241+91=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF15B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF15B is #D50EA4. Grayscale: #A4A4A4. Windows color (decimal): -13962917 or 6025514. OLE color: 6025514.
HSL color Cylindrical-coordinate representation of color #2AF15B: hue angle of 134.77º 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 #2AF15B is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 91 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.05 |
| HSL | 134.77º | 0.88% | 0.55% | - |
| HSV(B) | 134.77º | 0.83% | 0.95% | - |
| XYZ | 34.3 | 64.16 | 20.47 | - |
| YUV | 164.4 | 86.57 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 91 | 0.83 | 0 | 0.62 | 0.05 | 134.77 | 0.88 | 0.55 |
| Hex | 2A | F1 | 5B | 53 | 0 | 3E | 5 | 87 | 58 | 37 |
| Octal | 52 | 361 | 133 | 123 | 0 | 76 | 5 | 207 | 130 | 67 |
| Binary | 101010 | 11110001 | 1011011 | 1010011 | 0 | 111110 | 101 | 10000111 | 1011000 | 110111 |
Color Harmonies of #2AF15B
Complementary color
Monochromatic Colors of #2AF15B
Black with #2AF15B
Text Example
Text Example
White with #2AF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF15B; }
p { color: rgb(42,241,91); }
H1.HeaderClassName
{
color: #2AF15B;
}
.AnyTagClassName
{
color: #2AF15B;
}
</style>
background-color css
<style>
a { background-color: #2AF15B; }
a { background-color: rgb(42,241,91); }
div.DivClassName
{
background-color: #2AF15B;
}
.BgClassName
{
background-color: #2AF15B;
}
</style>
border-color css
<style>
span { border-color: #2AF15B; }
span { border-color: rgb(42,241,91); }
td.TdClassName
{
border-color: #2AF15B;
}
.TagClassName
{
border-color: #2AF15B;
}
</style>