Shades of Malachite #18F240
Tints of Malachite #18F240
RGB
CMYK
RGB Variations
Color information
#18F240 (or 0x18F240) is known color: Malachite. HEX triplet: 18, F2 and 40. RGB value is (24,242,64). Sum of RGB (Red+Green+Blue) = 24+242+64=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #18F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F240 is #E70DBF. Grayscale: #9D9D9D. Windows color (decimal): -15142336 or 4256280. OLE color: 4256280.
HSL color Cylindrical-coordinate representation of color #18F240: hue angle of 131.01º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F240 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 64 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.05 |
| HSL | 131.01º | 0.89% | 0.52% | - |
| HSV(B) | 131.01º | 0.9% | 0.95% | - |
| XYZ | 33.05 | 64.07 | 15.47 | - |
| YUV | 156.53 | 75.78 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 64 | 0.90 | 0 | 0.74 | 0.05 | 131.01 | 0.89 | 0.52 |
| Hex | 18 | F2 | 40 | 5A | 0 | 4A | 5 | 83 | 59 | 34 |
| Octal | 30 | 362 | 100 | 132 | 0 | 112 | 5 | 203 | 131 | 64 |
| Binary | 11000 | 11110010 | 1000000 | 1011010 | 0 | 1001010 | 101 | 10000011 | 1011001 | 110100 |
Color Harmonies of #18F240
Complementary color
Monochromatic Colors of #18F240
Black with #18F240
Text Example
Text Example
White with #18F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F240; }
p { color: rgb(24,242,64); }
H1.HeaderClassName
{
color: #18F240;
}
.AnyTagClassName
{
color: #18F240;
}
</style>
background-color css
<style>
a { background-color: #18F240; }
a { background-color: rgb(24,242,64); }
div.DivClassName
{
background-color: #18F240;
}
.BgClassName
{
background-color: #18F240;
}
</style>
border-color css
<style>
span { border-color: #18F240; }
span { border-color: rgb(24,242,64); }
td.TdClassName
{
border-color: #18F240;
}
.TagClassName
{
border-color: #18F240;
}
</style>