Shades of Malachite #18EB64
Tints of Malachite #18EB64
RGB
CMYK
RGB Variations
Color information
#18EB64 (or 0x18EB64) is known color: Malachite. HEX triplet: 18, EB and 64. RGB value is (24,235,100). Sum of RGB (Red+Green+Blue) = 24+235+100=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 235 (92.19% from 255 or 65.46% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EB64 is #E7149B. Grayscale: #9C9C9C. Windows color (decimal): -15144092 or 6613784. OLE color: 6613784.
HSL color Cylindrical-coordinate representation of color #18EB64: hue angle of 141.61º degrees, saturation: 0.84, 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 #18EB64 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 100 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.08 |
| HSL | 141.61º | 0.84% | 0.51% | - |
| HSV(B) | 141.61º | 0.9% | 0.92% | - |
| XYZ | 32.39 | 60.53 | 22.03 | - |
| YUV | 156.52 | 96.1 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 100 | 0.90 | 0 | 0.57 | 0.08 | 141.61 | 0.84 | 0.51 |
| Hex | 18 | EB | 64 | 5A | 0 | 39 | 8 | 8E | 54 | 33 |
| Octal | 30 | 353 | 144 | 132 | 0 | 71 | 10 | 216 | 124 | 63 |
| Binary | 11000 | 11101011 | 1100100 | 1011010 | 0 | 111001 | 1000 | 10001110 | 1010100 | 110011 |
Color Harmonies of #18EB64
Complementary color
Monochromatic Colors of #18EB64
Black with #18EB64
Text Example
Text Example
White with #18EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EB64; }
p { color: rgb(24,235,100); }
H1.HeaderClassName
{
color: #18EB64;
}
.AnyTagClassName
{
color: #18EB64;
}
</style>
background-color css
<style>
a { background-color: #18EB64; }
a { background-color: rgb(24,235,100); }
div.DivClassName
{
background-color: #18EB64;
}
.BgClassName
{
background-color: #18EB64;
}
</style>
border-color css
<style>
span { border-color: #18EB64; }
span { border-color: rgb(24,235,100); }
td.TdClassName
{
border-color: #18EB64;
}
.TagClassName
{
border-color: #18EB64;
}
</style>