Shades of Malachite #18F84A
Tints of Malachite #18F84A
RGB
CMYK
RGB Variations
Color information
#18F84A (or 0x18F84A) is known color: Malachite. HEX triplet: 18, F8 and 4A. RGB value is (24,248,74). Sum of RGB (Red+Green+Blue) = 24+248+74=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #18F84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F84A is #E707B5. Grayscale: #A1A1A1. Windows color (decimal): -15140790 or 4913176. OLE color: 4913176.
HSL color Cylindrical-coordinate representation of color #18F84A: hue angle of 133.39º 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 #18F84A is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 74 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.03 |
| HSL | 133.39º | 0.94% | 0.53% | - |
| HSV(B) | 133.39º | 0.9% | 0.97% | - |
| XYZ | 35.18 | 67.82 | 17.72 | - |
| YUV | 161.19 | 78.79 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 74 | 0.90 | 0 | 0.70 | 0.03 | 133.39 | 0.94 | 0.53 |
| Hex | 18 | F8 | 4A | 5A | 0 | 46 | 3 | 85 | 5E | 35 |
| Octal | 30 | 370 | 112 | 132 | 0 | 106 | 3 | 205 | 136 | 65 |
| Binary | 11000 | 11111000 | 1001010 | 1011010 | 0 | 1000110 | 11 | 10000101 | 1011110 | 110101 |
Color Harmonies of #18F84A
Complementary color
Monochromatic Colors of #18F84A
Black with #18F84A
Text Example
Text Example
White with #18F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F84A; }
p { color: rgb(24,248,74); }
H1.HeaderClassName
{
color: #18F84A;
}
.AnyTagClassName
{
color: #18F84A;
}
</style>
background-color css
<style>
a { background-color: #18F84A; }
a { background-color: rgb(24,248,74); }
div.DivClassName
{
background-color: #18F84A;
}
.BgClassName
{
background-color: #18F84A;
}
</style>
border-color css
<style>
span { border-color: #18F84A; }
span { border-color: rgb(24,248,74); }
td.TdClassName
{
border-color: #18F84A;
}
.TagClassName
{
border-color: #18F84A;
}
</style>