Shades of Malachite #16CA48
Tints of Malachite #16CA48
RGB
CMYK
RGB Variations
Color information
#16CA48 (or 0x16CA48) is known color: Malachite. HEX triplet: 16, CA and 48. RGB value is (22,202,72). Sum of RGB (Red+Green+Blue) = 22+202+72=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA48 is #E935B7. Grayscale: #858585. Windows color (decimal): -15283640 or 4770326. OLE color: 4770326.
HSL color Cylindrical-coordinate representation of color #16CA48: hue angle of 136.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA48 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 72 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.21 |
| HSL | 136.67º | 0.8% | 0.44% | - |
| HSV(B) | 136.67º | 0.89% | 0.79% | - |
| XYZ | 22.62 | 42.88 | 13.22 | - |
| YUV | 133.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 72 | 0.89 | 0 | 0.64 | 0.21 | 136.67 | 0.8 | 0.44 |
| Hex | 16 | CA | 48 | 59 | 0 | 40 | 15 | 89 | 50 | 2C |
| Octal | 26 | 312 | 110 | 131 | 0 | 100 | 25 | 211 | 120 | 54 |
| Binary | 10110 | 11001010 | 1001000 | 1011001 | 0 | 1000000 | 10101 | 10001001 | 1010000 | 101100 |
Color Harmonies of #16CA48
Complementary color
Monochromatic Colors of #16CA48
Black with #16CA48
Text Example
Text Example
White with #16CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA48; }
p { color: rgb(22,202,72); }
H1.HeaderClassName
{
color: #16CA48;
}
.AnyTagClassName
{
color: #16CA48;
}
</style>
background-color css
<style>
a { background-color: #16CA48; }
a { background-color: rgb(22,202,72); }
div.DivClassName
{
background-color: #16CA48;
}
.BgClassName
{
background-color: #16CA48;
}
</style>
border-color css
<style>
span { border-color: #16CA48; }
span { border-color: rgb(22,202,72); }
td.TdClassName
{
border-color: #16CA48;
}
.TagClassName
{
border-color: #16CA48;
}
</style>