Shades of Malachite #18C665
Tints of Malachite #18C665
RGB
CMYK
RGB Variations
Color information
#18C665 (or 0x18C665) is known color: Malachite. HEX triplet: 18, C6 and 65. RGB value is (24,198,101). Sum of RGB (Red+Green+Blue) = 24+198+101=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #18C665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C665 is #E7399A. Grayscale: #878787. Windows color (decimal): -15153563 or 6669848. OLE color: 6669848.
HSL color Cylindrical-coordinate representation of color #18C665: hue angle of 146.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C665 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 101 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.22 |
| HSL | 146.55º | 0.78% | 0.44% | - |
| HSV(B) | 146.55º | 0.88% | 0.78% | - |
| XYZ | 22.92 | 41.52 | 19.12 | - |
| YUV | 134.92 | 108.85 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 101 | 0.88 | 0 | 0.49 | 0.22 | 146.55 | 0.78 | 0.44 |
| Hex | 18 | C6 | 65 | 58 | 0 | 31 | 16 | 93 | 4E | 2C |
| Octal | 30 | 306 | 145 | 130 | 0 | 61 | 26 | 223 | 116 | 54 |
| Binary | 11000 | 11000110 | 1100101 | 1011000 | 0 | 110001 | 10110 | 10010011 | 1001110 | 101100 |
Color Harmonies of #18C665
Complementary color
Monochromatic Colors of #18C665
Black with #18C665
Text Example
Text Example
White with #18C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C665; }
p { color: rgb(24,198,101); }
H1.HeaderClassName
{
color: #18C665;
}
.AnyTagClassName
{
color: #18C665;
}
</style>
background-color css
<style>
a { background-color: #18C665; }
a { background-color: rgb(24,198,101); }
div.DivClassName
{
background-color: #18C665;
}
.BgClassName
{
background-color: #18C665;
}
</style>
border-color css
<style>
span { border-color: #18C665; }
span { border-color: rgb(24,198,101); }
td.TdClassName
{
border-color: #18C665;
}
.TagClassName
{
border-color: #18C665;
}
</style>