Shades of Malachite #18DE6C
Tints of Malachite #18DE6C
RGB
CMYK
RGB Variations
Color information
#18DE6C (or 0x18DE6C) is known color: Malachite. HEX triplet: 18, DE and 6C. RGB value is (24,222,108). Sum of RGB (Red+Green+Blue) = 24+222+108=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 222 (87.11% from 255 or 62.71% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 222 - color contains mainly: green. Hex color #18DE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DE6C is #E72193. Grayscale: #969696. Windows color (decimal): -15147412 or 7134744. OLE color: 7134744.
HSL color Cylindrical-coordinate representation of color #18DE6C: hue angle of 145.45º 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 #18DE6C is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 108 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.13 |
| HSL | 145.45º | 0.8% | 0.48% | - |
| HSV(B) | 145.45º | 0.89% | 0.87% | - |
| XYZ | 29.2 | 53.52 | 22.98 | - |
| YUV | 149.8 | 104.4 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 108 | 0.89 | 0 | 0.51 | 0.13 | 145.45 | 0.8 | 0.48 |
| Hex | 18 | DE | 6C | 59 | 0 | 33 | D | 91 | 50 | 30 |
| Octal | 30 | 336 | 154 | 131 | 0 | 63 | 15 | 221 | 120 | 60 |
| Binary | 11000 | 11011110 | 1101100 | 1011001 | 0 | 110011 | 1101 | 10010001 | 1010000 | 110000 |
Color Harmonies of #18DE6C
Complementary color
Monochromatic Colors of #18DE6C
Black with #18DE6C
Text Example
Text Example
White with #18DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DE6C; }
p { color: rgb(24,222,108); }
H1.HeaderClassName
{
color: #18DE6C;
}
.AnyTagClassName
{
color: #18DE6C;
}
</style>
background-color css
<style>
a { background-color: #18DE6C; }
a { background-color: rgb(24,222,108); }
div.DivClassName
{
background-color: #18DE6C;
}
.BgClassName
{
background-color: #18DE6C;
}
</style>
border-color css
<style>
span { border-color: #18DE6C; }
span { border-color: rgb(24,222,108); }
td.TdClassName
{
border-color: #18DE6C;
}
.TagClassName
{
border-color: #18DE6C;
}
</style>