Shades of Malachite #2AF04C
Tints of Malachite #2AF04C
RGB
CMYK
RGB Variations
Color information
#2AF04C (or 0x2AF04C) is known color: Malachite. HEX triplet: 2A, F0 and 4C. RGB value is (42,240,76). Sum of RGB (Red+Green+Blue) = 42+240+76=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF04C is #D50FB3. Grayscale: #A2A2A2. Windows color (decimal): -13963188 or 5042218. OLE color: 5042218.
HSL color Cylindrical-coordinate representation of color #2AF04C: hue angle of 130.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF04C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 76 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.06 |
| HSL | 130.3º | 0.87% | 0.55% | - |
| HSV(B) | 130.3º | 0.83% | 0.94% | - |
| XYZ | 33.42 | 63.33 | 17.3 | - |
| YUV | 162.1 | 79.4 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 76 | 0.82 | 0 | 0.68 | 0.06 | 130.3 | 0.87 | 0.55 |
| Hex | 2A | F0 | 4C | 52 | 0 | 44 | 6 | 82 | 57 | 37 |
| Octal | 52 | 360 | 114 | 122 | 0 | 104 | 6 | 202 | 127 | 67 |
| Binary | 101010 | 11110000 | 1001100 | 1010010 | 0 | 1000100 | 110 | 10000010 | 1010111 | 110111 |
Color Harmonies of #2AF04C
Complementary color
Monochromatic Colors of #2AF04C
Black with #2AF04C
Text Example
Text Example
White with #2AF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF04C; }
p { color: rgb(42,240,76); }
H1.HeaderClassName
{
color: #2AF04C;
}
.AnyTagClassName
{
color: #2AF04C;
}
</style>
background-color css
<style>
a { background-color: #2AF04C; }
a { background-color: rgb(42,240,76); }
div.DivClassName
{
background-color: #2AF04C;
}
.BgClassName
{
background-color: #2AF04C;
}
</style>
border-color css
<style>
span { border-color: #2AF04C; }
span { border-color: rgb(42,240,76); }
td.TdClassName
{
border-color: #2AF04C;
}
.TagClassName
{
border-color: #2AF04C;
}
</style>