Shades of Malachite #18CC6F
Tints of Malachite #18CC6F
RGB
CMYK
RGB Variations
Color information
#18CC6F (or 0x18CC6F) is known color: Malachite. HEX triplet: 18, CC and 6F. RGB value is (24,204,111). Sum of RGB (Red+Green+Blue) = 24+204+111=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC6F is #E73390. Grayscale: #8B8B8B. Windows color (decimal): -15152017 or 7326744. OLE color: 7326744.
HSL color Cylindrical-coordinate representation of color #18CC6F: hue angle of 149º 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 #18CC6F is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 111 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.2 |
| HSL | 149º | 0.79% | 0.45% | - |
| HSV(B) | 149º | 0.88% | 0.8% | - |
| XYZ | 24.84 | 44.53 | 22.32 | - |
| YUV | 139.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 111 | 0.88 | 0 | 0.46 | 0.2 | 149 | 0.79 | 0.45 |
| Hex | 18 | CC | 6F | 58 | 0 | 2E | 14 | 95 | 4F | 2D |
| Octal | 30 | 314 | 157 | 130 | 0 | 56 | 24 | 225 | 117 | 55 |
| Binary | 11000 | 11001100 | 1101111 | 1011000 | 0 | 101110 | 10100 | 10010101 | 1001111 | 101101 |
Color Harmonies of #18CC6F
Complementary color
Monochromatic Colors of #18CC6F
Black with #18CC6F
Text Example
Text Example
White with #18CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC6F; }
p { color: rgb(24,204,111); }
H1.HeaderClassName
{
color: #18CC6F;
}
.AnyTagClassName
{
color: #18CC6F;
}
</style>
background-color css
<style>
a { background-color: #18CC6F; }
a { background-color: rgb(24,204,111); }
div.DivClassName
{
background-color: #18CC6F;
}
.BgClassName
{
background-color: #18CC6F;
}
</style>
border-color css
<style>
span { border-color: #18CC6F; }
span { border-color: rgb(24,204,111); }
td.TdClassName
{
border-color: #18CC6F;
}
.TagClassName
{
border-color: #18CC6F;
}
</style>