Shades of Malachite #1EDA74
Tints of Malachite #1EDA74
RGB
CMYK
RGB Variations
Color information
#1EDA74 (or 0x1EDA74) is known color: Malachite. HEX triplet: 1E, DA and 74. RGB value is (30,218,116). Sum of RGB (Red+Green+Blue) = 30+218+116=364 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.24% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDA74 is #E1258B. Grayscale: #969696. Windows color (decimal): -14755212 or 7658014. OLE color: 7658014.
HSL color Cylindrical-coordinate representation of color #1EDA74: hue angle of 147.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA74 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 116 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.15 |
| HSL | 147.45º | 0.76% | 0.49% | - |
| HSV(B) | 147.45º | 0.86% | 0.85% | - |
| XYZ | 28.76 | 51.68 | 24.98 | - |
| YUV | 150.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 116 | 0.86 | 0 | 0.47 | 0.15 | 147.45 | 0.76 | 0.49 |
| Hex | 1E | DA | 74 | 56 | 0 | 2F | F | 93 | 4C | 31 |
| Octal | 36 | 332 | 164 | 126 | 0 | 57 | 17 | 223 | 114 | 61 |
| Binary | 11110 | 11011010 | 1110100 | 1010110 | 0 | 101111 | 1111 | 10010011 | 1001100 | 110001 |
Color Harmonies of #1EDA74
Complementary color
Monochromatic Colors of #1EDA74
Black with #1EDA74
Text Example
Text Example
White with #1EDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA74; }
p { color: rgb(30,218,116); }
H1.HeaderClassName
{
color: #1EDA74;
}
.AnyTagClassName
{
color: #1EDA74;
}
</style>
background-color css
<style>
a { background-color: #1EDA74; }
a { background-color: rgb(30,218,116); }
div.DivClassName
{
background-color: #1EDA74;
}
.BgClassName
{
background-color: #1EDA74;
}
</style>
border-color css
<style>
span { border-color: #1EDA74; }
span { border-color: rgb(30,218,116); }
td.TdClassName
{
border-color: #1EDA74;
}
.TagClassName
{
border-color: #1EDA74;
}
</style>