Shades of Malachite #18EC4C
Tints of Malachite #18EC4C
RGB
CMYK
RGB Variations
Color information
#18EC4C (or 0x18EC4C) is known color: Malachite. HEX triplet: 18, EC and 4C. RGB value is (24,236,76). Sum of RGB (Red+Green+Blue) = 24+236+76=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EC4C is #E713B3. Grayscale: #9A9A9A. Windows color (decimal): -15143860 or 5041176. OLE color: 5041176.
HSL color Cylindrical-coordinate representation of color #18EC4C: hue angle of 134.72º 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 #18EC4C is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 76 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.07 |
| HSL | 134.72º | 0.85% | 0.51% | - |
| HSV(B) | 134.72º | 0.9% | 0.93% | - |
| XYZ | 31.68 | 60.71 | 16.89 | - |
| YUV | 154.37 | 83.76 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 76 | 0.90 | 0 | 0.68 | 0.07 | 134.72 | 0.85 | 0.51 |
| Hex | 18 | EC | 4C | 5A | 0 | 44 | 7 | 87 | 55 | 33 |
| Octal | 30 | 354 | 114 | 132 | 0 | 104 | 7 | 207 | 125 | 63 |
| Binary | 11000 | 11101100 | 1001100 | 1011010 | 0 | 1000100 | 111 | 10000111 | 1010101 | 110011 |
Color Harmonies of #18EC4C
Complementary color
Monochromatic Colors of #18EC4C
Black with #18EC4C
Text Example
Text Example
White with #18EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC4C; }
p { color: rgb(24,236,76); }
H1.HeaderClassName
{
color: #18EC4C;
}
.AnyTagClassName
{
color: #18EC4C;
}
</style>
background-color css
<style>
a { background-color: #18EC4C; }
a { background-color: rgb(24,236,76); }
div.DivClassName
{
background-color: #18EC4C;
}
.BgClassName
{
background-color: #18EC4C;
}
</style>
border-color css
<style>
span { border-color: #18EC4C; }
span { border-color: rgb(24,236,76); }
td.TdClassName
{
border-color: #18EC4C;
}
.TagClassName
{
border-color: #18EC4C;
}
</style>