Shades of Malachite #2AF05B
Tints of Malachite #2AF05B
RGB
CMYK
RGB Variations
Color information
#2AF05B (or 0x2AF05B) is known color: Malachite. HEX triplet: 2A, F0 and 5B. RGB value is (42,240,91). Sum of RGB (Red+Green+Blue) = 42+240+91=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF05B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF05B is #D50FA4. Grayscale: #A4A4A4. Windows color (decimal): -13963173 or 6025258. OLE color: 6025258.
HSL color Cylindrical-coordinate representation of color #2AF05B: hue angle of 134.85º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF05B is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 91 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.06 |
| HSL | 134.85º | 0.87% | 0.55% | - |
| HSV(B) | 134.85º | 0.83% | 0.94% | - |
| XYZ | 34 | 63.57 | 20.38 | - |
| YUV | 163.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 91 | 0.82 | 0 | 0.62 | 0.06 | 134.85 | 0.87 | 0.55 |
| Hex | 2A | F0 | 5B | 52 | 0 | 3E | 6 | 87 | 57 | 37 |
| Octal | 52 | 360 | 133 | 122 | 0 | 76 | 6 | 207 | 127 | 67 |
| Binary | 101010 | 11110000 | 1011011 | 1010010 | 0 | 111110 | 110 | 10000111 | 1010111 | 110111 |
Color Harmonies of #2AF05B
Complementary color
Monochromatic Colors of #2AF05B
Black with #2AF05B
Text Example
Text Example
White with #2AF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF05B; }
p { color: rgb(42,240,91); }
H1.HeaderClassName
{
color: #2AF05B;
}
.AnyTagClassName
{
color: #2AF05B;
}
</style>
background-color css
<style>
a { background-color: #2AF05B; }
a { background-color: rgb(42,240,91); }
div.DivClassName
{
background-color: #2AF05B;
}
.BgClassName
{
background-color: #2AF05B;
}
</style>
border-color css
<style>
span { border-color: #2AF05B; }
span { border-color: rgb(42,240,91); }
td.TdClassName
{
border-color: #2AF05B;
}
.TagClassName
{
border-color: #2AF05B;
}
</style>