Shades of Malachite #18EF40
Tints of Malachite #18EF40
RGB
CMYK
RGB Variations
Color information
#18EF40 (or 0x18EF40) is known color: Malachite. HEX triplet: 18, EF and 40. RGB value is (24,239,64). Sum of RGB (Red+Green+Blue) = 24+239+64=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EF40 is #E710BF. Grayscale: #9B9B9B. Windows color (decimal): -15143104 or 4255512. OLE color: 4255512.
HSL color Cylindrical-coordinate representation of color #18EF40: hue angle of 131.16º 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 #18EF40 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 64 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.06 |
| HSL | 131.16º | 0.87% | 0.52% | - |
| HSV(B) | 131.16º | 0.9% | 0.94% | - |
| XYZ | 32.17 | 62.3 | 15.18 | - |
| YUV | 154.77 | 76.77 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 64 | 0.90 | 0 | 0.73 | 0.06 | 131.16 | 0.87 | 0.52 |
| Hex | 18 | EF | 40 | 5A | 0 | 49 | 6 | 83 | 57 | 34 |
| Octal | 30 | 357 | 100 | 132 | 0 | 111 | 6 | 203 | 127 | 64 |
| Binary | 11000 | 11101111 | 1000000 | 1011010 | 0 | 1001001 | 110 | 10000011 | 1010111 | 110100 |
Color Harmonies of #18EF40
Complementary color
Monochromatic Colors of #18EF40
Black with #18EF40
Text Example
Text Example
White with #18EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF40; }
p { color: rgb(24,239,64); }
H1.HeaderClassName
{
color: #18EF40;
}
.AnyTagClassName
{
color: #18EF40;
}
</style>
background-color css
<style>
a { background-color: #18EF40; }
a { background-color: rgb(24,239,64); }
div.DivClassName
{
background-color: #18EF40;
}
.BgClassName
{
background-color: #18EF40;
}
</style>
border-color css
<style>
span { border-color: #18EF40; }
span { border-color: rgb(24,239,64); }
td.TdClassName
{
border-color: #18EF40;
}
.TagClassName
{
border-color: #18EF40;
}
</style>