Shades of Malachite #18F060
Tints of Malachite #18F060
RGB
CMYK
RGB Variations
Color information
#18F060 (or 0x18F060) is known color: Malachite. HEX triplet: 18, F0 and 60. RGB value is (24,240,96). Sum of RGB (Red+Green+Blue) = 24+240+96=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #18F060 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F060 is #E70F9F. Grayscale: #9F9F9F. Windows color (decimal): -15142816 or 6352920. OLE color: 6352920.
HSL color Cylindrical-coordinate representation of color #18F060: hue angle of 140º 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 #18F060 is Cyan = 0.9, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 96 | - |
| CMYK | 0.9 | 0 | 0.6 | 0.06 |
| HSL | 140º | 0.88% | 0.52% | - |
| HSV(B) | 140º | 0.9% | 0.94% | - |
| XYZ | 33.65 | 63.36 | 21.52 | - |
| YUV | 159 | 92.44 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 96 | 0.9 | 0 | 0.6 | 0.06 | 140 | 0.88 | 0.52 |
| Hex | 18 | F0 | 60 | 5A | 0 | 3C | 6 | 8C | 58 | 34 |
| Octal | 30 | 360 | 140 | 132 | 0 | 74 | 6 | 214 | 130 | 64 |
| Binary | 11000 | 11110000 | 1100000 | 1011010 | 0 | 111100 | 110 | 10001100 | 1011000 | 110100 |
Color Harmonies of #18F060
Complementary color
Monochromatic Colors of #18F060
Black with #18F060
Text Example
Text Example
White with #18F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F060; }
p { color: rgb(24,240,96); }
H1.HeaderClassName
{
color: #18F060;
}
.AnyTagClassName
{
color: #18F060;
}
</style>
background-color css
<style>
a { background-color: #18F060; }
a { background-color: rgb(24,240,96); }
div.DivClassName
{
background-color: #18F060;
}
.BgClassName
{
background-color: #18F060;
}
</style>
border-color css
<style>
span { border-color: #18F060; }
span { border-color: rgb(24,240,96); }
td.TdClassName
{
border-color: #18F060;
}
.TagClassName
{
border-color: #18F060;
}
</style>