Shades of Malachite #18D542
Tints of Malachite #18D542
RGB
CMYK
RGB Variations
Color information
#18D542 (or 0x18D542) is known color: Malachite. HEX triplet: 18, D5 and 42. RGB value is (24,213,66). Sum of RGB (Red+Green+Blue) = 24+213+66=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #18D542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D542 is #E72ABD. Grayscale: #8C8C8C. Windows color (decimal): -15149758 or 4379928. OLE color: 4379928.
HSL color Cylindrical-coordinate representation of color #18D542: hue angle of 133.33º 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 #18D542 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 66 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.16 |
| HSL | 133.33º | 0.8% | 0.46% | - |
| HSV(B) | 133.33º | 0.89% | 0.84% | - |
| XYZ | 25.15 | 48.18 | 13.13 | - |
| YUV | 139.73 | 86.38 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 66 | 0.89 | 0 | 0.69 | 0.16 | 133.33 | 0.8 | 0.46 |
| Hex | 18 | D5 | 42 | 59 | 0 | 45 | 10 | 85 | 50 | 2E |
| Octal | 30 | 325 | 102 | 131 | 0 | 105 | 20 | 205 | 120 | 56 |
| Binary | 11000 | 11010101 | 1000010 | 1011001 | 0 | 1000101 | 10000 | 10000101 | 1010000 | 101110 |
Color Harmonies of #18D542
Complementary color
Monochromatic Colors of #18D542
Black with #18D542
Text Example
Text Example
White with #18D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D542; }
p { color: rgb(24,213,66); }
H1.HeaderClassName
{
color: #18D542;
}
.AnyTagClassName
{
color: #18D542;
}
</style>
background-color css
<style>
a { background-color: #18D542; }
a { background-color: rgb(24,213,66); }
div.DivClassName
{
background-color: #18D542;
}
.BgClassName
{
background-color: #18D542;
}
</style>
border-color css
<style>
span { border-color: #18D542; }
span { border-color: rgb(24,213,66); }
td.TdClassName
{
border-color: #18D542;
}
.TagClassName
{
border-color: #18D542;
}
</style>