Shades of Malachite #2AF646
Tints of Malachite #2AF646
RGB
CMYK
RGB Variations
Color information
#2AF646 (or 0x2AF646) is known color: Malachite. HEX triplet: 2A, F6 and 46. RGB value is (42,246,70). Sum of RGB (Red+Green+Blue) = 42+246+70=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 246 (96.48% from 255 or 68.72% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF646 is #D509B9. Grayscale: #A5A5A5. Windows color (decimal): -13961658 or 4650538. OLE color: 4650538.
HSL color Cylindrical-coordinate representation of color #2AF646: hue angle of 128.24º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF646 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 70 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.04 |
| HSL | 128.24º | 0.92% | 0.56% | - |
| HSV(B) | 128.24º | 0.83% | 0.96% | - |
| XYZ | 35.02 | 66.85 | 16.85 | - |
| YUV | 164.94 | 74.41 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 70 | 0.83 | 0 | 0.72 | 0.04 | 128.24 | 0.92 | 0.56 |
| Hex | 2A | F6 | 46 | 53 | 0 | 48 | 4 | 80 | 5C | 38 |
| Octal | 52 | 366 | 106 | 123 | 0 | 110 | 4 | 200 | 134 | 70 |
| Binary | 101010 | 11110110 | 1000110 | 1010011 | 0 | 1001000 | 100 | 10000000 | 1011100 | 111000 |
Color Harmonies of #2AF646
Complementary color
Monochromatic Colors of #2AF646
Black with #2AF646
Text Example
Text Example
White with #2AF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF646; }
p { color: rgb(42,246,70); }
H1.HeaderClassName
{
color: #2AF646;
}
.AnyTagClassName
{
color: #2AF646;
}
</style>
background-color css
<style>
a { background-color: #2AF646; }
a { background-color: rgb(42,246,70); }
div.DivClassName
{
background-color: #2AF646;
}
.BgClassName
{
background-color: #2AF646;
}
</style>
border-color css
<style>
span { border-color: #2AF646; }
span { border-color: rgb(42,246,70); }
td.TdClassName
{
border-color: #2AF646;
}
.TagClassName
{
border-color: #2AF646;
}
</style>