Shades of Malachite #2AF357
Tints of Malachite #2AF357
RGB
CMYK
RGB Variations
Color information
#2AF357 (or 0x2AF357) is known color: Malachite. HEX triplet: 2A, F3 and 57. RGB value is (42,243,87). Sum of RGB (Red+Green+Blue) = 42+243+87=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF357 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF357 is #D50CA8. Grayscale: #A5A5A5. Windows color (decimal): -13962409 or 5763882. OLE color: 5763882.
HSL color Cylindrical-coordinate representation of color #2AF357: hue angle of 133.43º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF357 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 87 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.05 |
| HSL | 133.43º | 0.89% | 0.56% | - |
| HSV(B) | 133.43º | 0.83% | 0.95% | - |
| XYZ | 34.73 | 65.28 | 19.79 | - |
| YUV | 165.12 | 83.91 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 87 | 0.83 | 0 | 0.64 | 0.05 | 133.43 | 0.89 | 0.56 |
| Hex | 2A | F3 | 57 | 53 | 0 | 40 | 5 | 85 | 59 | 38 |
| Octal | 52 | 363 | 127 | 123 | 0 | 100 | 5 | 205 | 131 | 70 |
| Binary | 101010 | 11110011 | 1010111 | 1010011 | 0 | 1000000 | 101 | 10000101 | 1011001 | 111000 |
Color Harmonies of #2AF357
Complementary color
Monochromatic Colors of #2AF357
Black with #2AF357
Text Example
Text Example
White with #2AF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF357; }
p { color: rgb(42,243,87); }
H1.HeaderClassName
{
color: #2AF357;
}
.AnyTagClassName
{
color: #2AF357;
}
</style>
background-color css
<style>
a { background-color: #2AF357; }
a { background-color: rgb(42,243,87); }
div.DivClassName
{
background-color: #2AF357;
}
.BgClassName
{
background-color: #2AF357;
}
</style>
border-color css
<style>
span { border-color: #2AF357; }
span { border-color: rgb(42,243,87); }
td.TdClassName
{
border-color: #2AF357;
}
.TagClassName
{
border-color: #2AF357;
}
</style>