Shades of Malachite #18F050
Tints of Malachite #18F050
RGB
CMYK
RGB Variations
Color information
#18F050 (or 0x18F050) is known color: Malachite. HEX triplet: 18, F0 and 50. RGB value is (24,240,80). Sum of RGB (Red+Green+Blue) = 24+240+80=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #18F050 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F050 is #E70FAF. Grayscale: #9D9D9D. Windows color (decimal): -15142832 or 5304344. OLE color: 5304344.
HSL color Cylindrical-coordinate representation of color #18F050: hue angle of 135.56º 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 #18F050 is Cyan = 0.9, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 80 | - |
| CMYK | 0.9 | 0 | 0.67 | 0.06 |
| HSL | 135.56º | 0.88% | 0.52% | - |
| HSV(B) | 135.56º | 0.9% | 0.94% | - |
| XYZ | 32.98 | 63.09 | 18.03 | - |
| YUV | 157.18 | 84.44 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 80 | 0.9 | 0 | 0.67 | 0.06 | 135.56 | 0.88 | 0.52 |
| Hex | 18 | F0 | 50 | 5A | 0 | 43 | 6 | 88 | 58 | 34 |
| Octal | 30 | 360 | 120 | 132 | 0 | 103 | 6 | 210 | 130 | 64 |
| Binary | 11000 | 11110000 | 1010000 | 1011010 | 0 | 1000011 | 110 | 10001000 | 1011000 | 110100 |
Color Harmonies of #18F050
Complementary color
Monochromatic Colors of #18F050
Black with #18F050
Text Example
Text Example
White with #18F050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F050; }
p { color: rgb(24,240,80); }
H1.HeaderClassName
{
color: #18F050;
}
.AnyTagClassName
{
color: #18F050;
}
</style>
background-color css
<style>
a { background-color: #18F050; }
a { background-color: rgb(24,240,80); }
div.DivClassName
{
background-color: #18F050;
}
.BgClassName
{
background-color: #18F050;
}
</style>
border-color css
<style>
span { border-color: #18F050; }
span { border-color: rgb(24,240,80); }
td.TdClassName
{
border-color: #18F050;
}
.TagClassName
{
border-color: #18F050;
}
</style>