Shades of Malachite #18F04F
Tints of Malachite #18F04F
RGB
CMYK
RGB Variations
Color information
#18F04F (or 0x18F04F) is known color: Malachite. HEX triplet: 18, F0 and 4F. RGB value is (24,240,79). Sum of RGB (Red+Green+Blue) = 24+240+79=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 240 (94.14% from 255 or 69.97% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 240 - color contains mainly: green. Hex color #18F04F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F04F is #E70FB0. Grayscale: #9D9D9D. Windows color (decimal): -15142833 or 5238808. OLE color: 5238808.
HSL color Cylindrical-coordinate representation of color #18F04F: hue angle of 135.28º 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 #18F04F is Cyan = 0.9, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 79 | - |
| CMYK | 0.9 | 0 | 0.67 | 0.06 |
| HSL | 135.28º | 0.88% | 0.52% | - |
| HSV(B) | 135.28º | 0.9% | 0.94% | - |
| XYZ | 32.95 | 63.08 | 17.84 | - |
| YUV | 157.06 | 83.94 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 79 | 0.9 | 0 | 0.67 | 0.06 | 135.28 | 0.88 | 0.52 |
| Hex | 18 | F0 | 4F | 5A | 0 | 43 | 6 | 87 | 58 | 34 |
| Octal | 30 | 360 | 117 | 132 | 0 | 103 | 6 | 207 | 130 | 64 |
| Binary | 11000 | 11110000 | 1001111 | 1011010 | 0 | 1000011 | 110 | 10000111 | 1011000 | 110100 |
Color Harmonies of #18F04F
Complementary color
Monochromatic Colors of #18F04F
Black with #18F04F
Text Example
Text Example
White with #18F04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F04F; }
p { color: rgb(24,240,79); }
H1.HeaderClassName
{
color: #18F04F;
}
.AnyTagClassName
{
color: #18F04F;
}
</style>
background-color css
<style>
a { background-color: #18F04F; }
a { background-color: rgb(24,240,79); }
div.DivClassName
{
background-color: #18F04F;
}
.BgClassName
{
background-color: #18F04F;
}
</style>
border-color css
<style>
span { border-color: #18F04F; }
span { border-color: rgb(24,240,79); }
td.TdClassName
{
border-color: #18F04F;
}
.TagClassName
{
border-color: #18F04F;
}
</style>