Shades of Malachite #18F861
Tints of Malachite #18F861
RGB
CMYK
RGB Variations
Color information
#18F861 (or 0x18F861) is known color: Malachite. HEX triplet: 18, F8 and 61. RGB value is (24,248,97). Sum of RGB (Red+Green+Blue) = 24+248+97=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #18F861 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F861 is #E7079E. Grayscale: #A4A4A4. Windows color (decimal): -15140767 or 6420504. OLE color: 6420504.
HSL color Cylindrical-coordinate representation of color #18F861: hue angle of 139.55º 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 #18F861 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 97 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.03 |
| HSL | 139.55º | 0.94% | 0.53% | - |
| HSV(B) | 139.55º | 0.9% | 0.97% | - |
| XYZ | 36.1 | 68.19 | 22.57 | - |
| YUV | 163.81 | 90.29 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 97 | 0.90 | 0 | 0.61 | 0.03 | 139.55 | 0.94 | 0.53 |
| Hex | 18 | F8 | 61 | 5A | 0 | 3D | 3 | 8C | 5E | 35 |
| Octal | 30 | 370 | 141 | 132 | 0 | 75 | 3 | 214 | 136 | 65 |
| Binary | 11000 | 11111000 | 1100001 | 1011010 | 0 | 111101 | 11 | 10001100 | 1011110 | 110101 |
Color Harmonies of #18F861
Complementary color
Monochromatic Colors of #18F861
Black with #18F861
Text Example
Text Example
White with #18F861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F861; }
p { color: rgb(24,248,97); }
H1.HeaderClassName
{
color: #18F861;
}
.AnyTagClassName
{
color: #18F861;
}
</style>
background-color css
<style>
a { background-color: #18F861; }
a { background-color: rgb(24,248,97); }
div.DivClassName
{
background-color: #18F861;
}
.BgClassName
{
background-color: #18F861;
}
</style>
border-color css
<style>
span { border-color: #18F861; }
span { border-color: rgb(24,248,97); }
td.TdClassName
{
border-color: #18F861;
}
.TagClassName
{
border-color: #18F861;
}
</style>