Shades of Malachite #18E850
Tints of Malachite #18E850
RGB
CMYK
RGB Variations
Color information
#18E850 (or 0x18E850) is known color: Malachite. HEX triplet: 18, E8 and 50. RGB value is (24,232,80). Sum of RGB (Red+Green+Blue) = 24+232+80=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 232 (91.02% from 255 or 69.05% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 232 - color contains mainly: green. Hex color #18E850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18E850 is #E717AF. Grayscale: #989898. Windows color (decimal): -15144880 or 5302296. OLE color: 5302296.
HSL color Cylindrical-coordinate representation of color #18E850: hue angle of 136.15º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E850 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 80 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.09 |
| HSL | 136.15º | 0.82% | 0.5% | - |
| HSV(B) | 136.15º | 0.9% | 0.91% | - |
| XYZ | 30.68 | 58.49 | 17.26 | - |
| YUV | 152.48 | 87.09 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 80 | 0.90 | 0 | 0.66 | 0.09 | 136.15 | 0.82 | 0.5 |
| Hex | 18 | E8 | 50 | 5A | 0 | 42 | 9 | 88 | 52 | 32 |
| Octal | 30 | 350 | 120 | 132 | 0 | 102 | 11 | 210 | 122 | 62 |
| Binary | 11000 | 11101000 | 1010000 | 1011010 | 0 | 1000010 | 1001 | 10001000 | 1010010 | 110010 |
Color Harmonies of #18E850
Complementary color
Monochromatic Colors of #18E850
Black with #18E850
Text Example
Text Example
White with #18E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E850; }
p { color: rgb(24,232,80); }
H1.HeaderClassName
{
color: #18E850;
}
.AnyTagClassName
{
color: #18E850;
}
</style>
background-color css
<style>
a { background-color: #18E850; }
a { background-color: rgb(24,232,80); }
div.DivClassName
{
background-color: #18E850;
}
.BgClassName
{
background-color: #18E850;
}
</style>
border-color css
<style>
span { border-color: #18E850; }
span { border-color: rgb(24,232,80); }
td.TdClassName
{
border-color: #18E850;
}
.TagClassName
{
border-color: #18E850;
}
</style>