Shades of Malachite #1ED95C
Tints of Malachite #1ED95C
RGB
CMYK
RGB Variations
Color information
#1ED95C (or 0x1ED95C) is known color: Malachite. HEX triplet: 1E, D9 and 5C. RGB value is (30,217,92). Sum of RGB (Red+Green+Blue) = 30+217+92=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED95C is #E126A3. Grayscale: #939393. Windows color (decimal): -14755492 or 6084894. OLE color: 6084894.
HSL color Cylindrical-coordinate representation of color #1ED95C: hue angle of 139.89º 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 #1ED95C is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 92 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.15 |
| HSL | 139.89º | 0.76% | 0.48% | - |
| HSV(B) | 139.89º | 0.86% | 0.85% | - |
| XYZ | 27.28 | 50.67 | 18.47 | - |
| YUV | 146.84 | 97.05 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 92 | 0.86 | 0 | 0.58 | 0.15 | 139.89 | 0.76 | 0.48 |
| Hex | 1E | D9 | 5C | 56 | 0 | 3A | F | 8C | 4C | 30 |
| Octal | 36 | 331 | 134 | 126 | 0 | 72 | 17 | 214 | 114 | 60 |
| Binary | 11110 | 11011001 | 1011100 | 1010110 | 0 | 111010 | 1111 | 10001100 | 1001100 | 110000 |
Color Harmonies of #1ED95C
Complementary color
Monochromatic Colors of #1ED95C
Black with #1ED95C
Text Example
Text Example
White with #1ED95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED95C; }
p { color: rgb(30,217,92); }
H1.HeaderClassName
{
color: #1ED95C;
}
.AnyTagClassName
{
color: #1ED95C;
}
</style>
background-color css
<style>
a { background-color: #1ED95C; }
a { background-color: rgb(30,217,92); }
div.DivClassName
{
background-color: #1ED95C;
}
.BgClassName
{
background-color: #1ED95C;
}
</style>
border-color css
<style>
span { border-color: #1ED95C; }
span { border-color: rgb(30,217,92); }
td.TdClassName
{
border-color: #1ED95C;
}
.TagClassName
{
border-color: #1ED95C;
}
</style>