Shades of Malachite #2AF949
Tints of Malachite #2AF949
RGB
CMYK
RGB Variations
Color information
#2AF949 (or 0x2AF949) is known color: Malachite. HEX triplet: 2A, F9 and 49. RGB value is (42,249,73). Sum of RGB (Red+Green+Blue) = 42+249+73=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF949 is #D506B6. Grayscale: #A7A7A7. Windows color (decimal): -13960887 or 4847914. OLE color: 4847914.
HSL color Cylindrical-coordinate representation of color #2AF949: hue angle of 128.99º 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 #2AF949 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 73 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.02 |
| HSL | 128.99º | 0.95% | 0.57% | - |
| HSV(B) | 128.99º | 0.83% | 0.98% | - |
| XYZ | 36.03 | 68.72 | 17.67 | - |
| YUV | 167.04 | 74.92 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 73 | 0.83 | 0 | 0.71 | 0.02 | 128.99 | 0.95 | 0.57 |
| Hex | 2A | F9 | 49 | 53 | 0 | 47 | 2 | 81 | 5F | 39 |
| Octal | 52 | 371 | 111 | 123 | 0 | 107 | 2 | 201 | 137 | 71 |
| Binary | 101010 | 11111001 | 1001001 | 1010011 | 0 | 1000111 | 10 | 10000001 | 1011111 | 111001 |
Color Harmonies of #2AF949
Complementary color
Monochromatic Colors of #2AF949
Black with #2AF949
Text Example
Text Example
White with #2AF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF949; }
p { color: rgb(42,249,73); }
H1.HeaderClassName
{
color: #2AF949;
}
.AnyTagClassName
{
color: #2AF949;
}
</style>
background-color css
<style>
a { background-color: #2AF949; }
a { background-color: rgb(42,249,73); }
div.DivClassName
{
background-color: #2AF949;
}
.BgClassName
{
background-color: #2AF949;
}
</style>
border-color css
<style>
span { border-color: #2AF949; }
span { border-color: rgb(42,249,73); }
td.TdClassName
{
border-color: #2AF949;
}
.TagClassName
{
border-color: #2AF949;
}
</style>