Shades of Malachite #18E350
Tints of Malachite #18E350
RGB
CMYK
RGB Variations
Color information
#18E350 (or 0x18E350) is known color: Malachite. HEX triplet: 18, E3 and 50. RGB value is (24,227,80). Sum of RGB (Red+Green+Blue) = 24+227+80=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #18E350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18E350 is #E71CAF. Grayscale: #959595. Windows color (decimal): -15146160 or 5301016. OLE color: 5301016.
HSL color Cylindrical-coordinate representation of color #18E350: hue angle of 136.55º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E350 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 227 | 80 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.11 |
| HSL | 136.55º | 0.81% | 0.49% | - |
| HSV(B) | 136.55º | 0.89% | 0.89% | - |
| XYZ | 29.29 | 55.71 | 16.8 | - |
| YUV | 149.55 | 88.75 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 227 | 80 | 0.89 | 0 | 0.65 | 0.11 | 136.55 | 0.81 | 0.49 |
| Hex | 18 | E3 | 50 | 59 | 0 | 41 | B | 89 | 51 | 31 |
| Octal | 30 | 343 | 120 | 131 | 0 | 101 | 13 | 211 | 121 | 61 |
| Binary | 11000 | 11100011 | 1010000 | 1011001 | 0 | 1000001 | 1011 | 10001001 | 1010001 | 110001 |
Color Harmonies of #18E350
Complementary color
Monochromatic Colors of #18E350
Black with #18E350
Text Example
Text Example
White with #18E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E350; }
p { color: rgb(24,227,80); }
H1.HeaderClassName
{
color: #18E350;
}
.AnyTagClassName
{
color: #18E350;
}
</style>
background-color css
<style>
a { background-color: #18E350; }
a { background-color: rgb(24,227,80); }
div.DivClassName
{
background-color: #18E350;
}
.BgClassName
{
background-color: #18E350;
}
</style>
border-color css
<style>
span { border-color: #18E350; }
span { border-color: rgb(24,227,80); }
td.TdClassName
{
border-color: #18E350;
}
.TagClassName
{
border-color: #18E350;
}
</style>