Shades of Malachite #18FA5E
Tints of Malachite #18FA5E
RGB
CMYK
RGB Variations
Color information
#18FA5E (or 0x18FA5E) is known color: Malachite. HEX triplet: 18, FA and 5E. RGB value is (24,250,94). Sum of RGB (Red+Green+Blue) = 24+250+94=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA5E is #E705A1. Grayscale: #A5A5A5. Windows color (decimal): -15140258 or 6224408. OLE color: 6224408.
HSL color Cylindrical-coordinate representation of color #18FA5E: hue angle of 138.58º degrees, saturation: 0.96, 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 #18FA5E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 94 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.02 |
| HSL | 138.58º | 0.96% | 0.54% | - |
| HSV(B) | 138.58º | 0.9% | 0.98% | - |
| XYZ | 36.58 | 69.37 | 22.05 | - |
| YUV | 164.64 | 88.13 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 94 | 0.90 | 0 | 0.62 | 0.02 | 138.58 | 0.96 | 0.54 |
| Hex | 18 | FA | 5E | 5A | 0 | 3E | 2 | 8B | 60 | 36 |
| Octal | 30 | 372 | 136 | 132 | 0 | 76 | 2 | 213 | 140 | 66 |
| Binary | 11000 | 11111010 | 1011110 | 1011010 | 0 | 111110 | 10 | 10001011 | 1100000 | 110110 |
Color Harmonies of #18FA5E
Complementary color
Monochromatic Colors of #18FA5E
Black with #18FA5E
Text Example
Text Example
White with #18FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA5E; }
p { color: rgb(24,250,94); }
H1.HeaderClassName
{
color: #18FA5E;
}
.AnyTagClassName
{
color: #18FA5E;
}
</style>
background-color css
<style>
a { background-color: #18FA5E; }
a { background-color: rgb(24,250,94); }
div.DivClassName
{
background-color: #18FA5E;
}
.BgClassName
{
background-color: #18FA5E;
}
</style>
border-color css
<style>
span { border-color: #18FA5E; }
span { border-color: rgb(24,250,94); }
td.TdClassName
{
border-color: #18FA5E;
}
.TagClassName
{
border-color: #18FA5E;
}
</style>