Shades of Malachite #18CC60
Tints of Malachite #18CC60
RGB
CMYK
RGB Variations
Color information
#18CC60 (or 0x18CC60) is known color: Malachite. HEX triplet: 18, CC and 60. RGB value is (24,204,96). Sum of RGB (Red+Green+Blue) = 24+204+96=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC60 is #E7339F. Grayscale: #8A8A8A. Windows color (decimal): -15152032 or 6343704. OLE color: 6343704.
HSL color Cylindrical-coordinate representation of color #18CC60: hue angle of 144º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC60 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 96 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.2 |
| HSL | 144º | 0.79% | 0.45% | - |
| HSV(B) | 144º | 0.88% | 0.8% | - |
| XYZ | 24.08 | 44.22 | 18.33 | - |
| YUV | 137.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 96 | 0.88 | 0 | 0.53 | 0.2 | 144 | 0.79 | 0.45 |
| Hex | 18 | CC | 60 | 58 | 0 | 35 | 14 | 90 | 4F | 2D |
| Octal | 30 | 314 | 140 | 130 | 0 | 65 | 24 | 220 | 117 | 55 |
| Binary | 11000 | 11001100 | 1100000 | 1011000 | 0 | 110101 | 10100 | 10010000 | 1001111 | 101101 |
Color Harmonies of #18CC60
Complementary color
Monochromatic Colors of #18CC60
Black with #18CC60
Text Example
Text Example
White with #18CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC60; }
p { color: rgb(24,204,96); }
H1.HeaderClassName
{
color: #18CC60;
}
.AnyTagClassName
{
color: #18CC60;
}
</style>
background-color css
<style>
a { background-color: #18CC60; }
a { background-color: rgb(24,204,96); }
div.DivClassName
{
background-color: #18CC60;
}
.BgClassName
{
background-color: #18CC60;
}
</style>
border-color css
<style>
span { border-color: #18CC60; }
span { border-color: rgb(24,204,96); }
td.TdClassName
{
border-color: #18CC60;
}
.TagClassName
{
border-color: #18CC60;
}
</style>