Shades of Malachite #18CA60
Tints of Malachite #18CA60
RGB
CMYK
RGB Variations
Color information
#18CA60 (or 0x18CA60) is known color: Malachite. HEX triplet: 18, CA and 60. RGB value is (24,202,96). Sum of RGB (Red+Green+Blue) = 24+202+96=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA60 is #E7359F. Grayscale: #888888. Windows color (decimal): -15152544 or 6343192. OLE color: 6343192.
HSL color Cylindrical-coordinate representation of color #18CA60: hue angle of 144.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA60 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 96 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.21 |
| HSL | 144.27º | 0.79% | 0.44% | - |
| HSV(B) | 144.27º | 0.88% | 0.79% | - |
| XYZ | 23.61 | 43.28 | 18.18 | - |
| YUV | 136.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 96 | 0.88 | 0 | 0.52 | 0.21 | 144.27 | 0.79 | 0.44 |
| Hex | 18 | CA | 60 | 58 | 0 | 34 | 15 | 90 | 4F | 2C |
| Octal | 30 | 312 | 140 | 130 | 0 | 64 | 25 | 220 | 117 | 54 |
| Binary | 11000 | 11001010 | 1100000 | 1011000 | 0 | 110100 | 10101 | 10010000 | 1001111 | 101100 |
Color Harmonies of #18CA60
Complementary color
Monochromatic Colors of #18CA60
Black with #18CA60
Text Example
Text Example
White with #18CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA60; }
p { color: rgb(24,202,96); }
H1.HeaderClassName
{
color: #18CA60;
}
.AnyTagClassName
{
color: #18CA60;
}
</style>
background-color css
<style>
a { background-color: #18CA60; }
a { background-color: rgb(24,202,96); }
div.DivClassName
{
background-color: #18CA60;
}
.BgClassName
{
background-color: #18CA60;
}
</style>
border-color css
<style>
span { border-color: #18CA60; }
span { border-color: rgb(24,202,96); }
td.TdClassName
{
border-color: #18CA60;
}
.TagClassName
{
border-color: #18CA60;
}
</style>