Shades of Malachite #18C560
Tints of Malachite #18C560
RGB
CMYK
RGB Variations
Color information
#18C560 (or 0x18C560) is known color: Malachite. HEX triplet: 18, C5 and 60. RGB value is (24,197,96). Sum of RGB (Red+Green+Blue) = 24+197+96=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #18C560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C560 is #E73A9F. Grayscale: #858585. Windows color (decimal): -15153824 or 6341912. OLE color: 6341912.
HSL color Cylindrical-coordinate representation of color #18C560: hue angle of 144.97º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C560 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 96 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.23 |
| HSL | 144.97º | 0.78% | 0.43% | - |
| HSV(B) | 144.97º | 0.88% | 0.77% | - |
| XYZ | 22.45 | 40.97 | 17.79 | - |
| YUV | 133.76 | 106.69 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 96 | 0.88 | 0 | 0.51 | 0.23 | 144.97 | 0.78 | 0.43 |
| Hex | 18 | C5 | 60 | 58 | 0 | 33 | 17 | 91 | 4E | 2B |
| Octal | 30 | 305 | 140 | 130 | 0 | 63 | 27 | 221 | 116 | 53 |
| Binary | 11000 | 11000101 | 1100000 | 1011000 | 0 | 110011 | 10111 | 10010001 | 1001110 | 101011 |
Color Harmonies of #18C560
Complementary color
Monochromatic Colors of #18C560
Black with #18C560
Text Example
Text Example
White with #18C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C560; }
p { color: rgb(24,197,96); }
H1.HeaderClassName
{
color: #18C560;
}
.AnyTagClassName
{
color: #18C560;
}
</style>
background-color css
<style>
a { background-color: #18C560; }
a { background-color: rgb(24,197,96); }
div.DivClassName
{
background-color: #18C560;
}
.BgClassName
{
background-color: #18C560;
}
</style>
border-color css
<style>
span { border-color: #18C560; }
span { border-color: rgb(24,197,96); }
td.TdClassName
{
border-color: #18C560;
}
.TagClassName
{
border-color: #18C560;
}
</style>