Shades of Malachite #18F764
Tints of Malachite #18F764
RGB
CMYK
RGB Variations
Color information
#18F764 (or 0x18F764) is known color: Malachite. HEX triplet: 18, F7 and 64. RGB value is (24,247,100). Sum of RGB (Red+Green+Blue) = 24+247+100=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #18F764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F764 is #E7089B. Grayscale: #A3A3A3. Windows color (decimal): -15141020 or 6616856. OLE color: 6616856.
HSL color Cylindrical-coordinate representation of color #18F764: hue angle of 140.45º degrees, saturation: 0.93, 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 #18F764 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 247 | 100 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.03 |
| HSL | 140.45º | 0.93% | 0.53% | - |
| HSV(B) | 140.45º | 0.9% | 0.97% | - |
| XYZ | 35.94 | 67.64 | 23.22 | - |
| YUV | 163.57 | 92.12 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 247 | 100 | 0.90 | 0 | 0.60 | 0.03 | 140.45 | 0.93 | 0.53 |
| Hex | 18 | F7 | 64 | 5A | 0 | 3C | 3 | 8C | 5D | 35 |
| Octal | 30 | 367 | 144 | 132 | 0 | 74 | 3 | 214 | 135 | 65 |
| Binary | 11000 | 11110111 | 1100100 | 1011010 | 0 | 111100 | 11 | 10001100 | 1011101 | 110101 |
Color Harmonies of #18F764
Complementary color
Monochromatic Colors of #18F764
Black with #18F764
Text Example
Text Example
White with #18F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F764; }
p { color: rgb(24,247,100); }
H1.HeaderClassName
{
color: #18F764;
}
.AnyTagClassName
{
color: #18F764;
}
</style>
background-color css
<style>
a { background-color: #18F764; }
a { background-color: rgb(24,247,100); }
div.DivClassName
{
background-color: #18F764;
}
.BgClassName
{
background-color: #18F764;
}
</style>
border-color css
<style>
span { border-color: #18F764; }
span { border-color: rgb(24,247,100); }
td.TdClassName
{
border-color: #18F764;
}
.TagClassName
{
border-color: #18F764;
}
</style>