Shades of Malachite #18E840
Tints of Malachite #18E840
RGB
CMYK
RGB Variations
Color information
#18E840 (or 0x18E840) is known color: Malachite. HEX triplet: 18, E8 and 40. RGB value is (24,232,64). Sum of RGB (Red+Green+Blue) = 24+232+64=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 232 (91.02% from 255 or 72.5% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 232 - color contains mainly: green. Hex color #18E840 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18E840 is #E717BF. Grayscale: #979797. Windows color (decimal): -15144896 or 4253720. OLE color: 4253720.
HSL color Cylindrical-coordinate representation of color #18E840: hue angle of 131.54º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E840 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 64 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.09 |
| HSL | 131.54º | 0.82% | 0.5% | - |
| HSV(B) | 131.54º | 0.9% | 0.91% | - |
| XYZ | 30.16 | 58.28 | 14.51 | - |
| YUV | 150.66 | 79.09 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 64 | 0.90 | 0 | 0.72 | 0.09 | 131.54 | 0.82 | 0.5 |
| Hex | 18 | E8 | 40 | 5A | 0 | 48 | 9 | 84 | 52 | 32 |
| Octal | 30 | 350 | 100 | 132 | 0 | 110 | 11 | 204 | 122 | 62 |
| Binary | 11000 | 11101000 | 1000000 | 1011010 | 0 | 1001000 | 1001 | 10000100 | 1010010 | 110010 |
Color Harmonies of #18E840
Complementary color
Monochromatic Colors of #18E840
Black with #18E840
Text Example
Text Example
White with #18E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E840; }
p { color: rgb(24,232,64); }
H1.HeaderClassName
{
color: #18E840;
}
.AnyTagClassName
{
color: #18E840;
}
</style>
background-color css
<style>
a { background-color: #18E840; }
a { background-color: rgb(24,232,64); }
div.DivClassName
{
background-color: #18E840;
}
.BgClassName
{
background-color: #18E840;
}
</style>
border-color css
<style>
span { border-color: #18E840; }
span { border-color: rgb(24,232,64); }
td.TdClassName
{
border-color: #18E840;
}
.TagClassName
{
border-color: #18E840;
}
</style>