Shades of Malachite #18F355
Tints of Malachite #18F355
RGB
CMYK
RGB Variations
Color information
#18F355 (or 0x18F355) is known color: Malachite. HEX triplet: 18, F3 and 55. RGB value is (24,243,85). Sum of RGB (Red+Green+Blue) = 24+243+85=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #18F355 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F355 is #E70CAA. Grayscale: #9F9F9F. Windows color (decimal): -15142059 or 5632792. OLE color: 5632792.
HSL color Cylindrical-coordinate representation of color #18F355: hue angle of 136.71º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F355 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 85 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.05 |
| HSL | 136.71º | 0.9% | 0.52% | - |
| HSV(B) | 136.71º | 0.9% | 0.95% | - |
| XYZ | 34.07 | 64.95 | 19.34 | - |
| YUV | 159.51 | 85.95 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 85 | 0.90 | 0 | 0.65 | 0.05 | 136.71 | 0.9 | 0.52 |
| Hex | 18 | F3 | 55 | 5A | 0 | 41 | 5 | 89 | 5A | 34 |
| Octal | 30 | 363 | 125 | 132 | 0 | 101 | 5 | 211 | 132 | 64 |
| Binary | 11000 | 11110011 | 1010101 | 1011010 | 0 | 1000001 | 101 | 10001001 | 1011010 | 110100 |
Color Harmonies of #18F355
Complementary color
Monochromatic Colors of #18F355
Black with #18F355
Text Example
Text Example
White with #18F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F355; }
p { color: rgb(24,243,85); }
H1.HeaderClassName
{
color: #18F355;
}
.AnyTagClassName
{
color: #18F355;
}
</style>
background-color css
<style>
a { background-color: #18F355; }
a { background-color: rgb(24,243,85); }
div.DivClassName
{
background-color: #18F355;
}
.BgClassName
{
background-color: #18F355;
}
</style>
border-color css
<style>
span { border-color: #18F355; }
span { border-color: rgb(24,243,85); }
td.TdClassName
{
border-color: #18F355;
}
.TagClassName
{
border-color: #18F355;
}
</style>