Shades of Malachite #18EF65
Tints of Malachite #18EF65
RGB
CMYK
RGB Variations
Color information
#18EF65 (or 0x18EF65) is known color: Malachite. HEX triplet: 18, EF and 65. RGB value is (24,239,101). Sum of RGB (Red+Green+Blue) = 24+239+101=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF65 is #E7109A. Grayscale: #9F9F9F. Windows color (decimal): -15143067 or 6680344. OLE color: 6680344.
HSL color Cylindrical-coordinate representation of color #18EF65: hue angle of 141.49º 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 #18EF65 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 101 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.06 |
| HSL | 141.49º | 0.87% | 0.52% | - |
| HSV(B) | 141.49º | 0.9% | 0.94% | - |
| XYZ | 33.59 | 62.87 | 22.68 | - |
| YUV | 158.98 | 95.27 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 101 | 0.90 | 0 | 0.58 | 0.06 | 141.49 | 0.87 | 0.52 |
| Hex | 18 | EF | 65 | 5A | 0 | 3A | 6 | 8D | 57 | 34 |
| Octal | 30 | 357 | 145 | 132 | 0 | 72 | 6 | 215 | 127 | 64 |
| Binary | 11000 | 11101111 | 1100101 | 1011010 | 0 | 111010 | 110 | 10001101 | 1010111 | 110100 |
Color Harmonies of #18EF65
Complementary color
Monochromatic Colors of #18EF65
Black with #18EF65
Text Example
Text Example
White with #18EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF65; }
p { color: rgb(24,239,101); }
H1.HeaderClassName
{
color: #18EF65;
}
.AnyTagClassName
{
color: #18EF65;
}
</style>
background-color css
<style>
a { background-color: #18EF65; }
a { background-color: rgb(24,239,101); }
div.DivClassName
{
background-color: #18EF65;
}
.BgClassName
{
background-color: #18EF65;
}
</style>
border-color css
<style>
span { border-color: #18EF65; }
span { border-color: rgb(24,239,101); }
td.TdClassName
{
border-color: #18EF65;
}
.TagClassName
{
border-color: #18EF65;
}
</style>