Shades of Malachite #18FE40
Tints of Malachite #18FE40
RGB
CMYK
RGB Variations
Color information
#18FE40 (or 0x18FE40) is known color: Malachite. HEX triplet: 18, FE and 40. RGB value is (24,254,64). Sum of RGB (Red+Green+Blue) = 24+254+64=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #18FE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FE40 is #E701BF. Grayscale: #A4A4A4. Windows color (decimal): -15139264 or 4259352. OLE color: 4259352.
HSL color Cylindrical-coordinate representation of color #18FE40: hue angle of 130.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FE40 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 64 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.00 |
| HSL | 130.43º | 0.99% | 0.55% | - |
| HSV(B) | 130.43º | 0.91% | 1% | - |
| XYZ | 36.74 | 71.45 | 16.7 | - |
| YUV | 163.57 | 71.8 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 64 | 0.91 | 0 | 0.75 | 0.00 | 130.43 | 0.99 | 0.55 |
| Hex | 18 | FE | 40 | 5B | 0 | 4B | 0 | 82 | 63 | 37 |
| Octal | 30 | 376 | 100 | 133 | 0 | 113 | 0 | 202 | 143 | 67 |
| Binary | 11000 | 11111110 | 1000000 | 1011011 | 0 | 1001011 | 0 | 10000010 | 1100011 | 110111 |
Color Harmonies of #18FE40
Complementary color
Monochromatic Colors of #18FE40
Black with #18FE40
Text Example
Text Example
White with #18FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FE40; }
p { color: rgb(24,254,64); }
H1.HeaderClassName
{
color: #18FE40;
}
.AnyTagClassName
{
color: #18FE40;
}
</style>
background-color css
<style>
a { background-color: #18FE40; }
a { background-color: rgb(24,254,64); }
div.DivClassName
{
background-color: #18FE40;
}
.BgClassName
{
background-color: #18FE40;
}
</style>
border-color css
<style>
span { border-color: #18FE40; }
span { border-color: rgb(24,254,64); }
td.TdClassName
{
border-color: #18FE40;
}
.TagClassName
{
border-color: #18FE40;
}
</style>