Shades of Malachite #18E04A
Tints of Malachite #18E04A
RGB
CMYK
RGB Variations
Color information
#18E04A (or 0x18E04A) is known color: Malachite. HEX triplet: 18, E0 and 4A. RGB value is (24,224,74). Sum of RGB (Red+Green+Blue) = 24+224+74=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #18E04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E04A is #E71FB5. Grayscale: #939393. Windows color (decimal): -15146934 or 4907032. OLE color: 4907032.
HSL color Cylindrical-coordinate representation of color #18E04A: hue angle of 135º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E04A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 74 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.12 |
| HSL | 135º | 0.81% | 0.49% | - |
| HSV(B) | 135º | 0.89% | 0.88% | - |
| XYZ | 28.27 | 54 | 15.41 | - |
| YUV | 147.1 | 86.74 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 74 | 0.89 | 0 | 0.67 | 0.12 | 135 | 0.81 | 0.49 |
| Hex | 18 | E0 | 4A | 59 | 0 | 43 | C | 87 | 51 | 31 |
| Octal | 30 | 340 | 112 | 131 | 0 | 103 | 14 | 207 | 121 | 61 |
| Binary | 11000 | 11100000 | 1001010 | 1011001 | 0 | 1000011 | 1100 | 10000111 | 1010001 | 110001 |
Color Harmonies of #18E04A
Complementary color
Monochromatic Colors of #18E04A
Black with #18E04A
Text Example
Text Example
White with #18E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E04A; }
p { color: rgb(24,224,74); }
H1.HeaderClassName
{
color: #18E04A;
}
.AnyTagClassName
{
color: #18E04A;
}
</style>
background-color css
<style>
a { background-color: #18E04A; }
a { background-color: rgb(24,224,74); }
div.DivClassName
{
background-color: #18E04A;
}
.BgClassName
{
background-color: #18E04A;
}
</style>
border-color css
<style>
span { border-color: #18E04A; }
span { border-color: rgb(24,224,74); }
td.TdClassName
{
border-color: #18E04A;
}
.TagClassName
{
border-color: #18E04A;
}
</style>