Shades of Malachite #18F663
Tints of Malachite #18F663
RGB
CMYK
RGB Variations
Color information
#18F663 (or 0x18F663) is known color: Malachite. HEX triplet: 18, F6 and 63. RGB value is (24,246,99). Sum of RGB (Red+Green+Blue) = 24+246+99=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #18F663 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F663 is #E7099C. Grayscale: #A3A3A3. Windows color (decimal): -15141277 or 6551064. OLE color: 6551064.
HSL color Cylindrical-coordinate representation of color #18F663: hue angle of 140.27º 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 #18F663 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 99 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.04 |
| HSL | 140.27º | 0.93% | 0.53% | - |
| HSV(B) | 140.27º | 0.9% | 0.96% | - |
| XYZ | 35.58 | 67.01 | 22.86 | - |
| YUV | 162.86 | 91.95 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 99 | 0.90 | 0 | 0.60 | 0.04 | 140.27 | 0.93 | 0.53 |
| Hex | 18 | F6 | 63 | 5A | 0 | 3C | 4 | 8C | 5C | 35 |
| Octal | 30 | 366 | 143 | 132 | 0 | 74 | 4 | 214 | 134 | 65 |
| Binary | 11000 | 11110110 | 1100011 | 1011010 | 0 | 111100 | 100 | 10001100 | 1011100 | 110101 |
Color Harmonies of #18F663
Complementary color
Monochromatic Colors of #18F663
Black with #18F663
Text Example
Text Example
White with #18F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F663; }
p { color: rgb(24,246,99); }
H1.HeaderClassName
{
color: #18F663;
}
.AnyTagClassName
{
color: #18F663;
}
</style>
background-color css
<style>
a { background-color: #18F663; }
a { background-color: rgb(24,246,99); }
div.DivClassName
{
background-color: #18F663;
}
.BgClassName
{
background-color: #18F663;
}
</style>
border-color css
<style>
span { border-color: #18F663; }
span { border-color: rgb(24,246,99); }
td.TdClassName
{
border-color: #18F663;
}
.TagClassName
{
border-color: #18F663;
}
</style>