Shades of Malachite #18FF5D
Tints of Malachite #18FF5D
RGB
CMYK
RGB Variations
Color information
#18FF5D (or 0x18FF5D) is known color: Malachite. HEX triplet: 18, FF and 5D. RGB value is (24,255,93). Sum of RGB (Red+Green+Blue) = 24+255+93=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FF5D is #E700A2. Grayscale: #A7A7A7. Windows color (decimal): -15138979 or 6160152. OLE color: 6160152.
HSL color Cylindrical-coordinate representation of color #18FF5D: hue angle of 137.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF5D is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 93 | - |
| CMYK | 0.91 | 0 | 0.64 | 0 |
| HSL | 137.92º | 1% | 0.55% | - |
| HSV(B) | 137.92º | 0.91% | 1% | - |
| XYZ | 38.11 | 72.5 | 22.34 | - |
| YUV | 167.46 | 85.97 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 93 | 0.91 | 0 | 0.64 | 0 | 137.92 | 1 | 0.55 |
| Hex | 18 | FF | 5D | 5B | 0 | 40 | 0 | 8A | 64 | 37 |
| Octal | 30 | 377 | 135 | 133 | 0 | 100 | 0 | 212 | 144 | 67 |
| Binary | 11000 | 11111111 | 1011101 | 1011011 | 0 | 1000000 | 0 | 10001010 | 1100100 | 110111 |
Color Harmonies of #18FF5D
Complementary color
Monochromatic Colors of #18FF5D
Black with #18FF5D
Text Example
Text Example
White with #18FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF5D; }
p { color: rgb(24,255,93); }
H1.HeaderClassName
{
color: #18FF5D;
}
.AnyTagClassName
{
color: #18FF5D;
}
</style>
background-color css
<style>
a { background-color: #18FF5D; }
a { background-color: rgb(24,255,93); }
div.DivClassName
{
background-color: #18FF5D;
}
.BgClassName
{
background-color: #18FF5D;
}
</style>
border-color css
<style>
span { border-color: #18FF5D; }
span { border-color: rgb(24,255,93); }
td.TdClassName
{
border-color: #18FF5D;
}
.TagClassName
{
border-color: #18FF5D;
}
</style>