Shades of Malachite #2AF04A
Tints of Malachite #2AF04A
RGB
CMYK
RGB Variations
Color information
#2AF04A (or 0x2AF04A) is known color: Malachite. HEX triplet: 2A, F0 and 4A. RGB value is (42,240,74). Sum of RGB (Red+Green+Blue) = 42+240+74=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF04A is #D50FB5. Grayscale: #A2A2A2. Windows color (decimal): -13963190 or 4911146. OLE color: 4911146.
HSL color Cylindrical-coordinate representation of color #2AF04A: hue angle of 129.7º 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 #2AF04A is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 74 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.06 |
| HSL | 129.7º | 0.87% | 0.55% | - |
| HSV(B) | 129.7º | 0.83% | 0.94% | - |
| XYZ | 33.35 | 63.31 | 16.94 | - |
| YUV | 161.87 | 78.4 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 74 | 0.82 | 0 | 0.69 | 0.06 | 129.7 | 0.87 | 0.55 |
| Hex | 2A | F0 | 4A | 52 | 0 | 45 | 6 | 82 | 57 | 37 |
| Octal | 52 | 360 | 112 | 122 | 0 | 105 | 6 | 202 | 127 | 67 |
| Binary | 101010 | 11110000 | 1001010 | 1010010 | 0 | 1000101 | 110 | 10000010 | 1010111 | 110111 |
Color Harmonies of #2AF04A
Complementary color
Monochromatic Colors of #2AF04A
Black with #2AF04A
Text Example
Text Example
White with #2AF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF04A; }
p { color: rgb(42,240,74); }
H1.HeaderClassName
{
color: #2AF04A;
}
.AnyTagClassName
{
color: #2AF04A;
}
</style>
background-color css
<style>
a { background-color: #2AF04A; }
a { background-color: rgb(42,240,74); }
div.DivClassName
{
background-color: #2AF04A;
}
.BgClassName
{
background-color: #2AF04A;
}
</style>
border-color css
<style>
span { border-color: #2AF04A; }
span { border-color: rgb(42,240,74); }
td.TdClassName
{
border-color: #2AF04A;
}
.TagClassName
{
border-color: #2AF04A;
}
</style>