Shades of Malachite #2AF846
Tints of Malachite #2AF846
RGB
CMYK
RGB Variations
Color information
#2AF846 (or 0x2AF846) is known color: Malachite. HEX triplet: 2A, F8 and 46. RGB value is (42,248,70). Sum of RGB (Red+Green+Blue) = 42+248+70=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF846 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF846 is #D507B9. Grayscale: #A6A6A6. Windows color (decimal): -13961146 or 4651050. OLE color: 4651050.
HSL color Cylindrical-coordinate representation of color #2AF846: hue angle of 128.16º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF846 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 70 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.03 |
| HSL | 128.16º | 0.94% | 0.57% | - |
| HSV(B) | 128.16º | 0.83% | 0.97% | - |
| XYZ | 35.63 | 68.07 | 17.06 | - |
| YUV | 166.11 | 73.75 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 70 | 0.83 | 0 | 0.72 | 0.03 | 128.16 | 0.94 | 0.57 |
| Hex | 2A | F8 | 46 | 53 | 0 | 48 | 3 | 80 | 5E | 39 |
| Octal | 52 | 370 | 106 | 123 | 0 | 110 | 3 | 200 | 136 | 71 |
| Binary | 101010 | 11111000 | 1000110 | 1010011 | 0 | 1001000 | 11 | 10000000 | 1011110 | 111001 |
Color Harmonies of #2AF846
Complementary color
Monochromatic Colors of #2AF846
Black with #2AF846
Text Example
Text Example
White with #2AF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF846; }
p { color: rgb(42,248,70); }
H1.HeaderClassName
{
color: #2AF846;
}
.AnyTagClassName
{
color: #2AF846;
}
</style>
background-color css
<style>
a { background-color: #2AF846; }
a { background-color: rgb(42,248,70); }
div.DivClassName
{
background-color: #2AF846;
}
.BgClassName
{
background-color: #2AF846;
}
</style>
border-color css
<style>
span { border-color: #2AF846; }
span { border-color: rgb(42,248,70); }
td.TdClassName
{
border-color: #2AF846;
}
.TagClassName
{
border-color: #2AF846;
}
</style>