Shades of Malachite #18F548
Tints of Malachite #18F548
RGB
CMYK
RGB Variations
Color information
#18F548 (or 0x18F548) is known color: Malachite. HEX triplet: 18, F5 and 48. RGB value is (24,245,72). Sum of RGB (Red+Green+Blue) = 24+245+72=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #18F548 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F548 is #E70AB7. Grayscale: #9F9F9F. Windows color (decimal): -15141560 or 4781336. OLE color: 4781336.
HSL color Cylindrical-coordinate representation of color #18F548: hue angle of 133.03º degrees, saturation: 0.92, 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 #18F548 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 72 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.04 |
| HSL | 133.03º | 0.92% | 0.53% | - |
| HSV(B) | 133.03º | 0.9% | 0.96% | - |
| XYZ | 34.2 | 65.97 | 17.06 | - |
| YUV | 159.2 | 78.78 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 72 | 0.90 | 0 | 0.71 | 0.04 | 133.03 | 0.92 | 0.53 |
| Hex | 18 | F5 | 48 | 5A | 0 | 47 | 4 | 85 | 5C | 35 |
| Octal | 30 | 365 | 110 | 132 | 0 | 107 | 4 | 205 | 134 | 65 |
| Binary | 11000 | 11110101 | 1001000 | 1011010 | 0 | 1000111 | 100 | 10000101 | 1011100 | 110101 |
Color Harmonies of #18F548
Complementary color
Monochromatic Colors of #18F548
Black with #18F548
Text Example
Text Example
White with #18F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F548; }
p { color: rgb(24,245,72); }
H1.HeaderClassName
{
color: #18F548;
}
.AnyTagClassName
{
color: #18F548;
}
</style>
background-color css
<style>
a { background-color: #18F548; }
a { background-color: rgb(24,245,72); }
div.DivClassName
{
background-color: #18F548;
}
.BgClassName
{
background-color: #18F548;
}
</style>
border-color css
<style>
span { border-color: #18F548; }
span { border-color: rgb(24,245,72); }
td.TdClassName
{
border-color: #18F548;
}
.TagClassName
{
border-color: #18F548;
}
</style>