Shades of Malachite #18FA41
Tints of Malachite #18FA41
RGB
CMYK
RGB Variations
Color information
#18FA41 (or 0x18FA41) is known color: Malachite. HEX triplet: 18, FA and 41. RGB value is (24,250,65). Sum of RGB (Red+Green+Blue) = 24+250+65=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FA41 is #E705BE. Grayscale: #A1A1A1. Windows color (decimal): -15140287 or 4323864. OLE color: 4323864.
HSL color Cylindrical-coordinate representation of color #18FA41: hue angle of 130.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA41 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 65 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.02 |
| HSL | 130.89º | 0.96% | 0.54% | - |
| HSV(B) | 130.89º | 0.9% | 0.98% | - |
| XYZ | 35.52 | 68.95 | 16.44 | - |
| YUV | 161.34 | 73.63 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 65 | 0.90 | 0 | 0.74 | 0.02 | 130.89 | 0.96 | 0.54 |
| Hex | 18 | FA | 41 | 5A | 0 | 4A | 2 | 83 | 60 | 36 |
| Octal | 30 | 372 | 101 | 132 | 0 | 112 | 2 | 203 | 140 | 66 |
| Binary | 11000 | 11111010 | 1000001 | 1011010 | 0 | 1001010 | 10 | 10000011 | 1100000 | 110110 |
Color Harmonies of #18FA41
Complementary color
Monochromatic Colors of #18FA41
Black with #18FA41
Text Example
Text Example
White with #18FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA41; }
p { color: rgb(24,250,65); }
H1.HeaderClassName
{
color: #18FA41;
}
.AnyTagClassName
{
color: #18FA41;
}
</style>
background-color css
<style>
a { background-color: #18FA41; }
a { background-color: rgb(24,250,65); }
div.DivClassName
{
background-color: #18FA41;
}
.BgClassName
{
background-color: #18FA41;
}
</style>
border-color css
<style>
span { border-color: #18FA41; }
span { border-color: rgb(24,250,65); }
td.TdClassName
{
border-color: #18FA41;
}
.TagClassName
{
border-color: #18FA41;
}
</style>