Shades of Malachite #18FE42
Tints of Malachite #18FE42
RGB
CMYK
RGB Variations
Color information
#18FE42 (or 0x18FE42) is known color: Malachite. HEX triplet: 18, FE and 42. RGB value is (24,254,66). Sum of RGB (Red+Green+Blue) = 24+254+66=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #18FE42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FE42 is #E701BD. Grayscale: #A4A4A4. Windows color (decimal): -15139262 or 4390424. OLE color: 4390424.
HSL color Cylindrical-coordinate representation of color #18FE42: hue angle of 130.96º 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 #18FE42 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 66 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.00 |
| HSL | 130.96º | 0.99% | 0.55% | - |
| HSV(B) | 130.96º | 0.91% | 1% | - |
| XYZ | 36.8 | 71.47 | 17.01 | - |
| YUV | 163.8 | 72.8 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 66 | 0.91 | 0 | 0.74 | 0.00 | 130.96 | 0.99 | 0.55 |
| Hex | 18 | FE | 42 | 5B | 0 | 4A | 0 | 83 | 63 | 37 |
| Octal | 30 | 376 | 102 | 133 | 0 | 112 | 0 | 203 | 143 | 67 |
| Binary | 11000 | 11111110 | 1000010 | 1011011 | 0 | 1001010 | 0 | 10000011 | 1100011 | 110111 |
Color Harmonies of #18FE42
Complementary color
Monochromatic Colors of #18FE42
Black with #18FE42
Text Example
Text Example
White with #18FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FE42; }
p { color: rgb(24,254,66); }
H1.HeaderClassName
{
color: #18FE42;
}
.AnyTagClassName
{
color: #18FE42;
}
</style>
background-color css
<style>
a { background-color: #18FE42; }
a { background-color: rgb(24,254,66); }
div.DivClassName
{
background-color: #18FE42;
}
.BgClassName
{
background-color: #18FE42;
}
</style>
border-color css
<style>
span { border-color: #18FE42; }
span { border-color: rgb(24,254,66); }
td.TdClassName
{
border-color: #18FE42;
}
.TagClassName
{
border-color: #18FE42;
}
</style>