Shades of Malachite #18CA6B
Tints of Malachite #18CA6B
RGB
CMYK
RGB Variations
Color information
#18CA6B (or 0x18CA6B) is known color: Malachite. HEX triplet: 18, CA and 6B. RGB value is (24,202,107). Sum of RGB (Red+Green+Blue) = 24+202+107=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA6B is #E73594. Grayscale: #8A8A8A. Windows color (decimal): -15152533 or 7064088. OLE color: 7064088.
HSL color Cylindrical-coordinate representation of color #18CA6B: hue angle of 147.98º 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 #18CA6B is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 107 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.21 |
| HSL | 147.98º | 0.79% | 0.44% | - |
| HSV(B) | 147.98º | 0.88% | 0.79% | - |
| XYZ | 24.15 | 43.5 | 21.03 | - |
| YUV | 137.95 | 110.53 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 107 | 0.88 | 0 | 0.47 | 0.21 | 147.98 | 0.79 | 0.44 |
| Hex | 18 | CA | 6B | 58 | 0 | 2F | 15 | 94 | 4F | 2C |
| Octal | 30 | 312 | 153 | 130 | 0 | 57 | 25 | 224 | 117 | 54 |
| Binary | 11000 | 11001010 | 1101011 | 1011000 | 0 | 101111 | 10101 | 10010100 | 1001111 | 101100 |
Color Harmonies of #18CA6B
Complementary color
Monochromatic Colors of #18CA6B
Black with #18CA6B
Text Example
Text Example
White with #18CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA6B; }
p { color: rgb(24,202,107); }
H1.HeaderClassName
{
color: #18CA6B;
}
.AnyTagClassName
{
color: #18CA6B;
}
</style>
background-color css
<style>
a { background-color: #18CA6B; }
a { background-color: rgb(24,202,107); }
div.DivClassName
{
background-color: #18CA6B;
}
.BgClassName
{
background-color: #18CA6B;
}
</style>
border-color css
<style>
span { border-color: #18CA6B; }
span { border-color: rgb(24,202,107); }
td.TdClassName
{
border-color: #18CA6B;
}
.TagClassName
{
border-color: #18CA6B;
}
</style>