Shades of Malachite #1ECA5A
Tints of Malachite #1ECA5A
RGB
CMYK
RGB Variations
Color information
#1ECA5A (or 0x1ECA5A) is known color: Malachite. HEX triplet: 1E, CA and 5A. RGB value is (30,202,90). Sum of RGB (Red+Green+Blue) = 30+202+90=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECA5A is #E135A5. Grayscale: #8A8A8A. Windows color (decimal): -14759334 or 5949982. OLE color: 5949982.
HSL color Cylindrical-coordinate representation of color #1ECA5A: hue angle of 140.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA5A is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 90 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.21 |
| HSL | 140.93º | 0.74% | 0.45% | - |
| HSV(B) | 140.93º | 0.85% | 0.79% | - |
| XYZ | 23.5 | 43.26 | 16.78 | - |
| YUV | 137.8 | 101.02 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 90 | 0.85 | 0 | 0.55 | 0.21 | 140.93 | 0.74 | 0.45 |
| Hex | 1E | CA | 5A | 55 | 0 | 37 | 15 | 8D | 4A | 2D |
| Octal | 36 | 312 | 132 | 125 | 0 | 67 | 25 | 215 | 112 | 55 |
| Binary | 11110 | 11001010 | 1011010 | 1010101 | 0 | 110111 | 10101 | 10001101 | 1001010 | 101101 |
Color Harmonies of #1ECA5A
Complementary color
Monochromatic Colors of #1ECA5A
Black with #1ECA5A
Text Example
Text Example
White with #1ECA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA5A; }
p { color: rgb(30,202,90); }
H1.HeaderClassName
{
color: #1ECA5A;
}
.AnyTagClassName
{
color: #1ECA5A;
}
</style>
background-color css
<style>
a { background-color: #1ECA5A; }
a { background-color: rgb(30,202,90); }
div.DivClassName
{
background-color: #1ECA5A;
}
.BgClassName
{
background-color: #1ECA5A;
}
</style>
border-color css
<style>
span { border-color: #1ECA5A; }
span { border-color: rgb(30,202,90); }
td.TdClassName
{
border-color: #1ECA5A;
}
.TagClassName
{
border-color: #1ECA5A;
}
</style>