Shades of Malachite #18E070
Tints of Malachite #18E070
RGB
CMYK
RGB Variations
Color information
#18E070 (or 0x18E070) is known color: Malachite. HEX triplet: 18, E0 and 70. RGB value is (24,224,112). Sum of RGB (Red+Green+Blue) = 24+224+112=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #18E070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18E070 is #E71F8F. Grayscale: #979797. Windows color (decimal): -15146896 or 7397400. OLE color: 7397400.
HSL color Cylindrical-coordinate representation of color #18E070: hue angle of 146.4º 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 #18E070 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 112 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.12 |
| HSL | 146.4º | 0.81% | 0.49% | - |
| HSV(B) | 146.4º | 0.89% | 0.88% | - |
| XYZ | 29.96 | 54.68 | 24.3 | - |
| YUV | 151.43 | 105.74 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 112 | 0.89 | 0 | 0.50 | 0.12 | 146.4 | 0.81 | 0.49 |
| Hex | 18 | E0 | 70 | 59 | 0 | 32 | C | 92 | 51 | 31 |
| Octal | 30 | 340 | 160 | 131 | 0 | 62 | 14 | 222 | 121 | 61 |
| Binary | 11000 | 11100000 | 1110000 | 1011001 | 0 | 110010 | 1100 | 10010010 | 1010001 | 110001 |
Color Harmonies of #18E070
Complementary color
Monochromatic Colors of #18E070
Black with #18E070
Text Example
Text Example
White with #18E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E070; }
p { color: rgb(24,224,112); }
H1.HeaderClassName
{
color: #18E070;
}
.AnyTagClassName
{
color: #18E070;
}
</style>
background-color css
<style>
a { background-color: #18E070; }
a { background-color: rgb(24,224,112); }
div.DivClassName
{
background-color: #18E070;
}
.BgClassName
{
background-color: #18E070;
}
</style>
border-color css
<style>
span { border-color: #18E070; }
span { border-color: rgb(24,224,112); }
td.TdClassName
{
border-color: #18E070;
}
.TagClassName
{
border-color: #18E070;
}
</style>