Shades of Malachite #18EA6C
Tints of Malachite #18EA6C
RGB
CMYK
RGB Variations
Color information
#18EA6C (or 0x18EA6C) is known color: Malachite. HEX triplet: 18, EA and 6C. RGB value is (24,234,108). Sum of RGB (Red+Green+Blue) = 24+234+108=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EA6C is #E71593. Grayscale: #9D9D9D. Windows color (decimal): -15144340 or 7137816. OLE color: 7137816.
HSL color Cylindrical-coordinate representation of color #18EA6C: hue angle of 144º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA6C is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 108 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.08 |
| HSL | 144º | 0.83% | 0.51% | - |
| HSV(B) | 144º | 0.9% | 0.92% | - |
| XYZ | 32.51 | 60.12 | 24.08 | - |
| YUV | 156.85 | 100.43 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 108 | 0.90 | 0 | 0.54 | 0.08 | 144 | 0.83 | 0.51 |
| Hex | 18 | EA | 6C | 5A | 0 | 36 | 8 | 90 | 53 | 33 |
| Octal | 30 | 352 | 154 | 132 | 0 | 66 | 10 | 220 | 123 | 63 |
| Binary | 11000 | 11101010 | 1101100 | 1011010 | 0 | 110110 | 1000 | 10010000 | 1010011 | 110011 |
Color Harmonies of #18EA6C
Complementary color
Monochromatic Colors of #18EA6C
Black with #18EA6C
Text Example
Text Example
White with #18EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA6C; }
p { color: rgb(24,234,108); }
H1.HeaderClassName
{
color: #18EA6C;
}
.AnyTagClassName
{
color: #18EA6C;
}
</style>
background-color css
<style>
a { background-color: #18EA6C; }
a { background-color: rgb(24,234,108); }
div.DivClassName
{
background-color: #18EA6C;
}
.BgClassName
{
background-color: #18EA6C;
}
</style>
border-color css
<style>
span { border-color: #18EA6C; }
span { border-color: rgb(24,234,108); }
td.TdClassName
{
border-color: #18EA6C;
}
.TagClassName
{
border-color: #18EA6C;
}
</style>