Shades of Malachite #1EDA6F
Tints of Malachite #1EDA6F
RGB
CMYK
RGB Variations
Color information
#1EDA6F (or 0x1EDA6F) is known color: Malachite. HEX triplet: 1E, DA and 6F. RGB value is (30,218,111). Sum of RGB (Red+Green+Blue) = 30+218+111=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 218 (85.55% from 255 or 60.72% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDA6F is #E12590. Grayscale: #959595. Windows color (decimal): -14755217 or 7330334. OLE color: 7330334.
HSL color Cylindrical-coordinate representation of color #1EDA6F: hue angle of 145.85º 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 #1EDA6F is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 111 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.15 |
| HSL | 145.85º | 0.76% | 0.49% | - |
| HSV(B) | 145.85º | 0.86% | 0.85% | - |
| XYZ | 28.48 | 51.57 | 23.49 | - |
| YUV | 149.59 | 106.22 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 111 | 0.86 | 0 | 0.49 | 0.15 | 145.85 | 0.76 | 0.49 |
| Hex | 1E | DA | 6F | 56 | 0 | 31 | F | 92 | 4C | 31 |
| Octal | 36 | 332 | 157 | 126 | 0 | 61 | 17 | 222 | 114 | 61 |
| Binary | 11110 | 11011010 | 1101111 | 1010110 | 0 | 110001 | 1111 | 10010010 | 1001100 | 110001 |
Color Harmonies of #1EDA6F
Complementary color
Monochromatic Colors of #1EDA6F
Black with #1EDA6F
Text Example
Text Example
White with #1EDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA6F; }
p { color: rgb(30,218,111); }
H1.HeaderClassName
{
color: #1EDA6F;
}
.AnyTagClassName
{
color: #1EDA6F;
}
</style>
background-color css
<style>
a { background-color: #1EDA6F; }
a { background-color: rgb(30,218,111); }
div.DivClassName
{
background-color: #1EDA6F;
}
.BgClassName
{
background-color: #1EDA6F;
}
</style>
border-color css
<style>
span { border-color: #1EDA6F; }
span { border-color: rgb(30,218,111); }
td.TdClassName
{
border-color: #1EDA6F;
}
.TagClassName
{
border-color: #1EDA6F;
}
</style>