Shades of Malachite #18DC65
Tints of Malachite #18DC65
RGB
CMYK
RGB Variations
Color information
#18DC65 (or 0x18DC65) is known color: Malachite. HEX triplet: 18, DC and 65. RGB value is (24,220,101). Sum of RGB (Red+Green+Blue) = 24+220+101=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DC65 is #E7239A. Grayscale: #949494. Windows color (decimal): -15147931 or 6675480. OLE color: 6675480.
HSL color Cylindrical-coordinate representation of color #18DC65: hue angle of 143.57º 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 #18DC65 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 101 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.14 |
| HSL | 143.57º | 0.8% | 0.48% | - |
| HSV(B) | 143.57º | 0.89% | 0.86% | - |
| XYZ | 28.32 | 52.32 | 20.92 | - |
| YUV | 147.83 | 101.57 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 101 | 0.89 | 0 | 0.54 | 0.14 | 143.57 | 0.8 | 0.48 |
| Hex | 18 | DC | 65 | 59 | 0 | 36 | E | 90 | 50 | 30 |
| Octal | 30 | 334 | 145 | 131 | 0 | 66 | 16 | 220 | 120 | 60 |
| Binary | 11000 | 11011100 | 1100101 | 1011001 | 0 | 110110 | 1110 | 10010000 | 1010000 | 110000 |
Color Harmonies of #18DC65
Complementary color
Monochromatic Colors of #18DC65
Black with #18DC65
Text Example
Text Example
White with #18DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC65; }
p { color: rgb(24,220,101); }
H1.HeaderClassName
{
color: #18DC65;
}
.AnyTagClassName
{
color: #18DC65;
}
</style>
background-color css
<style>
a { background-color: #18DC65; }
a { background-color: rgb(24,220,101); }
div.DivClassName
{
background-color: #18DC65;
}
.BgClassName
{
background-color: #18DC65;
}
</style>
border-color css
<style>
span { border-color: #18DC65; }
span { border-color: rgb(24,220,101); }
td.TdClassName
{
border-color: #18DC65;
}
.TagClassName
{
border-color: #18DC65;
}
</style>