Shades of Malachite #18D661
Tints of Malachite #18D661
RGB
CMYK
RGB Variations
Color information
#18D661 (or 0x18D661) is known color: Malachite. HEX triplet: 18, D6 and 61. RGB value is (24,214,97). Sum of RGB (Red+Green+Blue) = 24+214+97=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #18D661 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D661 is #E7299E. Grayscale: #909090. Windows color (decimal): -15149471 or 6411800. OLE color: 6411800.
HSL color Cylindrical-coordinate representation of color #18D661: hue angle of 143.05º 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 #18D661 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 97 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.16 |
| HSL | 143.05º | 0.8% | 0.47% | - |
| HSV(B) | 143.05º | 0.89% | 0.84% | - |
| XYZ | 26.58 | 49.15 | 19.4 | - |
| YUV | 143.85 | 101.55 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 97 | 0.89 | 0 | 0.55 | 0.16 | 143.05 | 0.8 | 0.47 |
| Hex | 18 | D6 | 61 | 59 | 0 | 37 | 10 | 8F | 50 | 2F |
| Octal | 30 | 326 | 141 | 131 | 0 | 67 | 20 | 217 | 120 | 57 |
| Binary | 11000 | 11010110 | 1100001 | 1011001 | 0 | 110111 | 10000 | 10001111 | 1010000 | 101111 |
Color Harmonies of #18D661
Complementary color
Monochromatic Colors of #18D661
Black with #18D661
Text Example
Text Example
White with #18D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D661; }
p { color: rgb(24,214,97); }
H1.HeaderClassName
{
color: #18D661;
}
.AnyTagClassName
{
color: #18D661;
}
</style>
background-color css
<style>
a { background-color: #18D661; }
a { background-color: rgb(24,214,97); }
div.DivClassName
{
background-color: #18D661;
}
.BgClassName
{
background-color: #18D661;
}
</style>
border-color css
<style>
span { border-color: #18D661; }
span { border-color: rgb(24,214,97); }
td.TdClassName
{
border-color: #18D661;
}
.TagClassName
{
border-color: #18D661;
}
</style>