Shades of Malachite #18EB40
Tints of Malachite #18EB40
RGB
CMYK
RGB Variations
Color information
#18EB40 (or 0x18EB40) is known color: Malachite. HEX triplet: 18, EB and 40. RGB value is (24,235,64). Sum of RGB (Red+Green+Blue) = 24+235+64=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 235 (92.19% from 255 or 72.76% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EB40 is #E714BF. Grayscale: #989898. Windows color (decimal): -15144128 or 4254488. OLE color: 4254488.
HSL color Cylindrical-coordinate representation of color #18EB40: hue angle of 131.37º 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 #18EB40 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 64 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.08 |
| HSL | 131.37º | 0.84% | 0.51% | - |
| HSV(B) | 131.37º | 0.9% | 0.92% | - |
| XYZ | 31.01 | 59.98 | 14.79 | - |
| YUV | 152.42 | 78.1 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 64 | 0.90 | 0 | 0.73 | 0.08 | 131.37 | 0.84 | 0.51 |
| Hex | 18 | EB | 40 | 5A | 0 | 49 | 8 | 83 | 54 | 33 |
| Octal | 30 | 353 | 100 | 132 | 0 | 111 | 10 | 203 | 124 | 63 |
| Binary | 11000 | 11101011 | 1000000 | 1011010 | 0 | 1001001 | 1000 | 10000011 | 1010100 | 110011 |
Color Harmonies of #18EB40
Complementary color
Monochromatic Colors of #18EB40
Black with #18EB40
Text Example
Text Example
White with #18EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EB40; }
p { color: rgb(24,235,64); }
H1.HeaderClassName
{
color: #18EB40;
}
.AnyTagClassName
{
color: #18EB40;
}
</style>
background-color css
<style>
a { background-color: #18EB40; }
a { background-color: rgb(24,235,64); }
div.DivClassName
{
background-color: #18EB40;
}
.BgClassName
{
background-color: #18EB40;
}
</style>
border-color css
<style>
span { border-color: #18EB40; }
span { border-color: rgb(24,235,64); }
td.TdClassName
{
border-color: #18EB40;
}
.TagClassName
{
border-color: #18EB40;
}
</style>