Shades of Malachite #18BF55
Tints of Malachite #18BF55
RGB
CMYK
RGB Variations
Color information
#18BF55 (or 0x18BF55) is known color: Malachite. HEX triplet: 18, BF and 55. RGB value is (24,191,85). Sum of RGB (Red+Green+Blue) = 24+191+85=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BF55 is #E740AA. Grayscale: #818181. Windows color (decimal): -15155371 or 5619480. OLE color: 5619480.
HSL color Cylindrical-coordinate representation of color #18BF55: hue angle of 141.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF55 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 85 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.25 |
| HSL | 141.92º | 0.78% | 0.42% | - |
| HSV(B) | 141.92º | 0.87% | 0.75% | - |
| XYZ | 20.65 | 38.11 | 14.86 | - |
| YUV | 128.98 | 103.17 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 85 | 0.87 | 0 | 0.55 | 0.25 | 141.92 | 0.78 | 0.42 |
| Hex | 18 | BF | 55 | 57 | 0 | 37 | 19 | 8E | 4E | 2A |
| Octal | 30 | 277 | 125 | 127 | 0 | 67 | 31 | 216 | 116 | 52 |
| Binary | 11000 | 10111111 | 1010101 | 1010111 | 0 | 110111 | 11001 | 10001110 | 1001110 | 101010 |
Color Harmonies of #18BF55
Complementary color
Monochromatic Colors of #18BF55
Black with #18BF55
Text Example
Text Example
White with #18BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BF55; }
p { color: rgb(24,191,85); }
H1.HeaderClassName
{
color: #18BF55;
}
.AnyTagClassName
{
color: #18BF55;
}
</style>
background-color css
<style>
a { background-color: #18BF55; }
a { background-color: rgb(24,191,85); }
div.DivClassName
{
background-color: #18BF55;
}
.BgClassName
{
background-color: #18BF55;
}
</style>
border-color css
<style>
span { border-color: #18BF55; }
span { border-color: rgb(24,191,85); }
td.TdClassName
{
border-color: #18BF55;
}
.TagClassName
{
border-color: #18BF55;
}
</style>