Shades of Malachite #18D044
Tints of Malachite #18D044
RGB
CMYK
RGB Variations
Color information
#18D044 (or 0x18D044) is known color: Malachite. HEX triplet: 18, D0 and 44. RGB value is (24,208,68). Sum of RGB (Red+Green+Blue) = 24+208+68=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #18D044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D044 is #E72FBB. Grayscale: #898989. Windows color (decimal): -15151036 or 4509720. OLE color: 4509720.
HSL color Cylindrical-coordinate representation of color #18D044: hue angle of 134.35º 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 #18D044 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 68 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.18 |
| HSL | 134.35º | 0.79% | 0.45% | - |
| HSV(B) | 134.35º | 0.88% | 0.82% | - |
| XYZ | 23.98 | 45.72 | 13.03 | - |
| YUV | 137.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 68 | 0.88 | 0 | 0.67 | 0.18 | 134.35 | 0.79 | 0.45 |
| Hex | 18 | D0 | 44 | 58 | 0 | 43 | 12 | 86 | 4F | 2D |
| Octal | 30 | 320 | 104 | 130 | 0 | 103 | 22 | 206 | 117 | 55 |
| Binary | 11000 | 11010000 | 1000100 | 1011000 | 0 | 1000011 | 10010 | 10000110 | 1001111 | 101101 |
Color Harmonies of #18D044
Complementary color
Monochromatic Colors of #18D044
Black with #18D044
Text Example
Text Example
White with #18D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D044; }
p { color: rgb(24,208,68); }
H1.HeaderClassName
{
color: #18D044;
}
.AnyTagClassName
{
color: #18D044;
}
</style>
background-color css
<style>
a { background-color: #18D044; }
a { background-color: rgb(24,208,68); }
div.DivClassName
{
background-color: #18D044;
}
.BgClassName
{
background-color: #18D044;
}
</style>
border-color css
<style>
span { border-color: #18D044; }
span { border-color: rgb(24,208,68); }
td.TdClassName
{
border-color: #18D044;
}
.TagClassName
{
border-color: #18D044;
}
</style>