Shades of Malachite #18D776
Tints of Malachite #18D776
RGB
CMYK
RGB Variations
Color information
#18D776 (or 0x18D776) is known color: Malachite. HEX triplet: 18, D7 and 76. RGB value is (24,215,118). Sum of RGB (Red+Green+Blue) = 24+215+118=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #18D776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D776 is #E72889. Grayscale: #939393. Windows color (decimal): -15149194 or 7788312. OLE color: 7788312.
HSL color Cylindrical-coordinate representation of color #18D776: hue angle of 149.53º 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 #18D776 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 118 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.16 |
| HSL | 149.53º | 0.8% | 0.47% | - |
| HSV(B) | 149.53º | 0.89% | 0.84% | - |
| XYZ | 27.95 | 50.1 | 25.34 | - |
| YUV | 146.83 | 111.72 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 118 | 0.89 | 0 | 0.45 | 0.16 | 149.53 | 0.8 | 0.47 |
| Hex | 18 | D7 | 76 | 59 | 0 | 2D | 10 | 96 | 50 | 2F |
| Octal | 30 | 327 | 166 | 131 | 0 | 55 | 20 | 226 | 120 | 57 |
| Binary | 11000 | 11010111 | 1110110 | 1011001 | 0 | 101101 | 10000 | 10010110 | 1010000 | 101111 |
Color Harmonies of #18D776
Complementary color
Monochromatic Colors of #18D776
Black with #18D776
Text Example
Text Example
White with #18D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D776; }
p { color: rgb(24,215,118); }
H1.HeaderClassName
{
color: #18D776;
}
.AnyTagClassName
{
color: #18D776;
}
</style>
background-color css
<style>
a { background-color: #18D776; }
a { background-color: rgb(24,215,118); }
div.DivClassName
{
background-color: #18D776;
}
.BgClassName
{
background-color: #18D776;
}
</style>
border-color css
<style>
span { border-color: #18D776; }
span { border-color: rgb(24,215,118); }
td.TdClassName
{
border-color: #18D776;
}
.TagClassName
{
border-color: #18D776;
}
</style>