Shades of Malachite #18D642
Tints of Malachite #18D642
RGB
CMYK
RGB Variations
Color information
#18D642 (or 0x18D642) is known color: Malachite. HEX triplet: 18, D6 and 42. RGB value is (24,214,66). Sum of RGB (Red+Green+Blue) = 24+214+66=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 214 (83.98% from 255 or 70.39% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 214 - color contains mainly: green. Hex color #18D642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D642 is #E729BD. Grayscale: #8C8C8C. Windows color (decimal): -15149502 or 4380184. OLE color: 4380184.
HSL color Cylindrical-coordinate representation of color #18D642: hue angle of 133.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D642 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 66 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.16 |
| HSL | 133.26º | 0.8% | 0.47% | - |
| HSV(B) | 133.26º | 0.89% | 0.84% | - |
| XYZ | 25.41 | 48.68 | 13.21 | - |
| YUV | 140.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 66 | 0.89 | 0 | 0.69 | 0.16 | 133.26 | 0.8 | 0.47 |
| Hex | 18 | D6 | 42 | 59 | 0 | 45 | 10 | 85 | 50 | 2F |
| Octal | 30 | 326 | 102 | 131 | 0 | 105 | 20 | 205 | 120 | 57 |
| Binary | 11000 | 11010110 | 1000010 | 1011001 | 0 | 1000101 | 10000 | 10000101 | 1010000 | 101111 |
Color Harmonies of #18D642
Complementary color
Monochromatic Colors of #18D642
Black with #18D642
Text Example
Text Example
White with #18D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D642; }
p { color: rgb(24,214,66); }
H1.HeaderClassName
{
color: #18D642;
}
.AnyTagClassName
{
color: #18D642;
}
</style>
background-color css
<style>
a { background-color: #18D642; }
a { background-color: rgb(24,214,66); }
div.DivClassName
{
background-color: #18D642;
}
.BgClassName
{
background-color: #18D642;
}
</style>
border-color css
<style>
span { border-color: #18D642; }
span { border-color: rgb(24,214,66); }
td.TdClassName
{
border-color: #18D642;
}
.TagClassName
{
border-color: #18D642;
}
</style>