Shades of Malachite #18FC42
Tints of Malachite #18FC42
RGB
CMYK
RGB Variations
Color information
#18FC42 (or 0x18FC42) is known color: Malachite. HEX triplet: 18, FC and 42. RGB value is (24,252,66). Sum of RGB (Red+Green+Blue) = 24+252+66=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FC42 is #E703BD. Grayscale: #A3A3A3. Windows color (decimal): -15139774 or 4389912. OLE color: 4389912.
HSL color Cylindrical-coordinate representation of color #18FC42: hue angle of 131.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FC42 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 66 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.01 |
| HSL | 131.05º | 0.97% | 0.54% | - |
| HSV(B) | 131.05º | 0.9% | 0.99% | - |
| XYZ | 36.17 | 70.21 | 16.8 | - |
| YUV | 162.62 | 73.46 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 66 | 0.90 | 0 | 0.74 | 0.01 | 131.05 | 0.97 | 0.54 |
| Hex | 18 | FC | 42 | 5A | 0 | 4A | 1 | 83 | 61 | 36 |
| Octal | 30 | 374 | 102 | 132 | 0 | 112 | 1 | 203 | 141 | 66 |
| Binary | 11000 | 11111100 | 1000010 | 1011010 | 0 | 1001010 | 1 | 10000011 | 1100001 | 110110 |
Color Harmonies of #18FC42
Complementary color
Monochromatic Colors of #18FC42
Black with #18FC42
Text Example
Text Example
White with #18FC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC42; }
p { color: rgb(24,252,66); }
H1.HeaderClassName
{
color: #18FC42;
}
.AnyTagClassName
{
color: #18FC42;
}
</style>
background-color css
<style>
a { background-color: #18FC42; }
a { background-color: rgb(24,252,66); }
div.DivClassName
{
background-color: #18FC42;
}
.BgClassName
{
background-color: #18FC42;
}
</style>
border-color css
<style>
span { border-color: #18FC42; }
span { border-color: rgb(24,252,66); }
td.TdClassName
{
border-color: #18FC42;
}
.TagClassName
{
border-color: #18FC42;
}
</style>