Shades of Malachite #18DD3C
Tints of Malachite #18DD3C
RGB
CMYK
RGB Variations
Color information
#18DD3C (or 0x18DD3C) is known color: Malachite. HEX triplet: 18, DD and 3C. RGB value is (24,221,60). Sum of RGB (Red+Green+Blue) = 24+221+60=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD3C is #E722C3. Grayscale: #909090. Windows color (decimal): -15147716 or 3988760. OLE color: 3988760.
HSL color Cylindrical-coordinate representation of color #18DD3C: hue angle of 130.96º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD3C is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 60 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.13 |
| HSL | 130.96º | 0.8% | 0.48% | - |
| HSV(B) | 130.96º | 0.89% | 0.87% | - |
| XYZ | 27.05 | 52.23 | 12.93 | - |
| YUV | 143.74 | 80.73 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 60 | 0.89 | 0 | 0.73 | 0.13 | 130.96 | 0.8 | 0.48 |
| Hex | 18 | DD | 3C | 59 | 0 | 49 | D | 83 | 50 | 30 |
| Octal | 30 | 335 | 74 | 131 | 0 | 111 | 15 | 203 | 120 | 60 |
| Binary | 11000 | 11011101 | 111100 | 1011001 | 0 | 1001001 | 1101 | 10000011 | 1010000 | 110000 |
Color Harmonies of #18DD3C
Complementary color
Monochromatic Colors of #18DD3C
Black with #18DD3C
Text Example
Text Example
White with #18DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD3C; }
p { color: rgb(24,221,60); }
H1.HeaderClassName
{
color: #18DD3C;
}
.AnyTagClassName
{
color: #18DD3C;
}
</style>
background-color css
<style>
a { background-color: #18DD3C; }
a { background-color: rgb(24,221,60); }
div.DivClassName
{
background-color: #18DD3C;
}
.BgClassName
{
background-color: #18DD3C;
}
</style>
border-color css
<style>
span { border-color: #18DD3C; }
span { border-color: rgb(24,221,60); }
td.TdClassName
{
border-color: #18DD3C;
}
.TagClassName
{
border-color: #18DD3C;
}
</style>