Shades of Malachite #16FA40
Tints of Malachite #16FA40
RGB
CMYK
RGB Variations
Color information
#16FA40 (or 0x16FA40) is known color: Malachite. HEX triplet: 16, FA and 40. RGB value is (22,250,64). Sum of RGB (Red+Green+Blue) = 22+250+64=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #16FA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16FA40 is #E905BF. Grayscale: #A1A1A1. Windows color (decimal): -15271360 or 4258326. OLE color: 4258326.
HSL color Cylindrical-coordinate representation of color #16FA40: hue angle of 131.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FA40 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 250 | 64 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.02 |
| HSL | 131.05º | 0.96% | 0.53% | - |
| HSV(B) | 131.05º | 0.91% | 0.98% | - |
| XYZ | 35.44 | 68.91 | 16.28 | - |
| YUV | 160.62 | 73.46 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 250 | 64 | 0.91 | 0 | 0.74 | 0.02 | 131.05 | 0.96 | 0.53 |
| Hex | 16 | FA | 40 | 5B | 0 | 4A | 2 | 83 | 60 | 35 |
| Octal | 26 | 372 | 100 | 133 | 0 | 112 | 2 | 203 | 140 | 65 |
| Binary | 10110 | 11111010 | 1000000 | 1011011 | 0 | 1001010 | 10 | 10000011 | 1100000 | 110101 |
Color Harmonies of #16FA40
Complementary color
Monochromatic Colors of #16FA40
Black with #16FA40
Text Example
Text Example
White with #16FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FA40; }
p { color: rgb(22,250,64); }
H1.HeaderClassName
{
color: #16FA40;
}
.AnyTagClassName
{
color: #16FA40;
}
</style>
background-color css
<style>
a { background-color: #16FA40; }
a { background-color: rgb(22,250,64); }
div.DivClassName
{
background-color: #16FA40;
}
.BgClassName
{
background-color: #16FA40;
}
</style>
border-color css
<style>
span { border-color: #16FA40; }
span { border-color: rgb(22,250,64); }
td.TdClassName
{
border-color: #16FA40;
}
.TagClassName
{
border-color: #16FA40;
}
</style>