Shades of Malachite #1AE770
Tints of Malachite #1AE770
RGB
CMYK
RGB Variations
Color information
#1AE770 (or 0x1AE770) is known color: Malachite. HEX triplet: 1A, E7 and 70. RGB value is (26,231,112). Sum of RGB (Red+Green+Blue) = 26+231+112=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE770 is #E5188F. Grayscale: #9C9C9C. Windows color (decimal): -15014032 or 7399194. OLE color: 7399194.
HSL color Cylindrical-coordinate representation of color #1AE770: hue angle of 145.17º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE770 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 231 | 112 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.09 |
| HSL | 145.17º | 0.81% | 0.5% | - |
| HSV(B) | 145.17º | 0.89% | 0.91% | - |
| XYZ | 31.93 | 58.54 | 24.95 | - |
| YUV | 156.14 | 103.08 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 231 | 112 | 0.89 | 0 | 0.52 | 0.09 | 145.17 | 0.81 | 0.5 |
| Hex | 1A | E7 | 70 | 59 | 0 | 34 | 9 | 91 | 51 | 32 |
| Octal | 32 | 347 | 160 | 131 | 0 | 64 | 11 | 221 | 121 | 62 |
| Binary | 11010 | 11100111 | 1110000 | 1011001 | 0 | 110100 | 1001 | 10010001 | 1010001 | 110010 |
Color Harmonies of #1AE770
Complementary color
Monochromatic Colors of #1AE770
Black with #1AE770
Text Example
Text Example
White with #1AE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE770; }
p { color: rgb(26,231,112); }
H1.HeaderClassName
{
color: #1AE770;
}
.AnyTagClassName
{
color: #1AE770;
}
</style>
background-color css
<style>
a { background-color: #1AE770; }
a { background-color: rgb(26,231,112); }
div.DivClassName
{
background-color: #1AE770;
}
.BgClassName
{
background-color: #1AE770;
}
</style>
border-color css
<style>
span { border-color: #1AE770; }
span { border-color: rgb(26,231,112); }
td.TdClassName
{
border-color: #1AE770;
}
.TagClassName
{
border-color: #1AE770;
}
</style>