Shades of Malachite #18EC66
Tints of Malachite #18EC66
RGB
CMYK
RGB Variations
Color information
#18EC66 (or 0x18EC66) is known color: Malachite. HEX triplet: 18, EC and 66. RGB value is (24,236,102). Sum of RGB (Red+Green+Blue) = 24+236+102=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EC66 is #E71399. Grayscale: #9D9D9D. Windows color (decimal): -15143834 or 6745112. OLE color: 6745112.
HSL color Cylindrical-coordinate representation of color #18EC66: hue angle of 142.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EC66 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 102 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.07 |
| HSL | 142.08º | 0.85% | 0.51% | - |
| HSV(B) | 142.08º | 0.9% | 0.93% | - |
| XYZ | 32.77 | 61.14 | 22.65 | - |
| YUV | 157.34 | 96.76 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 102 | 0.90 | 0 | 0.57 | 0.07 | 142.08 | 0.85 | 0.51 |
| Hex | 18 | EC | 66 | 5A | 0 | 39 | 7 | 8E | 55 | 33 |
| Octal | 30 | 354 | 146 | 132 | 0 | 71 | 7 | 216 | 125 | 63 |
| Binary | 11000 | 11101100 | 1100110 | 1011010 | 0 | 111001 | 111 | 10001110 | 1010101 | 110011 |
Color Harmonies of #18EC66
Complementary color
Monochromatic Colors of #18EC66
Black with #18EC66
Text Example
Text Example
White with #18EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC66; }
p { color: rgb(24,236,102); }
H1.HeaderClassName
{
color: #18EC66;
}
.AnyTagClassName
{
color: #18EC66;
}
</style>
background-color css
<style>
a { background-color: #18EC66; }
a { background-color: rgb(24,236,102); }
div.DivClassName
{
background-color: #18EC66;
}
.BgClassName
{
background-color: #18EC66;
}
</style>
border-color css
<style>
span { border-color: #18EC66; }
span { border-color: rgb(24,236,102); }
td.TdClassName
{
border-color: #18EC66;
}
.TagClassName
{
border-color: #18EC66;
}
</style>