Shades of Malachite #1AE05D
Tints of Malachite #1AE05D
RGB
CMYK
RGB Variations
Color information
#1AE05D (or 0x1AE05D) is known color: Malachite. HEX triplet: 1A, E0 and 5D. RGB value is (26,224,93). Sum of RGB (Red+Green+Blue) = 26+224+93=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE05D is #E51FA2. Grayscale: #969696. Windows color (decimal): -15015843 or 6152218. OLE color: 6152218.
HSL color Cylindrical-coordinate representation of color #1AE05D: hue angle of 140.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE05D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 224 | 93 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.12 |
| HSL | 140.3º | 0.79% | 0.49% | - |
| HSV(B) | 140.3º | 0.88% | 0.88% | - |
| XYZ | 29.06 | 54.32 | 19.31 | - |
| YUV | 149.86 | 95.9 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 93 | 0.88 | 0 | 0.58 | 0.12 | 140.3 | 0.79 | 0.49 |
| Hex | 1A | E0 | 5D | 58 | 0 | 3A | C | 8C | 4F | 31 |
| Octal | 32 | 340 | 135 | 130 | 0 | 72 | 14 | 214 | 117 | 61 |
| Binary | 11010 | 11100000 | 1011101 | 1011000 | 0 | 111010 | 1100 | 10001100 | 1001111 | 110001 |
Color Harmonies of #1AE05D
Complementary color
Monochromatic Colors of #1AE05D
Black with #1AE05D
Text Example
Text Example
White with #1AE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE05D; }
p { color: rgb(26,224,93); }
H1.HeaderClassName
{
color: #1AE05D;
}
.AnyTagClassName
{
color: #1AE05D;
}
</style>
background-color css
<style>
a { background-color: #1AE05D; }
a { background-color: rgb(26,224,93); }
div.DivClassName
{
background-color: #1AE05D;
}
.BgClassName
{
background-color: #1AE05D;
}
</style>
border-color css
<style>
span { border-color: #1AE05D; }
span { border-color: rgb(26,224,93); }
td.TdClassName
{
border-color: #1AE05D;
}
.TagClassName
{
border-color: #1AE05D;
}
</style>