Shades of Malachite #18D560
Tints of Malachite #18D560
RGB
CMYK
RGB Variations
Color information
#18D560 (or 0x18D560) is known color: Malachite. HEX triplet: 18, D5 and 60. RGB value is (24,213,96). Sum of RGB (Red+Green+Blue) = 24+213+96=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #18D560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D560 is #E72A9F. Grayscale: #8F8F8F. Windows color (decimal): -15149728 or 6346008. OLE color: 6346008.
HSL color Cylindrical-coordinate representation of color #18D560: hue angle of 142.86º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D560 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 96 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.16 |
| HSL | 142.86º | 0.8% | 0.46% | - |
| HSV(B) | 142.86º | 0.89% | 0.84% | - |
| XYZ | 26.28 | 48.63 | 19.07 | - |
| YUV | 143.15 | 101.38 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 96 | 0.89 | 0 | 0.55 | 0.16 | 142.86 | 0.8 | 0.46 |
| Hex | 18 | D5 | 60 | 59 | 0 | 37 | 10 | 8F | 50 | 2E |
| Octal | 30 | 325 | 140 | 131 | 0 | 67 | 20 | 217 | 120 | 56 |
| Binary | 11000 | 11010101 | 1100000 | 1011001 | 0 | 110111 | 10000 | 10001111 | 1010000 | 101110 |
Color Harmonies of #18D560
Complementary color
Monochromatic Colors of #18D560
Black with #18D560
Text Example
Text Example
White with #18D560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D560; }
p { color: rgb(24,213,96); }
H1.HeaderClassName
{
color: #18D560;
}
.AnyTagClassName
{
color: #18D560;
}
</style>
background-color css
<style>
a { background-color: #18D560; }
a { background-color: rgb(24,213,96); }
div.DivClassName
{
background-color: #18D560;
}
.BgClassName
{
background-color: #18D560;
}
</style>
border-color css
<style>
span { border-color: #18D560; }
span { border-color: rgb(24,213,96); }
td.TdClassName
{
border-color: #18D560;
}
.TagClassName
{
border-color: #18D560;
}
</style>