Shades of Malachite #18DC4A
Tints of Malachite #18DC4A
RGB
CMYK
RGB Variations
Color information
#18DC4A (or 0x18DC4A) is known color: Malachite. HEX triplet: 18, DC and 4A. RGB value is (24,220,74). Sum of RGB (Red+Green+Blue) = 24+220+74=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC4A is #E723B5. Grayscale: #919191. Windows color (decimal): -15147958 or 4906008. OLE color: 4906008.
HSL color Cylindrical-coordinate representation of color #18DC4A: hue angle of 135.31º 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 #18DC4A is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 74 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.14 |
| HSL | 135.31º | 0.8% | 0.48% | - |
| HSV(B) | 135.31º | 0.89% | 0.86% | - |
| XYZ | 27.21 | 51.88 | 15.06 | - |
| YUV | 144.75 | 88.07 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 74 | 0.89 | 0 | 0.66 | 0.14 | 135.31 | 0.8 | 0.48 |
| Hex | 18 | DC | 4A | 59 | 0 | 42 | E | 87 | 50 | 30 |
| Octal | 30 | 334 | 112 | 131 | 0 | 102 | 16 | 207 | 120 | 60 |
| Binary | 11000 | 11011100 | 1001010 | 1011001 | 0 | 1000010 | 1110 | 10000111 | 1010000 | 110000 |
Color Harmonies of #18DC4A
Complementary color
Monochromatic Colors of #18DC4A
Black with #18DC4A
Text Example
Text Example
White with #18DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC4A; }
p { color: rgb(24,220,74); }
H1.HeaderClassName
{
color: #18DC4A;
}
.AnyTagClassName
{
color: #18DC4A;
}
</style>
background-color css
<style>
a { background-color: #18DC4A; }
a { background-color: rgb(24,220,74); }
div.DivClassName
{
background-color: #18DC4A;
}
.BgClassName
{
background-color: #18DC4A;
}
</style>
border-color css
<style>
span { border-color: #18DC4A; }
span { border-color: rgb(24,220,74); }
td.TdClassName
{
border-color: #18DC4A;
}
.TagClassName
{
border-color: #18DC4A;
}
</style>