Shades of Malachite #18C054
Tints of Malachite #18C054
RGB
CMYK
RGB Variations
Color information
#18C054 (or 0x18C054) is known color: Malachite. HEX triplet: 18, C0 and 54. RGB value is (24,192,84). Sum of RGB (Red+Green+Blue) = 24+192+84=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #18C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C054 is #E73FAB. Grayscale: #818181. Windows color (decimal): -15155116 or 5554200. OLE color: 5554200.
HSL color Cylindrical-coordinate representation of color #18C054: hue angle of 141.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C054 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 84 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.25 |
| HSL | 141.43º | 0.78% | 0.42% | - |
| HSV(B) | 141.43º | 0.88% | 0.75% | - |
| XYZ | 20.83 | 38.53 | 14.73 | - |
| YUV | 129.46 | 102.34 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 84 | 0.88 | 0 | 0.56 | 0.25 | 141.43 | 0.78 | 0.42 |
| Hex | 18 | C0 | 54 | 58 | 0 | 38 | 19 | 8D | 4E | 2A |
| Octal | 30 | 300 | 124 | 130 | 0 | 70 | 31 | 215 | 116 | 52 |
| Binary | 11000 | 11000000 | 1010100 | 1011000 | 0 | 111000 | 11001 | 10001101 | 1001110 | 101010 |
Color Harmonies of #18C054
Complementary color
Monochromatic Colors of #18C054
Black with #18C054
Text Example
Text Example
White with #18C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C054; }
p { color: rgb(24,192,84); }
H1.HeaderClassName
{
color: #18C054;
}
.AnyTagClassName
{
color: #18C054;
}
</style>
background-color css
<style>
a { background-color: #18C054; }
a { background-color: rgb(24,192,84); }
div.DivClassName
{
background-color: #18C054;
}
.BgClassName
{
background-color: #18C054;
}
</style>
border-color css
<style>
span { border-color: #18C054; }
span { border-color: rgb(24,192,84); }
td.TdClassName
{
border-color: #18C054;
}
.TagClassName
{
border-color: #18C054;
}
</style>