Shades of Malachite #18F356
Tints of Malachite #18F356
RGB
CMYK
RGB Variations
Color information
#18F356 (or 0x18F356) is known color: Malachite. HEX triplet: 18, F3 and 56. RGB value is (24,243,86). Sum of RGB (Red+Green+Blue) = 24+243+86=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #18F356 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F356 is #E70CA9. Grayscale: #A0A0A0. Windows color (decimal): -15142058 or 5698328. OLE color: 5698328.
HSL color Cylindrical-coordinate representation of color #18F356: hue angle of 136.99º 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 #18F356 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 243 | 86 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.05 |
| HSL | 136.99º | 0.9% | 0.52% | - |
| HSV(B) | 136.99º | 0.9% | 0.95% | - |
| XYZ | 34.11 | 64.97 | 19.55 | - |
| YUV | 159.62 | 86.45 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 86 | 0.90 | 0 | 0.65 | 0.05 | 136.99 | 0.9 | 0.52 |
| Hex | 18 | F3 | 56 | 5A | 0 | 41 | 5 | 89 | 5A | 34 |
| Octal | 30 | 363 | 126 | 132 | 0 | 101 | 5 | 211 | 132 | 64 |
| Binary | 11000 | 11110011 | 1010110 | 1011010 | 0 | 1000001 | 101 | 10001001 | 1011010 | 110100 |
Color Harmonies of #18F356
Complementary color
Monochromatic Colors of #18F356
Black with #18F356
Text Example
Text Example
White with #18F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F356; }
p { color: rgb(24,243,86); }
H1.HeaderClassName
{
color: #18F356;
}
.AnyTagClassName
{
color: #18F356;
}
</style>
background-color css
<style>
a { background-color: #18F356; }
a { background-color: rgb(24,243,86); }
div.DivClassName
{
background-color: #18F356;
}
.BgClassName
{
background-color: #18F356;
}
</style>
border-color css
<style>
span { border-color: #18F356; }
span { border-color: rgb(24,243,86); }
td.TdClassName
{
border-color: #18F356;
}
.TagClassName
{
border-color: #18F356;
}
</style>