Shades of Malachite #20F06C
Tints of Malachite #20F06C
RGB
CMYK
RGB Variations
Color information
#20F06C (or 0x20F06C) is known color: Malachite. HEX triplet: 20, F0 and 6C. RGB value is (32,240,108). Sum of RGB (Red+Green+Blue) = 32+240+108=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 240 (94.14% from 255 or 63.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 240 - color contains mainly: green. Hex color #20F06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F06C is #DF0F93. Grayscale: #A3A3A3. Windows color (decimal): -14618516 or 7139360. OLE color: 7139360.
HSL color Cylindrical-coordinate representation of color #20F06C: hue angle of 141.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F06C is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 108 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.06 |
| HSL | 141.92º | 0.87% | 0.53% | - |
| HSV(B) | 141.92º | 0.87% | 0.94% | - |
| XYZ | 34.46 | 63.71 | 24.67 | - |
| YUV | 162.76 | 97.09 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 108 | 0.87 | 0 | 0.55 | 0.06 | 141.92 | 0.87 | 0.53 |
| Hex | 20 | F0 | 6C | 57 | 0 | 37 | 6 | 8E | 57 | 35 |
| Octal | 40 | 360 | 154 | 127 | 0 | 67 | 6 | 216 | 127 | 65 |
| Binary | 100000 | 11110000 | 1101100 | 1010111 | 0 | 110111 | 110 | 10001110 | 1010111 | 110101 |
Color Harmonies of #20F06C
Complementary color
Monochromatic Colors of #20F06C
Black with #20F06C
Text Example
Text Example
White with #20F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F06C; }
p { color: rgb(32,240,108); }
H1.HeaderClassName
{
color: #20F06C;
}
.AnyTagClassName
{
color: #20F06C;
}
</style>
background-color css
<style>
a { background-color: #20F06C; }
a { background-color: rgb(32,240,108); }
div.DivClassName
{
background-color: #20F06C;
}
.BgClassName
{
background-color: #20F06C;
}
</style>
border-color css
<style>
span { border-color: #20F06C; }
span { border-color: rgb(32,240,108); }
td.TdClassName
{
border-color: #20F06C;
}
.TagClassName
{
border-color: #20F06C;
}
</style>