Shades of Malachite #1ED958
Tints of Malachite #1ED958
RGB
CMYK
RGB Variations
Color information
#1ED958 (or 0x1ED958) is known color: Malachite. HEX triplet: 1E, D9 and 58. RGB value is (30,217,88). Sum of RGB (Red+Green+Blue) = 30+217+88=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED958 is #E126A7. Grayscale: #929292. Windows color (decimal): -14755496 or 5822750. OLE color: 5822750.
HSL color Cylindrical-coordinate representation of color #1ED958: hue angle of 138.61º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED958 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 88 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.15 |
| HSL | 138.61º | 0.76% | 0.48% | - |
| HSV(B) | 138.61º | 0.86% | 0.85% | - |
| XYZ | 27.11 | 50.61 | 17.57 | - |
| YUV | 146.38 | 95.05 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 88 | 0.86 | 0 | 0.59 | 0.15 | 138.61 | 0.76 | 0.48 |
| Hex | 1E | D9 | 58 | 56 | 0 | 3B | F | 8B | 4C | 30 |
| Octal | 36 | 331 | 130 | 126 | 0 | 73 | 17 | 213 | 114 | 60 |
| Binary | 11110 | 11011001 | 1011000 | 1010110 | 0 | 111011 | 1111 | 10001011 | 1001100 | 110000 |
Color Harmonies of #1ED958
Complementary color
Monochromatic Colors of #1ED958
Black with #1ED958
Text Example
Text Example
White with #1ED958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED958; }
p { color: rgb(30,217,88); }
H1.HeaderClassName
{
color: #1ED958;
}
.AnyTagClassName
{
color: #1ED958;
}
</style>
background-color css
<style>
a { background-color: #1ED958; }
a { background-color: rgb(30,217,88); }
div.DivClassName
{
background-color: #1ED958;
}
.BgClassName
{
background-color: #1ED958;
}
</style>
border-color css
<style>
span { border-color: #1ED958; }
span { border-color: rgb(30,217,88); }
td.TdClassName
{
border-color: #1ED958;
}
.TagClassName
{
border-color: #1ED958;
}
</style>