Shades of Malachite #18F445
Tints of Malachite #18F445
RGB
CMYK
RGB Variations
Color information
#18F445 (or 0x18F445) is known color: Malachite. HEX triplet: 18, F4 and 45. RGB value is (24,244,69). Sum of RGB (Red+Green+Blue) = 24+244+69=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #18F445 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F445 is #E70BBA. Grayscale: #9E9E9E. Windows color (decimal): -15141819 or 4584472. OLE color: 4584472.
HSL color Cylindrical-coordinate representation of color #18F445: hue angle of 132.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F445 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 69 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.04 |
| HSL | 132.27º | 0.91% | 0.53% | - |
| HSV(B) | 132.27º | 0.9% | 0.96% | - |
| XYZ | 33.8 | 65.33 | 16.46 | - |
| YUV | 158.27 | 77.61 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 69 | 0.90 | 0 | 0.72 | 0.04 | 132.27 | 0.91 | 0.53 |
| Hex | 18 | F4 | 45 | 5A | 0 | 48 | 4 | 84 | 5B | 35 |
| Octal | 30 | 364 | 105 | 132 | 0 | 110 | 4 | 204 | 133 | 65 |
| Binary | 11000 | 11110100 | 1000101 | 1011010 | 0 | 1001000 | 100 | 10000100 | 1011011 | 110101 |
Color Harmonies of #18F445
Complementary color
Monochromatic Colors of #18F445
Black with #18F445
Text Example
Text Example
White with #18F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F445; }
p { color: rgb(24,244,69); }
H1.HeaderClassName
{
color: #18F445;
}
.AnyTagClassName
{
color: #18F445;
}
</style>
background-color css
<style>
a { background-color: #18F445; }
a { background-color: rgb(24,244,69); }
div.DivClassName
{
background-color: #18F445;
}
.BgClassName
{
background-color: #18F445;
}
</style>
border-color css
<style>
span { border-color: #18F445; }
span { border-color: rgb(24,244,69); }
td.TdClassName
{
border-color: #18F445;
}
.TagClassName
{
border-color: #18F445;
}
</style>