Shades of Malachite #18FB60
Tints of Malachite #18FB60
RGB
CMYK
RGB Variations
Color information
#18FB60 (or 0x18FB60) is known color: Malachite. HEX triplet: 18, FB and 60. RGB value is (24,251,96). Sum of RGB (Red+Green+Blue) = 24+251+96=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FB60 is #E7049F. Grayscale: #A5A5A5. Windows color (decimal): -15140000 or 6355736. OLE color: 6355736.
HSL color Cylindrical-coordinate representation of color #18FB60: hue angle of 139.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FB60 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 96 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.02 |
| HSL | 139.03º | 0.97% | 0.54% | - |
| HSV(B) | 139.03º | 0.9% | 0.98% | - |
| XYZ | 36.99 | 70.03 | 22.63 | - |
| YUV | 165.46 | 88.79 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 96 | 0.90 | 0 | 0.62 | 0.02 | 139.03 | 0.97 | 0.54 |
| Hex | 18 | FB | 60 | 5A | 0 | 3E | 2 | 8B | 61 | 36 |
| Octal | 30 | 373 | 140 | 132 | 0 | 76 | 2 | 213 | 141 | 66 |
| Binary | 11000 | 11111011 | 1100000 | 1011010 | 0 | 111110 | 10 | 10001011 | 1100001 | 110110 |
Color Harmonies of #18FB60
Complementary color
Monochromatic Colors of #18FB60
Black with #18FB60
Text Example
Text Example
White with #18FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FB60; }
p { color: rgb(24,251,96); }
H1.HeaderClassName
{
color: #18FB60;
}
.AnyTagClassName
{
color: #18FB60;
}
</style>
background-color css
<style>
a { background-color: #18FB60; }
a { background-color: rgb(24,251,96); }
div.DivClassName
{
background-color: #18FB60;
}
.BgClassName
{
background-color: #18FB60;
}
</style>
border-color css
<style>
span { border-color: #18FB60; }
span { border-color: rgb(24,251,96); }
td.TdClassName
{
border-color: #18FB60;
}
.TagClassName
{
border-color: #18FB60;
}
</style>