Shades of Malachite #1AE370
Tints of Malachite #1AE370
RGB
CMYK
RGB Variations
Color information
#1AE370 (or 0x1AE370) is known color: Malachite. HEX triplet: 1A, E3 and 70. RGB value is (26,227,112). Sum of RGB (Red+Green+Blue) = 26+227+112=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #1AE370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE370 is #E51C8F. Grayscale: #9A9A9A. Windows color (decimal): -15015056 or 7398170. OLE color: 7398170.
HSL color Cylindrical-coordinate representation of color #1AE370: hue angle of 145.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE370 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 227 | 112 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.11 |
| HSL | 145.67º | 0.79% | 0.5% | - |
| HSV(B) | 145.67º | 0.89% | 0.89% | - |
| XYZ | 30.82 | 56.33 | 24.58 | - |
| YUV | 153.79 | 104.41 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 227 | 112 | 0.89 | 0 | 0.51 | 0.11 | 145.67 | 0.79 | 0.5 |
| Hex | 1A | E3 | 70 | 59 | 0 | 33 | B | 92 | 4F | 32 |
| Octal | 32 | 343 | 160 | 131 | 0 | 63 | 13 | 222 | 117 | 62 |
| Binary | 11010 | 11100011 | 1110000 | 1011001 | 0 | 110011 | 1011 | 10010010 | 1001111 | 110010 |
Color Harmonies of #1AE370
Complementary color
Monochromatic Colors of #1AE370
Black with #1AE370
Text Example
Text Example
White with #1AE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE370; }
p { color: rgb(26,227,112); }
H1.HeaderClassName
{
color: #1AE370;
}
.AnyTagClassName
{
color: #1AE370;
}
</style>
background-color css
<style>
a { background-color: #1AE370; }
a { background-color: rgb(26,227,112); }
div.DivClassName
{
background-color: #1AE370;
}
.BgClassName
{
background-color: #1AE370;
}
</style>
border-color css
<style>
span { border-color: #1AE370; }
span { border-color: rgb(26,227,112); }
td.TdClassName
{
border-color: #1AE370;
}
.TagClassName
{
border-color: #1AE370;
}
</style>