Shades of Malachite #18C063
Tints of Malachite #18C063
RGB
CMYK
RGB Variations
Color information
#18C063 (or 0x18C063) is known color: Malachite. HEX triplet: 18, C0 and 63. RGB value is (24,192,99). Sum of RGB (Red+Green+Blue) = 24+192+99=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #18C063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C063 is #E73F9C. Grayscale: #838383. Windows color (decimal): -15155101 or 6537240. OLE color: 6537240.
HSL color Cylindrical-coordinate representation of color #18C063: hue angle of 146.79º 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 #18C063 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 99 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.25 |
| HSL | 146.79º | 0.78% | 0.42% | - |
| HSV(B) | 146.79º | 0.88% | 0.75% | - |
| XYZ | 21.48 | 38.79 | 18.16 | - |
| YUV | 131.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 99 | 0.88 | 0 | 0.48 | 0.25 | 146.79 | 0.78 | 0.42 |
| Hex | 18 | C0 | 63 | 58 | 0 | 30 | 19 | 93 | 4E | 2A |
| Octal | 30 | 300 | 143 | 130 | 0 | 60 | 31 | 223 | 116 | 52 |
| Binary | 11000 | 11000000 | 1100011 | 1011000 | 0 | 110000 | 11001 | 10010011 | 1001110 | 101010 |
Color Harmonies of #18C063
Complementary color
Monochromatic Colors of #18C063
Black with #18C063
Text Example
Text Example
White with #18C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C063; }
p { color: rgb(24,192,99); }
H1.HeaderClassName
{
color: #18C063;
}
.AnyTagClassName
{
color: #18C063;
}
</style>
background-color css
<style>
a { background-color: #18C063; }
a { background-color: rgb(24,192,99); }
div.DivClassName
{
background-color: #18C063;
}
.BgClassName
{
background-color: #18C063;
}
</style>
border-color css
<style>
span { border-color: #18C063; }
span { border-color: rgb(24,192,99); }
td.TdClassName
{
border-color: #18C063;
}
.TagClassName
{
border-color: #18C063;
}
</style>