Shades of Malachite #18F037
Tints of Malachite #18F037
RGB
CMYK
RGB Variations
Color information
#18F037 (or 0x18F037) is known color: Malachite. HEX triplet: 18, F0 and 37. RGB value is (24,240,55). Sum of RGB (Red+Green+Blue) = 24+240+55=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #18F037 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F037 is #E70FC8. Grayscale: #9A9A9A. Windows color (decimal): -15142857 or 3665944. OLE color: 3665944.
HSL color Cylindrical-coordinate representation of color #18F037: hue angle of 128.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F037 is Cyan = 0.9, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 55 | - |
| CMYK | 0.9 | 0 | 0.77 | 0.06 |
| HSL | 128.61º | 0.88% | 0.52% | - |
| HSV(B) | 128.61º | 0.9% | 0.94% | - |
| XYZ | 32.23 | 62.79 | 14.04 | - |
| YUV | 154.33 | 71.94 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 55 | 0.9 | 0 | 0.77 | 0.06 | 128.61 | 0.88 | 0.52 |
| Hex | 18 | F0 | 37 | 5A | 0 | 4D | 6 | 81 | 58 | 34 |
| Octal | 30 | 360 | 67 | 132 | 0 | 115 | 6 | 201 | 130 | 64 |
| Binary | 11000 | 11110000 | 110111 | 1011010 | 0 | 1001101 | 110 | 10000001 | 1011000 | 110100 |
Color Harmonies of #18F037
Complementary color
Monochromatic Colors of #18F037
Black with #18F037
Text Example
Text Example
White with #18F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F037; }
p { color: rgb(24,240,55); }
H1.HeaderClassName
{
color: #18F037;
}
.AnyTagClassName
{
color: #18F037;
}
</style>
background-color css
<style>
a { background-color: #18F037; }
a { background-color: rgb(24,240,55); }
div.DivClassName
{
background-color: #18F037;
}
.BgClassName
{
background-color: #18F037;
}
</style>
border-color css
<style>
span { border-color: #18F037; }
span { border-color: rgb(24,240,55); }
td.TdClassName
{
border-color: #18F037;
}
.TagClassName
{
border-color: #18F037;
}
</style>