Shades of Malachite #18D568
Tints of Malachite #18D568
RGB
CMYK
RGB Variations
Color information
#18D568 (or 0x18D568) is known color: Malachite. HEX triplet: 18, D5 and 68. RGB value is (24,213,104). Sum of RGB (Red+Green+Blue) = 24+213+104=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #18D568 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D568 is #E72A97. Grayscale: #909090. Windows color (decimal): -15149720 or 6870296. OLE color: 6870296.
HSL color Cylindrical-coordinate representation of color #18D568: hue angle of 145.4º 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 #18D568 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 104 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.16 |
| HSL | 145.4º | 0.8% | 0.46% | - |
| HSV(B) | 145.4º | 0.89% | 0.84% | - |
| XYZ | 26.67 | 48.78 | 21.11 | - |
| YUV | 144.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 104 | 0.89 | 0 | 0.51 | 0.16 | 145.4 | 0.8 | 0.46 |
| Hex | 18 | D5 | 68 | 59 | 0 | 33 | 10 | 91 | 50 | 2E |
| Octal | 30 | 325 | 150 | 131 | 0 | 63 | 20 | 221 | 120 | 56 |
| Binary | 11000 | 11010101 | 1101000 | 1011001 | 0 | 110011 | 10000 | 10010001 | 1010000 | 101110 |
Color Harmonies of #18D568
Complementary color
Monochromatic Colors of #18D568
Black with #18D568
Text Example
Text Example
White with #18D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D568; }
p { color: rgb(24,213,104); }
H1.HeaderClassName
{
color: #18D568;
}
.AnyTagClassName
{
color: #18D568;
}
</style>
background-color css
<style>
a { background-color: #18D568; }
a { background-color: rgb(24,213,104); }
div.DivClassName
{
background-color: #18D568;
}
.BgClassName
{
background-color: #18D568;
}
</style>
border-color css
<style>
span { border-color: #18D568; }
span { border-color: rgb(24,213,104); }
td.TdClassName
{
border-color: #18D568;
}
.TagClassName
{
border-color: #18D568;
}
</style>