Shades of Malachite #18F455
Tints of Malachite #18F455
RGB
CMYK
RGB Variations
Color information
#18F455 (or 0x18F455) is known color: Malachite. HEX triplet: 18, F4 and 55. RGB value is (24,244,85). Sum of RGB (Red+Green+Blue) = 24+244+85=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 244 (95.70% from 255 or 69.12% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 244 - color contains mainly: green. Hex color #18F455 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F455 is #E70BAA. Grayscale: #A0A0A0. Windows color (decimal): -15141803 or 5633048. OLE color: 5633048.
HSL color Cylindrical-coordinate representation of color #18F455: hue angle of 136.64º degrees, saturation: 0.91, 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 #18F455 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 244 | 85 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.04 |
| HSL | 136.64º | 0.91% | 0.53% | - |
| HSV(B) | 136.64º | 0.9% | 0.96% | - |
| XYZ | 34.37 | 65.55 | 19.44 | - |
| YUV | 160.09 | 85.61 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 244 | 85 | 0.90 | 0 | 0.65 | 0.04 | 136.64 | 0.91 | 0.53 |
| Hex | 18 | F4 | 55 | 5A | 0 | 41 | 4 | 89 | 5B | 35 |
| Octal | 30 | 364 | 125 | 132 | 0 | 101 | 4 | 211 | 133 | 65 |
| Binary | 11000 | 11110100 | 1010101 | 1011010 | 0 | 1000001 | 100 | 10001001 | 1011011 | 110101 |
Color Harmonies of #18F455
Complementary color
Monochromatic Colors of #18F455
Black with #18F455
Text Example
Text Example
White with #18F455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F455; }
p { color: rgb(24,244,85); }
H1.HeaderClassName
{
color: #18F455;
}
.AnyTagClassName
{
color: #18F455;
}
</style>
background-color css
<style>
a { background-color: #18F455; }
a { background-color: rgb(24,244,85); }
div.DivClassName
{
background-color: #18F455;
}
.BgClassName
{
background-color: #18F455;
}
</style>
border-color css
<style>
span { border-color: #18F455; }
span { border-color: rgb(24,244,85); }
td.TdClassName
{
border-color: #18F455;
}
.TagClassName
{
border-color: #18F455;
}
</style>