Shades of Malachite #18F642
Tints of Malachite #18F642
RGB
CMYK
RGB Variations
Color information
#18F642 (or 0x18F642) is known color: Malachite. HEX triplet: 18, F6 and 42. RGB value is (24,246,66). Sum of RGB (Red+Green+Blue) = 24+246+66=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 246 (96.48% from 255 or 73.21% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 246 - color contains mainly: green. Hex color #18F642 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F642 is #E709BD. Grayscale: #9F9F9F. Windows color (decimal): -15141310 or 4388376. OLE color: 4388376.
HSL color Cylindrical-coordinate representation of color #18F642: hue angle of 131.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F642 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 66 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.04 |
| HSL | 131.35º | 0.93% | 0.53% | - |
| HSV(B) | 131.35º | 0.9% | 0.96% | - |
| XYZ | 34.32 | 66.5 | 16.18 | - |
| YUV | 159.1 | 75.45 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 66 | 0.90 | 0 | 0.73 | 0.04 | 131.35 | 0.93 | 0.53 |
| Hex | 18 | F6 | 42 | 5A | 0 | 49 | 4 | 83 | 5C | 35 |
| Octal | 30 | 366 | 102 | 132 | 0 | 111 | 4 | 203 | 134 | 65 |
| Binary | 11000 | 11110110 | 1000010 | 1011010 | 0 | 1001001 | 100 | 10000011 | 1011100 | 110101 |
Color Harmonies of #18F642
Complementary color
Monochromatic Colors of #18F642
Black with #18F642
Text Example
Text Example
White with #18F642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F642; }
p { color: rgb(24,246,66); }
H1.HeaderClassName
{
color: #18F642;
}
.AnyTagClassName
{
color: #18F642;
}
</style>
background-color css
<style>
a { background-color: #18F642; }
a { background-color: rgb(24,246,66); }
div.DivClassName
{
background-color: #18F642;
}
.BgClassName
{
background-color: #18F642;
}
</style>
border-color css
<style>
span { border-color: #18F642; }
span { border-color: rgb(24,246,66); }
td.TdClassName
{
border-color: #18F642;
}
.TagClassName
{
border-color: #18F642;
}
</style>