Shades of Malachite #1AEC5D
Tints of Malachite #1AEC5D
RGB
CMYK
RGB Variations
Color information
#1AEC5D (or 0x1AEC5D) is known color: Malachite. HEX triplet: 1A, EC and 5D. RGB value is (26,236,93). Sum of RGB (Red+Green+Blue) = 26+236+93=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEC5D is #E513A2. Grayscale: #9D9D9D. Windows color (decimal): -15012771 or 6155290. OLE color: 6155290.
HSL color Cylindrical-coordinate representation of color #1AEC5D: hue angle of 139.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEC5D is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 93 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.07 |
| HSL | 139.14º | 0.85% | 0.51% | - |
| HSV(B) | 139.14º | 0.89% | 0.93% | - |
| XYZ | 32.4 | 61 | 20.42 | - |
| YUV | 156.91 | 91.93 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 93 | 0.89 | 0 | 0.61 | 0.07 | 139.14 | 0.85 | 0.51 |
| Hex | 1A | EC | 5D | 59 | 0 | 3D | 7 | 8B | 55 | 33 |
| Octal | 32 | 354 | 135 | 131 | 0 | 75 | 7 | 213 | 125 | 63 |
| Binary | 11010 | 11101100 | 1011101 | 1011001 | 0 | 111101 | 111 | 10001011 | 1010101 | 110011 |
Color Harmonies of #1AEC5D
Complementary color
Monochromatic Colors of #1AEC5D
Black with #1AEC5D
Text Example
Text Example
White with #1AEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC5D; }
p { color: rgb(26,236,93); }
H1.HeaderClassName
{
color: #1AEC5D;
}
.AnyTagClassName
{
color: #1AEC5D;
}
</style>
background-color css
<style>
a { background-color: #1AEC5D; }
a { background-color: rgb(26,236,93); }
div.DivClassName
{
background-color: #1AEC5D;
}
.BgClassName
{
background-color: #1AEC5D;
}
</style>
border-color css
<style>
span { border-color: #1AEC5D; }
span { border-color: rgb(26,236,93); }
td.TdClassName
{
border-color: #1AEC5D;
}
.TagClassName
{
border-color: #1AEC5D;
}
</style>