Shades of Malachite #16F140
Tints of Malachite #16F140
RGB
CMYK
RGB Variations
Color information
#16F140 (or 0x16F140) is known color: Malachite. HEX triplet: 16, F1 and 40. RGB value is (22,241,64). Sum of RGB (Red+Green+Blue) = 22+241+64=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #16F140 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F140 is #E90EBF. Grayscale: #9B9B9B. Windows color (decimal): -15273664 or 4256022. OLE color: 4256022.
HSL color Cylindrical-coordinate representation of color #16F140: hue angle of 131.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F140 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 241 | 64 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.05 |
| HSL | 131.51º | 0.89% | 0.52% | - |
| HSV(B) | 131.51º | 0.91% | 0.95% | - |
| XYZ | 32.71 | 63.45 | 15.37 | - |
| YUV | 155.34 | 76.45 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 241 | 64 | 0.91 | 0 | 0.73 | 0.05 | 131.51 | 0.89 | 0.52 |
| Hex | 16 | F1 | 40 | 5B | 0 | 49 | 5 | 84 | 59 | 34 |
| Octal | 26 | 361 | 100 | 133 | 0 | 111 | 5 | 204 | 131 | 64 |
| Binary | 10110 | 11110001 | 1000000 | 1011011 | 0 | 1001001 | 101 | 10000100 | 1011001 | 110100 |
Color Harmonies of #16F140
Complementary color
Monochromatic Colors of #16F140
Black with #16F140
Text Example
Text Example
White with #16F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F140; }
p { color: rgb(22,241,64); }
H1.HeaderClassName
{
color: #16F140;
}
.AnyTagClassName
{
color: #16F140;
}
</style>
background-color css
<style>
a { background-color: #16F140; }
a { background-color: rgb(22,241,64); }
div.DivClassName
{
background-color: #16F140;
}
.BgClassName
{
background-color: #16F140;
}
</style>
border-color css
<style>
span { border-color: #16F140; }
span { border-color: rgb(22,241,64); }
td.TdClassName
{
border-color: #16F140;
}
.TagClassName
{
border-color: #16F140;
}
</style>