Shades of Malachite #18CE70
Tints of Malachite #18CE70
RGB
CMYK
RGB Variations
Color information
#18CE70 (or 0x18CE70) is known color: Malachite. HEX triplet: 18, CE and 70. RGB value is (24,206,112). Sum of RGB (Red+Green+Blue) = 24+206+112=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CE70 is #E7318F. Grayscale: #8D8D8D. Windows color (decimal): -15151504 or 7392792. OLE color: 7392792.
HSL color Cylindrical-coordinate representation of color #18CE70: hue angle of 149.01º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CE70 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 112 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.19 |
| HSL | 149.01º | 0.79% | 0.45% | - |
| HSV(B) | 149.01º | 0.88% | 0.81% | - |
| XYZ | 25.37 | 45.51 | 22.78 | - |
| YUV | 140.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 112 | 0.88 | 0 | 0.46 | 0.19 | 149.01 | 0.79 | 0.45 |
| Hex | 18 | CE | 70 | 58 | 0 | 2E | 13 | 95 | 4F | 2D |
| Octal | 30 | 316 | 160 | 130 | 0 | 56 | 23 | 225 | 117 | 55 |
| Binary | 11000 | 11001110 | 1110000 | 1011000 | 0 | 101110 | 10011 | 10010101 | 1001111 | 101101 |
Color Harmonies of #18CE70
Complementary color
Monochromatic Colors of #18CE70
Black with #18CE70
Text Example
Text Example
White with #18CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE70; }
p { color: rgb(24,206,112); }
H1.HeaderClassName
{
color: #18CE70;
}
.AnyTagClassName
{
color: #18CE70;
}
</style>
background-color css
<style>
a { background-color: #18CE70; }
a { background-color: rgb(24,206,112); }
div.DivClassName
{
background-color: #18CE70;
}
.BgClassName
{
background-color: #18CE70;
}
</style>
border-color css
<style>
span { border-color: #18CE70; }
span { border-color: rgb(24,206,112); }
td.TdClassName
{
border-color: #18CE70;
}
.TagClassName
{
border-color: #18CE70;
}
</style>