Shades of Malachite #2AF465
Tints of Malachite #2AF465
RGB
CMYK
RGB Variations
Color information
#2AF465 (or 0x2AF465) is known color: Malachite. HEX triplet: 2A, F4 and 65. RGB value is (42,244,101). Sum of RGB (Red+Green+Blue) = 42+244+101=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF465 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF465 is #D50B9A. Grayscale: #A7A7A7. Windows color (decimal): -13962139 or 6681642. OLE color: 6681642.
HSL color Cylindrical-coordinate representation of color #2AF465: hue angle of 137.52º degrees, saturation: 0.9, 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 #2AF465 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 101 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.04 |
| HSL | 137.52º | 0.9% | 0.56% | - |
| HSV(B) | 137.52º | 0.83% | 0.96% | - |
| XYZ | 35.65 | 66.13 | 23.2 | - |
| YUV | 167.3 | 90.58 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 101 | 0.83 | 0 | 0.59 | 0.04 | 137.52 | 0.9 | 0.56 |
| Hex | 2A | F4 | 65 | 53 | 0 | 3B | 4 | 8A | 5A | 38 |
| Octal | 52 | 364 | 145 | 123 | 0 | 73 | 4 | 212 | 132 | 70 |
| Binary | 101010 | 11110100 | 1100101 | 1010011 | 0 | 111011 | 100 | 10001010 | 1011010 | 111000 |
Color Harmonies of #2AF465
Complementary color
Monochromatic Colors of #2AF465
Black with #2AF465
Text Example
Text Example
White with #2AF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF465; }
p { color: rgb(42,244,101); }
H1.HeaderClassName
{
color: #2AF465;
}
.AnyTagClassName
{
color: #2AF465;
}
</style>
background-color css
<style>
a { background-color: #2AF465; }
a { background-color: rgb(42,244,101); }
div.DivClassName
{
background-color: #2AF465;
}
.BgClassName
{
background-color: #2AF465;
}
</style>
border-color css
<style>
span { border-color: #2AF465; }
span { border-color: rgb(42,244,101); }
td.TdClassName
{
border-color: #2AF465;
}
.TagClassName
{
border-color: #2AF465;
}
</style>