Shades of Malachite #2AF950
Tints of Malachite #2AF950
RGB
CMYK
RGB Variations
Color information
#2AF950 (or 0x2AF950) is known color: Malachite. HEX triplet: 2A, F9 and 50. RGB value is (42,249,80). Sum of RGB (Red+Green+Blue) = 42+249+80=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF950 is #D506AF. Grayscale: #A8A8A8. Windows color (decimal): -13960880 or 5306666. OLE color: 5306666.
HSL color Cylindrical-coordinate representation of color #2AF950: hue angle of 131.01º 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 #2AF950 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 80 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.02 |
| HSL | 131.01º | 0.95% | 0.57% | - |
| HSV(B) | 131.01º | 0.83% | 0.98% | - |
| XYZ | 36.28 | 68.82 | 18.96 | - |
| YUV | 167.84 | 78.42 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 80 | 0.83 | 0 | 0.68 | 0.02 | 131.01 | 0.95 | 0.57 |
| Hex | 2A | F9 | 50 | 53 | 0 | 44 | 2 | 83 | 5F | 39 |
| Octal | 52 | 371 | 120 | 123 | 0 | 104 | 2 | 203 | 137 | 71 |
| Binary | 101010 | 11111001 | 1010000 | 1010011 | 0 | 1000100 | 10 | 10000011 | 1011111 | 111001 |
Color Harmonies of #2AF950
Complementary color
Monochromatic Colors of #2AF950
Black with #2AF950
Text Example
Text Example
White with #2AF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF950; }
p { color: rgb(42,249,80); }
H1.HeaderClassName
{
color: #2AF950;
}
.AnyTagClassName
{
color: #2AF950;
}
</style>
background-color css
<style>
a { background-color: #2AF950; }
a { background-color: rgb(42,249,80); }
div.DivClassName
{
background-color: #2AF950;
}
.BgClassName
{
background-color: #2AF950;
}
</style>
border-color css
<style>
span { border-color: #2AF950; }
span { border-color: rgb(42,249,80); }
td.TdClassName
{
border-color: #2AF950;
}
.TagClassName
{
border-color: #2AF950;
}
</style>