Shades of Malachite #18D046
Tints of Malachite #18D046
RGB
CMYK
RGB Variations
Color information
#18D046 (or 0x18D046) is known color: Malachite. HEX triplet: 18, D0 and 46. RGB value is (24,208,70). Sum of RGB (Red+Green+Blue) = 24+208+70=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #18D046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D046 is #E72FB9. Grayscale: #898989. Windows color (decimal): -15151034 or 4640792. OLE color: 4640792.
HSL color Cylindrical-coordinate representation of color #18D046: hue angle of 135º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D046 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 70 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.18 |
| HSL | 135º | 0.79% | 0.45% | - |
| HSV(B) | 135º | 0.88% | 0.82% | - |
| XYZ | 24.04 | 45.75 | 13.36 | - |
| YUV | 137.25 | 90.04 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 70 | 0.88 | 0 | 0.66 | 0.18 | 135 | 0.79 | 0.45 |
| Hex | 18 | D0 | 46 | 58 | 0 | 42 | 12 | 87 | 4F | 2D |
| Octal | 30 | 320 | 106 | 130 | 0 | 102 | 22 | 207 | 117 | 55 |
| Binary | 11000 | 11010000 | 1000110 | 1011000 | 0 | 1000010 | 10010 | 10000111 | 1001111 | 101101 |
Color Harmonies of #18D046
Complementary color
Monochromatic Colors of #18D046
Black with #18D046
Text Example
Text Example
White with #18D046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D046; }
p { color: rgb(24,208,70); }
H1.HeaderClassName
{
color: #18D046;
}
.AnyTagClassName
{
color: #18D046;
}
</style>
background-color css
<style>
a { background-color: #18D046; }
a { background-color: rgb(24,208,70); }
div.DivClassName
{
background-color: #18D046;
}
.BgClassName
{
background-color: #18D046;
}
</style>
border-color css
<style>
span { border-color: #18D046; }
span { border-color: rgb(24,208,70); }
td.TdClassName
{
border-color: #18D046;
}
.TagClassName
{
border-color: #18D046;
}
</style>