Shades of Malachite #1AE96C
Tints of Malachite #1AE96C
RGB
CMYK
RGB Variations
Color information
#1AE96C (or 0x1AE96C) is known color: Malachite. HEX triplet: 1A, E9 and 6C. RGB value is (26,233,108). Sum of RGB (Red+Green+Blue) = 26+233+108=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE96C is #E51693. Grayscale: #9D9D9D. Windows color (decimal): -15013524 or 7137562. OLE color: 7137562.
HSL color Cylindrical-coordinate representation of color #1AE96C: hue angle of 143.77º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE96C is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 233 | 108 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.09 |
| HSL | 143.77º | 0.82% | 0.51% | - |
| HSV(B) | 143.77º | 0.89% | 0.91% | - |
| XYZ | 32.27 | 59.58 | 23.99 | - |
| YUV | 156.86 | 100.42 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 233 | 108 | 0.89 | 0 | 0.54 | 0.09 | 143.77 | 0.82 | 0.51 |
| Hex | 1A | E9 | 6C | 59 | 0 | 36 | 9 | 90 | 52 | 33 |
| Octal | 32 | 351 | 154 | 131 | 0 | 66 | 11 | 220 | 122 | 63 |
| Binary | 11010 | 11101001 | 1101100 | 1011001 | 0 | 110110 | 1001 | 10010000 | 1010010 | 110011 |
Color Harmonies of #1AE96C
Complementary color
Monochromatic Colors of #1AE96C
Black with #1AE96C
Text Example
Text Example
White with #1AE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE96C; }
p { color: rgb(26,233,108); }
H1.HeaderClassName
{
color: #1AE96C;
}
.AnyTagClassName
{
color: #1AE96C;
}
</style>
background-color css
<style>
a { background-color: #1AE96C; }
a { background-color: rgb(26,233,108); }
div.DivClassName
{
background-color: #1AE96C;
}
.BgClassName
{
background-color: #1AE96C;
}
</style>
border-color css
<style>
span { border-color: #1AE96C; }
span { border-color: rgb(26,233,108); }
td.TdClassName
{
border-color: #1AE96C;
}
.TagClassName
{
border-color: #1AE96C;
}
</style>