Shades of Malachite #2AF26C
Tints of Malachite #2AF26C
RGB
CMYK
RGB Variations
Color information
#2AF26C (or 0x2AF26C) is known color: Malachite. HEX triplet: 2A, F2 and 6C. RGB value is (42,242,108). Sum of RGB (Red+Green+Blue) = 42+242+108=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF26C is #D50D93. Grayscale: #A7A7A7. Windows color (decimal): -13962644 or 7139882. OLE color: 7139882.
HSL color Cylindrical-coordinate representation of color #2AF26C: hue angle of 139.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF26C is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 108 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.05 |
| HSL | 139.8º | 0.88% | 0.56% | - |
| HSV(B) | 139.8º | 0.83% | 0.95% | - |
| XYZ | 35.41 | 65.08 | 24.88 | - |
| YUV | 166.92 | 94.74 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 108 | 0.83 | 0 | 0.55 | 0.05 | 139.8 | 0.88 | 0.56 |
| Hex | 2A | F2 | 6C | 53 | 0 | 37 | 5 | 8C | 58 | 38 |
| Octal | 52 | 362 | 154 | 123 | 0 | 67 | 5 | 214 | 130 | 70 |
| Binary | 101010 | 11110010 | 1101100 | 1010011 | 0 | 110111 | 101 | 10001100 | 1011000 | 111000 |
Color Harmonies of #2AF26C
Complementary color
Monochromatic Colors of #2AF26C
Black with #2AF26C
Text Example
Text Example
White with #2AF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF26C; }
p { color: rgb(42,242,108); }
H1.HeaderClassName
{
color: #2AF26C;
}
.AnyTagClassName
{
color: #2AF26C;
}
</style>
background-color css
<style>
a { background-color: #2AF26C; }
a { background-color: rgb(42,242,108); }
div.DivClassName
{
background-color: #2AF26C;
}
.BgClassName
{
background-color: #2AF26C;
}
</style>
border-color css
<style>
span { border-color: #2AF26C; }
span { border-color: rgb(42,242,108); }
td.TdClassName
{
border-color: #2AF26C;
}
.TagClassName
{
border-color: #2AF26C;
}
</style>