Shades of Malachite #18D540
Tints of Malachite #18D540
RGB
CMYK
RGB Variations
Color information
#18D540 (or 0x18D540) is known color: Malachite. HEX triplet: 18, D5 and 40. RGB value is (24,213,64). Sum of RGB (Red+Green+Blue) = 24+213+64=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #18D540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D540 is #E72ABF. Grayscale: #8B8B8B. Windows color (decimal): -15149760 or 4248856. OLE color: 4248856.
HSL color Cylindrical-coordinate representation of color #18D540: hue angle of 132.7º 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 #18D540 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 64 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.16 |
| HSL | 132.7º | 0.8% | 0.46% | - |
| HSV(B) | 132.7º | 0.89% | 0.84% | - |
| XYZ | 25.1 | 48.15 | 12.82 | - |
| YUV | 139.5 | 85.38 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 64 | 0.89 | 0 | 0.70 | 0.16 | 132.7 | 0.8 | 0.46 |
| Hex | 18 | D5 | 40 | 59 | 0 | 46 | 10 | 85 | 50 | 2E |
| Octal | 30 | 325 | 100 | 131 | 0 | 106 | 20 | 205 | 120 | 56 |
| Binary | 11000 | 11010101 | 1000000 | 1011001 | 0 | 1000110 | 10000 | 10000101 | 1010000 | 101110 |
Color Harmonies of #18D540
Complementary color
Monochromatic Colors of #18D540
Black with #18D540
Text Example
Text Example
White with #18D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D540; }
p { color: rgb(24,213,64); }
H1.HeaderClassName
{
color: #18D540;
}
.AnyTagClassName
{
color: #18D540;
}
</style>
background-color css
<style>
a { background-color: #18D540; }
a { background-color: rgb(24,213,64); }
div.DivClassName
{
background-color: #18D540;
}
.BgClassName
{
background-color: #18D540;
}
</style>
border-color css
<style>
span { border-color: #18D540; }
span { border-color: rgb(24,213,64); }
td.TdClassName
{
border-color: #18D540;
}
.TagClassName
{
border-color: #18D540;
}
</style>