Shades of Malachite #18E140
Tints of Malachite #18E140
RGB
CMYK
RGB Variations
Color information
#18E140 (or 0x18E140) is known color: Malachite. HEX triplet: 18, E1 and 40. RGB value is (24,225,64). Sum of RGB (Red+Green+Blue) = 24+225+64=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #18E140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E140 is #E71EBF. Grayscale: #929292. Windows color (decimal): -15146688 or 4251928. OLE color: 4251928.
HSL color Cylindrical-coordinate representation of color #18E140: hue angle of 131.94º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E140 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 225 | 64 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.12 |
| HSL | 131.94º | 0.81% | 0.49% | - |
| HSV(B) | 131.94º | 0.89% | 0.88% | - |
| XYZ | 28.23 | 54.41 | 13.87 | - |
| YUV | 146.55 | 81.41 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 225 | 64 | 0.89 | 0 | 0.72 | 0.12 | 131.94 | 0.81 | 0.49 |
| Hex | 18 | E1 | 40 | 59 | 0 | 48 | C | 84 | 51 | 31 |
| Octal | 30 | 341 | 100 | 131 | 0 | 110 | 14 | 204 | 121 | 61 |
| Binary | 11000 | 11100001 | 1000000 | 1011001 | 0 | 1001000 | 1100 | 10000100 | 1010001 | 110001 |
Color Harmonies of #18E140
Complementary color
Monochromatic Colors of #18E140
Black with #18E140
Text Example
Text Example
White with #18E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E140; }
p { color: rgb(24,225,64); }
H1.HeaderClassName
{
color: #18E140;
}
.AnyTagClassName
{
color: #18E140;
}
</style>
background-color css
<style>
a { background-color: #18E140; }
a { background-color: rgb(24,225,64); }
div.DivClassName
{
background-color: #18E140;
}
.BgClassName
{
background-color: #18E140;
}
</style>
border-color css
<style>
span { border-color: #18E140; }
span { border-color: rgb(24,225,64); }
td.TdClassName
{
border-color: #18E140;
}
.TagClassName
{
border-color: #18E140;
}
</style>