Shades of Malachite #18EF64
Tints of Malachite #18EF64
RGB
CMYK
RGB Variations
Color information
#18EF64 (or 0x18EF64) is known color: Malachite. HEX triplet: 18, EF and 64. RGB value is (24,239,100). Sum of RGB (Red+Green+Blue) = 24+239+100=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 239 (93.75% from 255 or 65.84% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF64 is #E7109B. Grayscale: #9F9F9F. Windows color (decimal): -15143068 or 6614808. OLE color: 6614808.
HSL color Cylindrical-coordinate representation of color #18EF64: hue angle of 141.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF64 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 100 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.06 |
| HSL | 141.21º | 0.87% | 0.52% | - |
| HSV(B) | 141.21º | 0.9% | 0.94% | - |
| XYZ | 33.54 | 62.85 | 22.42 | - |
| YUV | 158.87 | 94.77 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 100 | 0.90 | 0 | 0.58 | 0.06 | 141.21 | 0.87 | 0.52 |
| Hex | 18 | EF | 64 | 5A | 0 | 3A | 6 | 8D | 57 | 34 |
| Octal | 30 | 357 | 144 | 132 | 0 | 72 | 6 | 215 | 127 | 64 |
| Binary | 11000 | 11101111 | 1100100 | 1011010 | 0 | 111010 | 110 | 10001101 | 1010111 | 110100 |
Color Harmonies of #18EF64
Complementary color
Monochromatic Colors of #18EF64
Black with #18EF64
Text Example
Text Example
White with #18EF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF64; }
p { color: rgb(24,239,100); }
H1.HeaderClassName
{
color: #18EF64;
}
.AnyTagClassName
{
color: #18EF64;
}
</style>
background-color css
<style>
a { background-color: #18EF64; }
a { background-color: rgb(24,239,100); }
div.DivClassName
{
background-color: #18EF64;
}
.BgClassName
{
background-color: #18EF64;
}
</style>
border-color css
<style>
span { border-color: #18EF64; }
span { border-color: rgb(24,239,100); }
td.TdClassName
{
border-color: #18EF64;
}
.TagClassName
{
border-color: #18EF64;
}
</style>