Shades of Malachite #18C462
Tints of Malachite #18C462
RGB
CMYK
RGB Variations
Color information
#18C462 (or 0x18C462) is known color: Malachite. HEX triplet: 18, C4 and 62. RGB value is (24,196,98). Sum of RGB (Red+Green+Blue) = 24+196+98=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #18C462 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C462 is #E73B9D. Grayscale: #858585. Windows color (decimal): -15154078 or 6472728. OLE color: 6472728.
HSL color Cylindrical-coordinate representation of color #18C462: hue angle of 145.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C462 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 98 | - |
| CMYK | 0.88 | 0 | 0.5 | 0.23 |
| HSL | 145.81º | 0.78% | 0.43% | - |
| HSV(B) | 145.81º | 0.88% | 0.77% | - |
| XYZ | 22.32 | 40.56 | 18.21 | - |
| YUV | 133.4 | 108.02 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 98 | 0.88 | 0 | 0.5 | 0.23 | 145.81 | 0.78 | 0.43 |
| Hex | 18 | C4 | 62 | 58 | 0 | 32 | 17 | 92 | 4E | 2B |
| Octal | 30 | 304 | 142 | 130 | 0 | 62 | 27 | 222 | 116 | 53 |
| Binary | 11000 | 11000100 | 1100010 | 1011000 | 0 | 110010 | 10111 | 10010010 | 1001110 | 101011 |
Color Harmonies of #18C462
Complementary color
Monochromatic Colors of #18C462
Black with #18C462
Text Example
Text Example
White with #18C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C462; }
p { color: rgb(24,196,98); }
H1.HeaderClassName
{
color: #18C462;
}
.AnyTagClassName
{
color: #18C462;
}
</style>
background-color css
<style>
a { background-color: #18C462; }
a { background-color: rgb(24,196,98); }
div.DivClassName
{
background-color: #18C462;
}
.BgClassName
{
background-color: #18C462;
}
</style>
border-color css
<style>
span { border-color: #18C462; }
span { border-color: rgb(24,196,98); }
td.TdClassName
{
border-color: #18C462;
}
.TagClassName
{
border-color: #18C462;
}
</style>