Shades of Malachite #18DC42
Tints of Malachite #18DC42
RGB
CMYK
RGB Variations
Color information
#18DC42 (or 0x18DC42) is known color: Malachite. HEX triplet: 18, DC and 42. RGB value is (24,220,66). Sum of RGB (Red+Green+Blue) = 24+220+66=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC42 is #E723BD. Grayscale: #909090. Windows color (decimal): -15147966 or 4381720. OLE color: 4381720.
HSL color Cylindrical-coordinate representation of color #18DC42: hue angle of 132.86º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC42 is Cyan = 0.89, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 66 | - |
| CMYK | 0.89 | 0 | 0.7 | 0.14 |
| HSL | 132.86º | 0.8% | 0.48% | - |
| HSV(B) | 132.86º | 0.89% | 0.86% | - |
| XYZ | 26.95 | 51.77 | 13.73 | - |
| YUV | 143.84 | 84.07 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 66 | 0.89 | 0 | 0.7 | 0.14 | 132.86 | 0.8 | 0.48 |
| Hex | 18 | DC | 42 | 59 | 0 | 46 | E | 85 | 50 | 30 |
| Octal | 30 | 334 | 102 | 131 | 0 | 106 | 16 | 205 | 120 | 60 |
| Binary | 11000 | 11011100 | 1000010 | 1011001 | 0 | 1000110 | 1110 | 10000101 | 1010000 | 110000 |
Color Harmonies of #18DC42
Complementary color
Monochromatic Colors of #18DC42
Black with #18DC42
Text Example
Text Example
White with #18DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC42; }
p { color: rgb(24,220,66); }
H1.HeaderClassName
{
color: #18DC42;
}
.AnyTagClassName
{
color: #18DC42;
}
</style>
background-color css
<style>
a { background-color: #18DC42; }
a { background-color: rgb(24,220,66); }
div.DivClassName
{
background-color: #18DC42;
}
.BgClassName
{
background-color: #18DC42;
}
</style>
border-color css
<style>
span { border-color: #18DC42; }
span { border-color: rgb(24,220,66); }
td.TdClassName
{
border-color: #18DC42;
}
.TagClassName
{
border-color: #18DC42;
}
</style>