Shades of Malachite #18F460
Tints of Malachite #18F460
RGB
CMYK
RGB Variations
Color information
#18F460 (or 0x18F460) is known color: Malachite. HEX triplet: 18, F4 and 60. RGB value is (24,244,96). Sum of RGB (Red+Green+Blue) = 24+244+96=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #18F460 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F460 is #E70B9F. Grayscale: #A1A1A1. Windows color (decimal): -15141792 or 6353944. OLE color: 6353944.
HSL color Cylindrical-coordinate representation of color #18F460: hue angle of 139.64º 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 #18F460 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 96 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.04 |
| HSL | 139.64º | 0.91% | 0.53% | - |
| HSV(B) | 139.64º | 0.9% | 0.96% | - |
| XYZ | 34.84 | 65.74 | 21.92 | - |
| YUV | 161.35 | 91.11 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 96 | 0.90 | 0 | 0.61 | 0.04 | 139.64 | 0.91 | 0.53 |
| Hex | 18 | F4 | 60 | 5A | 0 | 3D | 4 | 8C | 5B | 35 |
| Octal | 30 | 364 | 140 | 132 | 0 | 75 | 4 | 214 | 133 | 65 |
| Binary | 11000 | 11110100 | 1100000 | 1011010 | 0 | 111101 | 100 | 10001100 | 1011011 | 110101 |
Color Harmonies of #18F460
Complementary color
Monochromatic Colors of #18F460
Black with #18F460
Text Example
Text Example
White with #18F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F460; }
p { color: rgb(24,244,96); }
H1.HeaderClassName
{
color: #18F460;
}
.AnyTagClassName
{
color: #18F460;
}
</style>
background-color css
<style>
a { background-color: #18F460; }
a { background-color: rgb(24,244,96); }
div.DivClassName
{
background-color: #18F460;
}
.BgClassName
{
background-color: #18F460;
}
</style>
border-color css
<style>
span { border-color: #18F460; }
span { border-color: rgb(24,244,96); }
td.TdClassName
{
border-color: #18F460;
}
.TagClassName
{
border-color: #18F460;
}
</style>