Shades of Malachite #1AE76A
Tints of Malachite #1AE76A
RGB
CMYK
RGB Variations
Color information
#1AE76A (or 0x1AE76A) is known color: Malachite. HEX triplet: 1A, E7 and 6A. RGB value is (26,231,106). Sum of RGB (Red+Green+Blue) = 26+231+106=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 231 (90.62% from 255 or 63.64% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE76A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE76A is #E51895. Grayscale: #9B9B9B. Windows color (decimal): -15014038 or 7005978. OLE color: 7005978.
HSL color Cylindrical-coordinate representation of color #1AE76A: hue angle of 143.41º 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 #1AE76A is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 231 | 106 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.09 |
| HSL | 143.41º | 0.81% | 0.5% | - |
| HSV(B) | 143.41º | 0.89% | 0.91% | - |
| XYZ | 31.6 | 58.41 | 23.24 | - |
| YUV | 155.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 231 | 106 | 0.89 | 0 | 0.54 | 0.09 | 143.41 | 0.81 | 0.5 |
| Hex | 1A | E7 | 6A | 59 | 0 | 36 | 9 | 8F | 51 | 32 |
| Octal | 32 | 347 | 152 | 131 | 0 | 66 | 11 | 217 | 121 | 62 |
| Binary | 11010 | 11100111 | 1101010 | 1011001 | 0 | 110110 | 1001 | 10001111 | 1010001 | 110010 |
Color Harmonies of #1AE76A
Complementary color
Monochromatic Colors of #1AE76A
Black with #1AE76A
Text Example
Text Example
White with #1AE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE76A; }
p { color: rgb(26,231,106); }
H1.HeaderClassName
{
color: #1AE76A;
}
.AnyTagClassName
{
color: #1AE76A;
}
</style>
background-color css
<style>
a { background-color: #1AE76A; }
a { background-color: rgb(26,231,106); }
div.DivClassName
{
background-color: #1AE76A;
}
.BgClassName
{
background-color: #1AE76A;
}
</style>
border-color css
<style>
span { border-color: #1AE76A; }
span { border-color: rgb(26,231,106); }
td.TdClassName
{
border-color: #1AE76A;
}
.TagClassName
{
border-color: #1AE76A;
}
</style>