Shades of Malachite #18D445
Tints of Malachite #18D445
RGB
CMYK
RGB Variations
Color information
#18D445 (or 0x18D445) is known color: Malachite. HEX triplet: 18, D4 and 45. RGB value is (24,212,69). Sum of RGB (Red+Green+Blue) = 24+212+69=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 212 (83.20% from 255 or 69.51% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 212 - color contains mainly: green. Hex color #18D445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D445 is #E72BBA. Grayscale: #8B8B8B. Windows color (decimal): -15150011 or 4576280. OLE color: 4576280.
HSL color Cylindrical-coordinate representation of color #18D445: hue angle of 134.36º 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 #18D445 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 212 | 69 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.17 |
| HSL | 134.36º | 0.8% | 0.46% | - |
| HSV(B) | 134.36º | 0.89% | 0.83% | - |
| XYZ | 24.99 | 47.71 | 13.52 | - |
| YUV | 139.49 | 88.22 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 69 | 0.89 | 0 | 0.67 | 0.17 | 134.36 | 0.8 | 0.46 |
| Hex | 18 | D4 | 45 | 59 | 0 | 43 | 11 | 86 | 50 | 2E |
| Octal | 30 | 324 | 105 | 131 | 0 | 103 | 21 | 206 | 120 | 56 |
| Binary | 11000 | 11010100 | 1000101 | 1011001 | 0 | 1000011 | 10001 | 10000110 | 1010000 | 101110 |
Color Harmonies of #18D445
Complementary color
Monochromatic Colors of #18D445
Black with #18D445
Text Example
Text Example
White with #18D445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D445; }
p { color: rgb(24,212,69); }
H1.HeaderClassName
{
color: #18D445;
}
.AnyTagClassName
{
color: #18D445;
}
</style>
background-color css
<style>
a { background-color: #18D445; }
a { background-color: rgb(24,212,69); }
div.DivClassName
{
background-color: #18D445;
}
.BgClassName
{
background-color: #18D445;
}
</style>
border-color css
<style>
span { border-color: #18D445; }
span { border-color: rgb(24,212,69); }
td.TdClassName
{
border-color: #18D445;
}
.TagClassName
{
border-color: #18D445;
}
</style>