Shades of Malachite #18DC41
Tints of Malachite #18DC41
RGB
CMYK
RGB Variations
Color information
#18DC41 (or 0x18DC41) is known color: Malachite. HEX triplet: 18, DC and 41. RGB value is (24,220,65). Sum of RGB (Red+Green+Blue) = 24+220+65=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC41 is #E723BE. Grayscale: #909090. Windows color (decimal): -15147967 or 4316184. OLE color: 4316184.
HSL color Cylindrical-coordinate representation of color #18DC41: hue angle of 132.55º 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 #18DC41 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 65 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.14 |
| HSL | 132.55º | 0.8% | 0.48% | - |
| HSV(B) | 132.55º | 0.89% | 0.86% | - |
| XYZ | 26.92 | 51.76 | 13.57 | - |
| YUV | 143.73 | 83.57 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 65 | 0.89 | 0 | 0.70 | 0.14 | 132.55 | 0.8 | 0.48 |
| Hex | 18 | DC | 41 | 59 | 0 | 46 | E | 85 | 50 | 30 |
| Octal | 30 | 334 | 101 | 131 | 0 | 106 | 16 | 205 | 120 | 60 |
| Binary | 11000 | 11011100 | 1000001 | 1011001 | 0 | 1000110 | 1110 | 10000101 | 1010000 | 110000 |
Color Harmonies of #18DC41
Complementary color
Monochromatic Colors of #18DC41
Black with #18DC41
Text Example
Text Example
White with #18DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC41; }
p { color: rgb(24,220,65); }
H1.HeaderClassName
{
color: #18DC41;
}
.AnyTagClassName
{
color: #18DC41;
}
</style>
background-color css
<style>
a { background-color: #18DC41; }
a { background-color: rgb(24,220,65); }
div.DivClassName
{
background-color: #18DC41;
}
.BgClassName
{
background-color: #18DC41;
}
</style>
border-color css
<style>
span { border-color: #18DC41; }
span { border-color: rgb(24,220,65); }
td.TdClassName
{
border-color: #18DC41;
}
.TagClassName
{
border-color: #18DC41;
}
</style>