Shades of Malachite #18EA40
Tints of Malachite #18EA40
RGB
CMYK
RGB Variations
Color information
#18EA40 (or 0x18EA40) is known color: Malachite. HEX triplet: 18, EA and 40. RGB value is (24,234,64). Sum of RGB (Red+Green+Blue) = 24+234+64=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EA40 is #E715BF. Grayscale: #989898. Windows color (decimal): -15144384 or 4254232. OLE color: 4254232.
HSL color Cylindrical-coordinate representation of color #18EA40: hue angle of 131.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA40 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 64 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.08 |
| HSL | 131.43º | 0.83% | 0.51% | - |
| HSV(B) | 131.43º | 0.9% | 0.92% | - |
| XYZ | 30.72 | 59.41 | 14.7 | - |
| YUV | 151.83 | 78.43 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 64 | 0.90 | 0 | 0.73 | 0.08 | 131.43 | 0.83 | 0.51 |
| Hex | 18 | EA | 40 | 5A | 0 | 49 | 8 | 83 | 53 | 33 |
| Octal | 30 | 352 | 100 | 132 | 0 | 111 | 10 | 203 | 123 | 63 |
| Binary | 11000 | 11101010 | 1000000 | 1011010 | 0 | 1001001 | 1000 | 10000011 | 1010011 | 110011 |
Color Harmonies of #18EA40
Complementary color
Monochromatic Colors of #18EA40
Black with #18EA40
Text Example
Text Example
White with #18EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA40; }
p { color: rgb(24,234,64); }
H1.HeaderClassName
{
color: #18EA40;
}
.AnyTagClassName
{
color: #18EA40;
}
</style>
background-color css
<style>
a { background-color: #18EA40; }
a { background-color: rgb(24,234,64); }
div.DivClassName
{
background-color: #18EA40;
}
.BgClassName
{
background-color: #18EA40;
}
</style>
border-color css
<style>
span { border-color: #18EA40; }
span { border-color: rgb(24,234,64); }
td.TdClassName
{
border-color: #18EA40;
}
.TagClassName
{
border-color: #18EA40;
}
</style>