Shades of Malachite #18FC5E
Tints of Malachite #18FC5E
RGB
CMYK
RGB Variations
Color information
#18FC5E (or 0x18FC5E) is known color: Malachite. HEX triplet: 18, FC and 5E. RGB value is (24,252,94). Sum of RGB (Red+Green+Blue) = 24+252+94=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #18FC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FC5E is #E703A1. Grayscale: #A6A6A6. Windows color (decimal): -15139746 or 6224920. OLE color: 6224920.
HSL color Cylindrical-coordinate representation of color #18FC5E: hue angle of 138.42º 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 #18FC5E is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 94 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.01 |
| HSL | 138.42º | 0.97% | 0.54% | - |
| HSV(B) | 138.42º | 0.9% | 0.99% | - |
| XYZ | 37.21 | 70.62 | 22.26 | - |
| YUV | 165.82 | 87.46 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 94 | 0.90 | 0 | 0.63 | 0.01 | 138.42 | 0.97 | 0.54 |
| Hex | 18 | FC | 5E | 5A | 0 | 3F | 1 | 8A | 61 | 36 |
| Octal | 30 | 374 | 136 | 132 | 0 | 77 | 1 | 212 | 141 | 66 |
| Binary | 11000 | 11111100 | 1011110 | 1011010 | 0 | 111111 | 1 | 10001010 | 1100001 | 110110 |
Color Harmonies of #18FC5E
Complementary color
Monochromatic Colors of #18FC5E
Black with #18FC5E
Text Example
Text Example
White with #18FC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FC5E; }
p { color: rgb(24,252,94); }
H1.HeaderClassName
{
color: #18FC5E;
}
.AnyTagClassName
{
color: #18FC5E;
}
</style>
background-color css
<style>
a { background-color: #18FC5E; }
a { background-color: rgb(24,252,94); }
div.DivClassName
{
background-color: #18FC5E;
}
.BgClassName
{
background-color: #18FC5E;
}
</style>
border-color css
<style>
span { border-color: #18FC5E; }
span { border-color: rgb(24,252,94); }
td.TdClassName
{
border-color: #18FC5E;
}
.TagClassName
{
border-color: #18FC5E;
}
</style>