Shades of Malachite #18F842
Tints of Malachite #18F842
RGB
CMYK
RGB Variations
Color information
#18F842 (or 0x18F842) is known color: Malachite. HEX triplet: 18, F8 and 42. RGB value is (24,248,66). Sum of RGB (Red+Green+Blue) = 24+248+66=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #18F842 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F842 is #E707BD. Grayscale: #A0A0A0. Windows color (decimal): -15140798 or 4388888. OLE color: 4388888.
HSL color Cylindrical-coordinate representation of color #18F842: hue angle of 131.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F842 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 66 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.03 |
| HSL | 131.25º | 0.94% | 0.53% | - |
| HSV(B) | 131.25º | 0.9% | 0.97% | - |
| XYZ | 34.93 | 67.72 | 16.39 | - |
| YUV | 160.28 | 74.79 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 66 | 0.90 | 0 | 0.73 | 0.03 | 131.25 | 0.94 | 0.53 |
| Hex | 18 | F8 | 42 | 5A | 0 | 49 | 3 | 83 | 5E | 35 |
| Octal | 30 | 370 | 102 | 132 | 0 | 111 | 3 | 203 | 136 | 65 |
| Binary | 11000 | 11111000 | 1000010 | 1011010 | 0 | 1001001 | 11 | 10000011 | 1011110 | 110101 |
Color Harmonies of #18F842
Complementary color
Monochromatic Colors of #18F842
Black with #18F842
Text Example
Text Example
White with #18F842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F842; }
p { color: rgb(24,248,66); }
H1.HeaderClassName
{
color: #18F842;
}
.AnyTagClassName
{
color: #18F842;
}
</style>
background-color css
<style>
a { background-color: #18F842; }
a { background-color: rgb(24,248,66); }
div.DivClassName
{
background-color: #18F842;
}
.BgClassName
{
background-color: #18F842;
}
</style>
border-color css
<style>
span { border-color: #18F842; }
span { border-color: rgb(24,248,66); }
td.TdClassName
{
border-color: #18F842;
}
.TagClassName
{
border-color: #18F842;
}
</style>