Shades of Malachite #18DA68
Tints of Malachite #18DA68
RGB
CMYK
RGB Variations
Color information
#18DA68 (or 0x18DA68) is known color: Malachite. HEX triplet: 18, DA and 68. RGB value is (24,218,104). Sum of RGB (Red+Green+Blue) = 24+218+104=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DA68 is #E72597. Grayscale: #939393. Windows color (decimal): -15148440 or 6871576. OLE color: 6871576.
HSL color Cylindrical-coordinate representation of color #18DA68: hue angle of 144.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA68 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 218 | 104 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.15 |
| HSL | 144.74º | 0.8% | 0.47% | - |
| HSV(B) | 144.74º | 0.89% | 0.85% | - |
| XYZ | 27.95 | 51.34 | 21.53 | - |
| YUV | 147 | 103.73 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 104 | 0.89 | 0 | 0.52 | 0.15 | 144.74 | 0.8 | 0.47 |
| Hex | 18 | DA | 68 | 59 | 0 | 34 | F | 91 | 50 | 2F |
| Octal | 30 | 332 | 150 | 131 | 0 | 64 | 17 | 221 | 120 | 57 |
| Binary | 11000 | 11011010 | 1101000 | 1011001 | 0 | 110100 | 1111 | 10010001 | 1010000 | 101111 |
Color Harmonies of #18DA68
Complementary color
Monochromatic Colors of #18DA68
Black with #18DA68
Text Example
Text Example
White with #18DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DA68; }
p { color: rgb(24,218,104); }
H1.HeaderClassName
{
color: #18DA68;
}
.AnyTagClassName
{
color: #18DA68;
}
</style>
background-color css
<style>
a { background-color: #18DA68; }
a { background-color: rgb(24,218,104); }
div.DivClassName
{
background-color: #18DA68;
}
.BgClassName
{
background-color: #18DA68;
}
</style>
border-color css
<style>
span { border-color: #18DA68; }
span { border-color: rgb(24,218,104); }
td.TdClassName
{
border-color: #18DA68;
}
.TagClassName
{
border-color: #18DA68;
}
</style>