Shades of Malachite #2AF65F
Tints of Malachite #2AF65F
RGB
CMYK
RGB Variations
Color information
#2AF65F (or 0x2AF65F) is known color: Malachite. HEX triplet: 2A, F6 and 5F. RGB value is (42,246,95). Sum of RGB (Red+Green+Blue) = 42+246+95=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 246 (96.48% from 255 or 64.23% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF65F is #D509A0. Grayscale: #A8A8A8. Windows color (decimal): -13961633 or 6288938. OLE color: 6288938.
HSL color Cylindrical-coordinate representation of color #2AF65F: hue angle of 135.59º 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 #2AF65F is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 95 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.04 |
| HSL | 135.59º | 0.92% | 0.56% | - |
| HSV(B) | 135.59º | 0.83% | 0.96% | - |
| XYZ | 35.98 | 67.23 | 21.91 | - |
| YUV | 167.79 | 86.91 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 95 | 0.83 | 0 | 0.61 | 0.04 | 135.59 | 0.92 | 0.56 |
| Hex | 2A | F6 | 5F | 53 | 0 | 3D | 4 | 88 | 5C | 38 |
| Octal | 52 | 366 | 137 | 123 | 0 | 75 | 4 | 210 | 134 | 70 |
| Binary | 101010 | 11110110 | 1011111 | 1010011 | 0 | 111101 | 100 | 10001000 | 1011100 | 111000 |
Color Harmonies of #2AF65F
Complementary color
Monochromatic Colors of #2AF65F
Black with #2AF65F
Text Example
Text Example
White with #2AF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF65F; }
p { color: rgb(42,246,95); }
H1.HeaderClassName
{
color: #2AF65F;
}
.AnyTagClassName
{
color: #2AF65F;
}
</style>
background-color css
<style>
a { background-color: #2AF65F; }
a { background-color: rgb(42,246,95); }
div.DivClassName
{
background-color: #2AF65F;
}
.BgClassName
{
background-color: #2AF65F;
}
</style>
border-color css
<style>
span { border-color: #2AF65F; }
span { border-color: rgb(42,246,95); }
td.TdClassName
{
border-color: #2AF65F;
}
.TagClassName
{
border-color: #2AF65F;
}
</style>