Shades of Malachite #18DC45
Tints of Malachite #18DC45
RGB
CMYK
RGB Variations
Color information
#18DC45 (or 0x18DC45) is known color: Malachite. HEX triplet: 18, DC and 45. RGB value is (24,220,69). Sum of RGB (Red+Green+Blue) = 24+220+69=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC45 is #E723BA. Grayscale: #909090. Windows color (decimal): -15147963 or 4578328. OLE color: 4578328.
HSL color Cylindrical-coordinate representation of color #18DC45: hue angle of 133.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC45 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 69 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.14 |
| HSL | 133.78º | 0.8% | 0.48% | - |
| HSV(B) | 133.78º | 0.89% | 0.86% | - |
| XYZ | 27.04 | 51.81 | 14.21 | - |
| YUV | 144.18 | 85.57 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 69 | 0.89 | 0 | 0.69 | 0.14 | 133.78 | 0.8 | 0.48 |
| Hex | 18 | DC | 45 | 59 | 0 | 45 | E | 86 | 50 | 30 |
| Octal | 30 | 334 | 105 | 131 | 0 | 105 | 16 | 206 | 120 | 60 |
| Binary | 11000 | 11011100 | 1000101 | 1011001 | 0 | 1000101 | 1110 | 10000110 | 1010000 | 110000 |
Color Harmonies of #18DC45
Complementary color
Monochromatic Colors of #18DC45
Black with #18DC45
Text Example
Text Example
White with #18DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC45; }
p { color: rgb(24,220,69); }
H1.HeaderClassName
{
color: #18DC45;
}
.AnyTagClassName
{
color: #18DC45;
}
</style>
background-color css
<style>
a { background-color: #18DC45; }
a { background-color: rgb(24,220,69); }
div.DivClassName
{
background-color: #18DC45;
}
.BgClassName
{
background-color: #18DC45;
}
</style>
border-color css
<style>
span { border-color: #18DC45; }
span { border-color: rgb(24,220,69); }
td.TdClassName
{
border-color: #18DC45;
}
.TagClassName
{
border-color: #18DC45;
}
</style>