Shades of Malachite #2AFF4A
Tints of Malachite #2AFF4A
RGB
CMYK
RGB Variations
Color information
#2AFF4A (or 0x2AFF4A) is known color: Malachite. HEX triplet: 2A, FF and 4A. RGB value is (42,255,74). Sum of RGB (Red+Green+Blue) = 42+255+74=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF4A is #D500B5. Grayscale: #ABABAB. Windows color (decimal): -13959350 or 4914986. OLE color: 4914986.
HSL color Cylindrical-coordinate representation of color #2AFF4A: hue angle of 129.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF4A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 74 | - |
| CMYK | 0.84 | 0 | 0.71 | 0 |
| HSL | 129.01º | 1% | 0.58% | - |
| HSV(B) | 129.01º | 0.84% | 1% | - |
| XYZ | 37.95 | 72.51 | 18.47 | - |
| YUV | 170.68 | 73.43 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 74 | 0.84 | 0 | 0.71 | 0 | 129.01 | 1 | 0.58 |
| Hex | 2A | FF | 4A | 54 | 0 | 47 | 0 | 81 | 64 | 3A |
| Octal | 52 | 377 | 112 | 124 | 0 | 107 | 0 | 201 | 144 | 72 |
| Binary | 101010 | 11111111 | 1001010 | 1010100 | 0 | 1000111 | 0 | 10000001 | 1100100 | 111010 |
Color Harmonies of #2AFF4A
Complementary color
Monochromatic Colors of #2AFF4A
Black with #2AFF4A
Text Example
Text Example
White with #2AFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF4A; }
p { color: rgb(42,255,74); }
H1.HeaderClassName
{
color: #2AFF4A;
}
.AnyTagClassName
{
color: #2AFF4A;
}
</style>
background-color css
<style>
a { background-color: #2AFF4A; }
a { background-color: rgb(42,255,74); }
div.DivClassName
{
background-color: #2AFF4A;
}
.BgClassName
{
background-color: #2AFF4A;
}
</style>
border-color css
<style>
span { border-color: #2AFF4A; }
span { border-color: rgb(42,255,74); }
td.TdClassName
{
border-color: #2AFF4A;
}
.TagClassName
{
border-color: #2AFF4A;
}
</style>