Shades of Malachite #16F340
Tints of Malachite #16F340
RGB
CMYK
RGB Variations
Color information
#16F340 (or 0x16F340) is known color: Malachite. HEX triplet: 16, F3 and 40. RGB value is (22,243,64). Sum of RGB (Red+Green+Blue) = 22+243+64=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #16F340 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F340 is #E90CBF. Grayscale: #9D9D9D. Windows color (decimal): -15273152 or 4256534. OLE color: 4256534.
HSL color Cylindrical-coordinate representation of color #16F340: hue angle of 131.4º degrees, saturation: 0.9, 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 #16F340 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 243 | 64 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.05 |
| HSL | 131.4º | 0.9% | 0.52% | - |
| HSV(B) | 131.4º | 0.91% | 0.95% | - |
| XYZ | 33.31 | 64.64 | 15.57 | - |
| YUV | 156.52 | 75.78 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 243 | 64 | 0.91 | 0 | 0.74 | 0.05 | 131.4 | 0.9 | 0.52 |
| Hex | 16 | F3 | 40 | 5B | 0 | 4A | 5 | 83 | 5A | 34 |
| Octal | 26 | 363 | 100 | 133 | 0 | 112 | 5 | 203 | 132 | 64 |
| Binary | 10110 | 11110011 | 1000000 | 1011011 | 0 | 1001010 | 101 | 10000011 | 1011010 | 110100 |
Color Harmonies of #16F340
Complementary color
Monochromatic Colors of #16F340
Black with #16F340
Text Example
Text Example
White with #16F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F340; }
p { color: rgb(22,243,64); }
H1.HeaderClassName
{
color: #16F340;
}
.AnyTagClassName
{
color: #16F340;
}
</style>
background-color css
<style>
a { background-color: #16F340; }
a { background-color: rgb(22,243,64); }
div.DivClassName
{
background-color: #16F340;
}
.BgClassName
{
background-color: #16F340;
}
</style>
border-color css
<style>
span { border-color: #16F340; }
span { border-color: rgb(22,243,64); }
td.TdClassName
{
border-color: #16F340;
}
.TagClassName
{
border-color: #16F340;
}
</style>