Shades of Malachite #18D64D
Tints of Malachite #18D64D
RGB
CMYK
RGB Variations
Color information
#18D64D (or 0x18D64D) is known color: Malachite. HEX triplet: 18, D6 and 4D. RGB value is (24,214,77). Sum of RGB (Red+Green+Blue) = 24+214+77=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #18D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D64D is #E729B2. Grayscale: #8D8D8D. Windows color (decimal): -15149491 or 5101080. OLE color: 5101080.
HSL color Cylindrical-coordinate representation of color #18D64D: hue angle of 136.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D64D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 77 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.16 |
| HSL | 136.74º | 0.8% | 0.47% | - |
| HSV(B) | 136.74º | 0.89% | 0.84% | - |
| XYZ | 25.76 | 48.82 | 15.09 | - |
| YUV | 141.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 77 | 0.89 | 0 | 0.64 | 0.16 | 136.74 | 0.8 | 0.47 |
| Hex | 18 | D6 | 4D | 59 | 0 | 40 | 10 | 89 | 50 | 2F |
| Octal | 30 | 326 | 115 | 131 | 0 | 100 | 20 | 211 | 120 | 57 |
| Binary | 11000 | 11010110 | 1001101 | 1011001 | 0 | 1000000 | 10000 | 10001001 | 1010000 | 101111 |
Color Harmonies of #18D64D
Complementary color
Monochromatic Colors of #18D64D
Black with #18D64D
Text Example
Text Example
White with #18D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D64D; }
p { color: rgb(24,214,77); }
H1.HeaderClassName
{
color: #18D64D;
}
.AnyTagClassName
{
color: #18D64D;
}
</style>
background-color css
<style>
a { background-color: #18D64D; }
a { background-color: rgb(24,214,77); }
div.DivClassName
{
background-color: #18D64D;
}
.BgClassName
{
background-color: #18D64D;
}
</style>
border-color css
<style>
span { border-color: #18D64D; }
span { border-color: rgb(24,214,77); }
td.TdClassName
{
border-color: #18D64D;
}
.TagClassName
{
border-color: #18D64D;
}
</style>