Shades of Malachite #18E666
Tints of Malachite #18E666
RGB
CMYK
RGB Variations
Color information
#18E666 (or 0x18E666) is known color: Malachite. HEX triplet: 18, E6 and 66. RGB value is (24,230,102). Sum of RGB (Red+Green+Blue) = 24+230+102=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #18E666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18E666 is #E71999. Grayscale: #9A9A9A. Windows color (decimal): -15145370 or 6743576. OLE color: 6743576.
HSL color Cylindrical-coordinate representation of color #18E666: hue angle of 142.72º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E666 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 230 | 102 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.10 |
| HSL | 142.72º | 0.81% | 0.5% | - |
| HSV(B) | 142.72º | 0.9% | 0.9% | - |
| XYZ | 31.07 | 57.75 | 22.08 | - |
| YUV | 153.81 | 98.75 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 230 | 102 | 0.90 | 0 | 0.56 | 0.10 | 142.72 | 0.81 | 0.5 |
| Hex | 18 | E6 | 66 | 5A | 0 | 38 | A | 8F | 51 | 32 |
| Octal | 30 | 346 | 146 | 132 | 0 | 70 | 12 | 217 | 121 | 62 |
| Binary | 11000 | 11100110 | 1100110 | 1011010 | 0 | 111000 | 1010 | 10001111 | 1010001 | 110010 |
Color Harmonies of #18E666
Complementary color
Monochromatic Colors of #18E666
Black with #18E666
Text Example
Text Example
White with #18E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E666; }
p { color: rgb(24,230,102); }
H1.HeaderClassName
{
color: #18E666;
}
.AnyTagClassName
{
color: #18E666;
}
</style>
background-color css
<style>
a { background-color: #18E666; }
a { background-color: rgb(24,230,102); }
div.DivClassName
{
background-color: #18E666;
}
.BgClassName
{
background-color: #18E666;
}
</style>
border-color css
<style>
span { border-color: #18E666; }
span { border-color: rgb(24,230,102); }
td.TdClassName
{
border-color: #18E666;
}
.TagClassName
{
border-color: #18E666;
}
</style>