Shades of Malachite #18EB42
Tints of Malachite #18EB42
RGB
CMYK
RGB Variations
Color information
#18EB42 (or 0x18EB42) is known color: Malachite. HEX triplet: 18, EB and 42. RGB value is (24,235,66). Sum of RGB (Red+Green+Blue) = 24+235+66=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 235 (92.19% from 255 or 72.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EB42 is #E714BD. Grayscale: #999999. Windows color (decimal): -15144126 or 4385560. OLE color: 4385560.
HSL color Cylindrical-coordinate representation of color #18EB42: hue angle of 131.94º 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 #18EB42 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 66 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.08 |
| HSL | 131.94º | 0.84% | 0.51% | - |
| HSV(B) | 131.94º | 0.9% | 0.92% | - |
| XYZ | 31.07 | 60 | 15.1 | - |
| YUV | 152.65 | 79.1 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 66 | 0.90 | 0 | 0.72 | 0.08 | 131.94 | 0.84 | 0.51 |
| Hex | 18 | EB | 42 | 5A | 0 | 48 | 8 | 84 | 54 | 33 |
| Octal | 30 | 353 | 102 | 132 | 0 | 110 | 10 | 204 | 124 | 63 |
| Binary | 11000 | 11101011 | 1000010 | 1011010 | 0 | 1001000 | 1000 | 10000100 | 1010100 | 110011 |
Color Harmonies of #18EB42
Complementary color
Monochromatic Colors of #18EB42
Black with #18EB42
Text Example
Text Example
White with #18EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EB42; }
p { color: rgb(24,235,66); }
H1.HeaderClassName
{
color: #18EB42;
}
.AnyTagClassName
{
color: #18EB42;
}
</style>
background-color css
<style>
a { background-color: #18EB42; }
a { background-color: rgb(24,235,66); }
div.DivClassName
{
background-color: #18EB42;
}
.BgClassName
{
background-color: #18EB42;
}
</style>
border-color css
<style>
span { border-color: #18EB42; }
span { border-color: rgb(24,235,66); }
td.TdClassName
{
border-color: #18EB42;
}
.TagClassName
{
border-color: #18EB42;
}
</style>