Shades of Malachite #18D450
Tints of Malachite #18D450
RGB
CMYK
RGB Variations
Color information
#18D450 (or 0x18D450) is known color: Malachite. HEX triplet: 18, D4 and 50. RGB value is (24,212,80). Sum of RGB (Red+Green+Blue) = 24+212+80=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 212 (83.20% from 255 or 67.09% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 212 - color contains mainly: green. Hex color #18D450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D450 is #E72BAF. Grayscale: #8D8D8D. Windows color (decimal): -15150000 or 5297176. OLE color: 5297176.
HSL color Cylindrical-coordinate representation of color #18D450: hue angle of 137.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D450 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 80 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.17 |
| HSL | 137.87º | 0.8% | 0.46% | - |
| HSV(B) | 137.87º | 0.89% | 0.83% | - |
| XYZ | 25.37 | 47.86 | 15.49 | - |
| YUV | 140.74 | 93.72 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 80 | 0.89 | 0 | 0.62 | 0.17 | 137.87 | 0.8 | 0.46 |
| Hex | 18 | D4 | 50 | 59 | 0 | 3E | 11 | 8A | 50 | 2E |
| Octal | 30 | 324 | 120 | 131 | 0 | 76 | 21 | 212 | 120 | 56 |
| Binary | 11000 | 11010100 | 1010000 | 1011001 | 0 | 111110 | 10001 | 10001010 | 1010000 | 101110 |
Color Harmonies of #18D450
Complementary color
Monochromatic Colors of #18D450
Black with #18D450
Text Example
Text Example
White with #18D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D450; }
p { color: rgb(24,212,80); }
H1.HeaderClassName
{
color: #18D450;
}
.AnyTagClassName
{
color: #18D450;
}
</style>
background-color css
<style>
a { background-color: #18D450; }
a { background-color: rgb(24,212,80); }
div.DivClassName
{
background-color: #18D450;
}
.BgClassName
{
background-color: #18D450;
}
</style>
border-color css
<style>
span { border-color: #18D450; }
span { border-color: rgb(24,212,80); }
td.TdClassName
{
border-color: #18D450;
}
.TagClassName
{
border-color: #18D450;
}
</style>