Shades of Malachite #18E570
Tints of Malachite #18E570
RGB
CMYK
RGB Variations
Color information
#18E570 (or 0x18E570) is known color: Malachite. HEX triplet: 18, E5 and 70. RGB value is (24,229,112). Sum of RGB (Red+Green+Blue) = 24+229+112=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #18E570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18E570 is #E71A8F. Grayscale: #9A9A9A. Windows color (decimal): -15145616 or 7398680. OLE color: 7398680.
HSL color Cylindrical-coordinate representation of color #18E570: hue angle of 145.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E570 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 229 | 112 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.10 |
| HSL | 145.76º | 0.81% | 0.5% | - |
| HSV(B) | 145.76º | 0.9% | 0.9% | - |
| XYZ | 31.32 | 57.4 | 24.76 | - |
| YUV | 154.37 | 104.08 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 112 | 0.90 | 0 | 0.51 | 0.10 | 145.76 | 0.81 | 0.5 |
| Hex | 18 | E5 | 70 | 5A | 0 | 33 | A | 92 | 51 | 32 |
| Octal | 30 | 345 | 160 | 132 | 0 | 63 | 12 | 222 | 121 | 62 |
| Binary | 11000 | 11100101 | 1110000 | 1011010 | 0 | 110011 | 1010 | 10010010 | 1010001 | 110010 |
Color Harmonies of #18E570
Complementary color
Monochromatic Colors of #18E570
Black with #18E570
Text Example
Text Example
White with #18E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E570; }
p { color: rgb(24,229,112); }
H1.HeaderClassName
{
color: #18E570;
}
.AnyTagClassName
{
color: #18E570;
}
</style>
background-color css
<style>
a { background-color: #18E570; }
a { background-color: rgb(24,229,112); }
div.DivClassName
{
background-color: #18E570;
}
.BgClassName
{
background-color: #18E570;
}
</style>
border-color css
<style>
span { border-color: #18E570; }
span { border-color: rgb(24,229,112); }
td.TdClassName
{
border-color: #18E570;
}
.TagClassName
{
border-color: #18E570;
}
</style>