Shades of Malachite #2AF16C
Tints of Malachite #2AF16C
RGB
CMYK
RGB Variations
Color information
#2AF16C (or 0x2AF16C) is known color: Malachite. HEX triplet: 2A, F1 and 6C. RGB value is (42,241,108). Sum of RGB (Red+Green+Blue) = 42+241+108=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF16C is #D50E93. Grayscale: #A6A6A6. Windows color (decimal): -13962900 or 7139626. OLE color: 7139626.
HSL color Cylindrical-coordinate representation of color #2AF16C: hue angle of 139.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF16C is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 108 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.05 |
| HSL | 139.9º | 0.88% | 0.55% | - |
| HSV(B) | 139.9º | 0.83% | 0.95% | - |
| XYZ | 35.12 | 64.49 | 24.78 | - |
| YUV | 166.34 | 95.07 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 108 | 0.83 | 0 | 0.55 | 0.05 | 139.9 | 0.88 | 0.55 |
| Hex | 2A | F1 | 6C | 53 | 0 | 37 | 5 | 8C | 58 | 37 |
| Octal | 52 | 361 | 154 | 123 | 0 | 67 | 5 | 214 | 130 | 67 |
| Binary | 101010 | 11110001 | 1101100 | 1010011 | 0 | 110111 | 101 | 10001100 | 1011000 | 110111 |
Color Harmonies of #2AF16C
Complementary color
Monochromatic Colors of #2AF16C
Black with #2AF16C
Text Example
Text Example
White with #2AF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF16C; }
p { color: rgb(42,241,108); }
H1.HeaderClassName
{
color: #2AF16C;
}
.AnyTagClassName
{
color: #2AF16C;
}
</style>
background-color css
<style>
a { background-color: #2AF16C; }
a { background-color: rgb(42,241,108); }
div.DivClassName
{
background-color: #2AF16C;
}
.BgClassName
{
background-color: #2AF16C;
}
</style>
border-color css
<style>
span { border-color: #2AF16C; }
span { border-color: rgb(42,241,108); }
td.TdClassName
{
border-color: #2AF16C;
}
.TagClassName
{
border-color: #2AF16C;
}
</style>