Shades of Malachite #18D555
Tints of Malachite #18D555
RGB
CMYK
RGB Variations
Color information
#18D555 (or 0x18D555) is known color: Malachite. HEX triplet: 18, D5 and 55. RGB value is (24,213,85). Sum of RGB (Red+Green+Blue) = 24+213+85=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 213 (83.59% from 255 or 66.15% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 213 - color contains mainly: green. Hex color #18D555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D555 is #E72AAA. Grayscale: #8E8E8E. Windows color (decimal): -15149739 or 5625112. OLE color: 5625112.
HSL color Cylindrical-coordinate representation of color #18D555: hue angle of 139.37º 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 #18D555 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 85 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.16 |
| HSL | 139.37º | 0.8% | 0.46% | - |
| HSV(B) | 139.37º | 0.89% | 0.84% | - |
| XYZ | 25.81 | 48.44 | 16.58 | - |
| YUV | 141.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 85 | 0.89 | 0 | 0.60 | 0.16 | 139.37 | 0.8 | 0.46 |
| Hex | 18 | D5 | 55 | 59 | 0 | 3C | 10 | 8B | 50 | 2E |
| Octal | 30 | 325 | 125 | 131 | 0 | 74 | 20 | 213 | 120 | 56 |
| Binary | 11000 | 11010101 | 1010101 | 1011001 | 0 | 111100 | 10000 | 10001011 | 1010000 | 101110 |
Color Harmonies of #18D555
Complementary color
Monochromatic Colors of #18D555
Black with #18D555
Text Example
Text Example
White with #18D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D555; }
p { color: rgb(24,213,85); }
H1.HeaderClassName
{
color: #18D555;
}
.AnyTagClassName
{
color: #18D555;
}
</style>
background-color css
<style>
a { background-color: #18D555; }
a { background-color: rgb(24,213,85); }
div.DivClassName
{
background-color: #18D555;
}
.BgClassName
{
background-color: #18D555;
}
</style>
border-color css
<style>
span { border-color: #18D555; }
span { border-color: rgb(24,213,85); }
td.TdClassName
{
border-color: #18D555;
}
.TagClassName
{
border-color: #18D555;
}
</style>