Shades of Malachite #18FC55
Tints of Malachite #18FC55
RGB
CMYK
RGB Variations
Color information
#18FC55 (or 0x18FC55) is known color: Malachite. HEX triplet: 18, FC and 55. RGB value is (24,252,85). Sum of RGB (Red+Green+Blue) = 24+252+85=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FC55 is #E703AA. Grayscale: #A5A5A5. Windows color (decimal): -15139755 or 5635096. OLE color: 5635096.
HSL color Cylindrical-coordinate representation of color #18FC55: hue angle of 136.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FC55 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 85 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.01 |
| HSL | 136.05º | 0.97% | 0.54% | - |
| HSV(B) | 136.05º | 0.9% | 0.99% | - |
| XYZ | 36.83 | 70.47 | 20.26 | - |
| YUV | 164.79 | 82.96 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 85 | 0.90 | 0 | 0.66 | 0.01 | 136.05 | 0.97 | 0.54 |
| Hex | 18 | FC | 55 | 5A | 0 | 42 | 1 | 88 | 61 | 36 |
| Octal | 30 | 374 | 125 | 132 | 0 | 102 | 1 | 210 | 141 | 66 |
| Binary | 11000 | 11111100 | 1010101 | 1011010 | 0 | 1000010 | 1 | 10001000 | 1100001 | 110110 |
Color Harmonies of #18FC55
Complementary color
Monochromatic Colors of #18FC55
Black with #18FC55
Text Example
Text Example
White with #18FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC55; }
p { color: rgb(24,252,85); }
H1.HeaderClassName
{
color: #18FC55;
}
.AnyTagClassName
{
color: #18FC55;
}
</style>
background-color css
<style>
a { background-color: #18FC55; }
a { background-color: rgb(24,252,85); }
div.DivClassName
{
background-color: #18FC55;
}
.BgClassName
{
background-color: #18FC55;
}
</style>
border-color css
<style>
span { border-color: #18FC55; }
span { border-color: rgb(24,252,85); }
td.TdClassName
{
border-color: #18FC55;
}
.TagClassName
{
border-color: #18FC55;
}
</style>