Shades of Malachite #2AF653
Tints of Malachite #2AF653
RGB
CMYK
RGB Variations
Color information
#2AF653 (or 0x2AF653) is known color: Malachite. HEX triplet: 2A, F6 and 53. RGB value is (42,246,83). Sum of RGB (Red+Green+Blue) = 42+246+83=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF653 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF653 is #D509AC. Grayscale: #A6A6A6. Windows color (decimal): -13961645 or 5502506. OLE color: 5502506.
HSL color Cylindrical-coordinate representation of color #2AF653: hue angle of 132.06º 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 #2AF653 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 83 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.04 |
| HSL | 132.06º | 0.92% | 0.56% | - |
| HSV(B) | 132.06º | 0.83% | 0.96% | - |
| XYZ | 35.47 | 67.03 | 19.25 | - |
| YUV | 166.42 | 80.91 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 83 | 0.83 | 0 | 0.66 | 0.04 | 132.06 | 0.92 | 0.56 |
| Hex | 2A | F6 | 53 | 53 | 0 | 42 | 4 | 84 | 5C | 38 |
| Octal | 52 | 366 | 123 | 123 | 0 | 102 | 4 | 204 | 134 | 70 |
| Binary | 101010 | 11110110 | 1010011 | 1010011 | 0 | 1000010 | 100 | 10000100 | 1011100 | 111000 |
Color Harmonies of #2AF653
Complementary color
Monochromatic Colors of #2AF653
Black with #2AF653
Text Example
Text Example
White with #2AF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF653; }
p { color: rgb(42,246,83); }
H1.HeaderClassName
{
color: #2AF653;
}
.AnyTagClassName
{
color: #2AF653;
}
</style>
background-color css
<style>
a { background-color: #2AF653; }
a { background-color: rgb(42,246,83); }
div.DivClassName
{
background-color: #2AF653;
}
.BgClassName
{
background-color: #2AF653;
}
</style>
border-color css
<style>
span { border-color: #2AF653; }
span { border-color: rgb(42,246,83); }
td.TdClassName
{
border-color: #2AF653;
}
.TagClassName
{
border-color: #2AF653;
}
</style>