Shades of Malachite #18FD5D
Tints of Malachite #18FD5D
RGB
CMYK
RGB Variations
Color information
#18FD5D (or 0x18FD5D) is known color: Malachite. HEX triplet: 18, FD and 5D. RGB value is (24,253,93). Sum of RGB (Red+Green+Blue) = 24+253+93=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #18FD5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FD5D is #E702A2. Grayscale: #A6A6A6. Windows color (decimal): -15139491 or 6159640. OLE color: 6159640.
HSL color Cylindrical-coordinate representation of color #18FD5D: hue angle of 138.08º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FD5D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 93 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.01 |
| HSL | 138.08º | 0.98% | 0.54% | - |
| HSV(B) | 138.08º | 0.91% | 0.99% | - |
| XYZ | 37.48 | 71.24 | 22.13 | - |
| YUV | 166.29 | 86.63 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 93 | 0.91 | 0 | 0.63 | 0.01 | 138.08 | 0.98 | 0.54 |
| Hex | 18 | FD | 5D | 5B | 0 | 3F | 1 | 8A | 62 | 36 |
| Octal | 30 | 375 | 135 | 133 | 0 | 77 | 1 | 212 | 142 | 66 |
| Binary | 11000 | 11111101 | 1011101 | 1011011 | 0 | 111111 | 1 | 10001010 | 1100010 | 110110 |
Color Harmonies of #18FD5D
Complementary color
Monochromatic Colors of #18FD5D
Black with #18FD5D
Text Example
Text Example
White with #18FD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FD5D; }
p { color: rgb(24,253,93); }
H1.HeaderClassName
{
color: #18FD5D;
}
.AnyTagClassName
{
color: #18FD5D;
}
</style>
background-color css
<style>
a { background-color: #18FD5D; }
a { background-color: rgb(24,253,93); }
div.DivClassName
{
background-color: #18FD5D;
}
.BgClassName
{
background-color: #18FD5D;
}
</style>
border-color css
<style>
span { border-color: #18FD5D; }
span { border-color: rgb(24,253,93); }
td.TdClassName
{
border-color: #18FD5D;
}
.TagClassName
{
border-color: #18FD5D;
}
</style>