Shades of Malachite #1ED962
Tints of Malachite #1ED962
RGB
CMYK
RGB Variations
Color information
#1ED962 (or 0x1ED962) is known color: Malachite. HEX triplet: 1E, D9 and 62. RGB value is (30,217,98). Sum of RGB (Red+Green+Blue) = 30+217+98=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED962 is #E1269D. Grayscale: #939393. Windows color (decimal): -14755486 or 6478110. OLE color: 6478110.
HSL color Cylindrical-coordinate representation of color #1ED962: hue angle of 141.82º 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 #1ED962 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 98 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.15 |
| HSL | 141.82º | 0.76% | 0.48% | - |
| HSV(B) | 141.82º | 0.86% | 0.85% | - |
| XYZ | 27.55 | 50.78 | 19.91 | - |
| YUV | 147.52 | 100.05 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 98 | 0.86 | 0 | 0.55 | 0.15 | 141.82 | 0.76 | 0.48 |
| Hex | 1E | D9 | 62 | 56 | 0 | 37 | F | 8E | 4C | 30 |
| Octal | 36 | 331 | 142 | 126 | 0 | 67 | 17 | 216 | 114 | 60 |
| Binary | 11110 | 11011001 | 1100010 | 1010110 | 0 | 110111 | 1111 | 10001110 | 1001100 | 110000 |
Color Harmonies of #1ED962
Complementary color
Monochromatic Colors of #1ED962
Black with #1ED962
Text Example
Text Example
White with #1ED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED962; }
p { color: rgb(30,217,98); }
H1.HeaderClassName
{
color: #1ED962;
}
.AnyTagClassName
{
color: #1ED962;
}
</style>
background-color css
<style>
a { background-color: #1ED962; }
a { background-color: rgb(30,217,98); }
div.DivClassName
{
background-color: #1ED962;
}
.BgClassName
{
background-color: #1ED962;
}
</style>
border-color css
<style>
span { border-color: #1ED962; }
span { border-color: rgb(30,217,98); }
td.TdClassName
{
border-color: #1ED962;
}
.TagClassName
{
border-color: #1ED962;
}
</style>