Shades of Malachite #18EF5D
Tints of Malachite #18EF5D
RGB
CMYK
RGB Variations
Color information
#18EF5D (or 0x18EF5D) is known color: Malachite. HEX triplet: 18, EF and 5D. RGB value is (24,239,93). Sum of RGB (Red+Green+Blue) = 24+239+93=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EF5D is #E710A2. Grayscale: #9E9E9E. Windows color (decimal): -15143075 or 6156056. OLE color: 6156056.
HSL color Cylindrical-coordinate representation of color #18EF5D: hue angle of 139.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF5D is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 93 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.06 |
| HSL | 139.26º | 0.87% | 0.52% | - |
| HSV(B) | 139.26º | 0.9% | 0.94% | - |
| XYZ | 33.22 | 62.72 | 20.71 | - |
| YUV | 158.07 | 91.27 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 93 | 0.90 | 0 | 0.61 | 0.06 | 139.26 | 0.87 | 0.52 |
| Hex | 18 | EF | 5D | 5A | 0 | 3D | 6 | 8B | 57 | 34 |
| Octal | 30 | 357 | 135 | 132 | 0 | 75 | 6 | 213 | 127 | 64 |
| Binary | 11000 | 11101111 | 1011101 | 1011010 | 0 | 111101 | 110 | 10001011 | 1010111 | 110100 |
Color Harmonies of #18EF5D
Complementary color
Monochromatic Colors of #18EF5D
Black with #18EF5D
Text Example
Text Example
White with #18EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF5D; }
p { color: rgb(24,239,93); }
H1.HeaderClassName
{
color: #18EF5D;
}
.AnyTagClassName
{
color: #18EF5D;
}
</style>
background-color css
<style>
a { background-color: #18EF5D; }
a { background-color: rgb(24,239,93); }
div.DivClassName
{
background-color: #18EF5D;
}
.BgClassName
{
background-color: #18EF5D;
}
</style>
border-color css
<style>
span { border-color: #18EF5D; }
span { border-color: rgb(24,239,93); }
td.TdClassName
{
border-color: #18EF5D;
}
.TagClassName
{
border-color: #18EF5D;
}
</style>