Shades of Malachite #18D964
Tints of Malachite #18D964
RGB
CMYK
RGB Variations
Color information
#18D964 (or 0x18D964) is known color: Malachite. HEX triplet: 18, D9 and 64. RGB value is (24,217,100). Sum of RGB (Red+Green+Blue) = 24+217+100=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #18D964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D964 is #E7269B. Grayscale: #929292. Windows color (decimal): -15148700 or 6609176. OLE color: 6609176.
HSL color Cylindrical-coordinate representation of color #18D964: hue angle of 143.63º 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 #18D964 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 100 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.15 |
| HSL | 143.63º | 0.8% | 0.47% | - |
| HSV(B) | 143.63º | 0.89% | 0.85% | - |
| XYZ | 27.49 | 50.74 | 20.4 | - |
| YUV | 145.96 | 102.06 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 100 | 0.89 | 0 | 0.54 | 0.15 | 143.63 | 0.8 | 0.47 |
| Hex | 18 | D9 | 64 | 59 | 0 | 36 | F | 90 | 50 | 2F |
| Octal | 30 | 331 | 144 | 131 | 0 | 66 | 17 | 220 | 120 | 57 |
| Binary | 11000 | 11011001 | 1100100 | 1011001 | 0 | 110110 | 1111 | 10010000 | 1010000 | 101111 |
Color Harmonies of #18D964
Complementary color
Monochromatic Colors of #18D964
Black with #18D964
Text Example
Text Example
White with #18D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D964; }
p { color: rgb(24,217,100); }
H1.HeaderClassName
{
color: #18D964;
}
.AnyTagClassName
{
color: #18D964;
}
</style>
background-color css
<style>
a { background-color: #18D964; }
a { background-color: rgb(24,217,100); }
div.DivClassName
{
background-color: #18D964;
}
.BgClassName
{
background-color: #18D964;
}
</style>
border-color css
<style>
span { border-color: #18D964; }
span { border-color: rgb(24,217,100); }
td.TdClassName
{
border-color: #18D964;
}
.TagClassName
{
border-color: #18D964;
}
</style>