Shades of Malachite #2AFA4A
Tints of Malachite #2AFA4A
RGB
CMYK
RGB Variations
Color information
#2AFA4A (or 0x2AFA4A) is known color: Malachite. HEX triplet: 2A, FA and 4A. RGB value is (42,250,74). Sum of RGB (Red+Green+Blue) = 42+250+74=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFA4A is #D505B5. Grayscale: #A8A8A8. Windows color (decimal): -13960630 or 4913706. OLE color: 4913706.
HSL color Cylindrical-coordinate representation of color #2AFA4A: hue angle of 129.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA4A is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 74 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.02 |
| HSL | 129.23º | 0.95% | 0.57% | - |
| HSV(B) | 129.23º | 0.83% | 0.98% | - |
| XYZ | 36.38 | 69.36 | 17.95 | - |
| YUV | 167.74 | 75.09 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 74 | 0.83 | 0 | 0.70 | 0.02 | 129.23 | 0.95 | 0.57 |
| Hex | 2A | FA | 4A | 53 | 0 | 46 | 2 | 81 | 5F | 39 |
| Octal | 52 | 372 | 112 | 123 | 0 | 106 | 2 | 201 | 137 | 71 |
| Binary | 101010 | 11111010 | 1001010 | 1010011 | 0 | 1000110 | 10 | 10000001 | 1011111 | 111001 |
Color Harmonies of #2AFA4A
Complementary color
Monochromatic Colors of #2AFA4A
Black with #2AFA4A
Text Example
Text Example
White with #2AFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA4A; }
p { color: rgb(42,250,74); }
H1.HeaderClassName
{
color: #2AFA4A;
}
.AnyTagClassName
{
color: #2AFA4A;
}
</style>
background-color css
<style>
a { background-color: #2AFA4A; }
a { background-color: rgb(42,250,74); }
div.DivClassName
{
background-color: #2AFA4A;
}
.BgClassName
{
background-color: #2AFA4A;
}
</style>
border-color css
<style>
span { border-color: #2AFA4A; }
span { border-color: rgb(42,250,74); }
td.TdClassName
{
border-color: #2AFA4A;
}
.TagClassName
{
border-color: #2AFA4A;
}
</style>