Shades of Malachite #1AE255
Tints of Malachite #1AE255
RGB
CMYK
RGB Variations
Color information
#1AE255 (or 0x1AE255) is known color: Malachite. HEX triplet: 1A, E2 and 55. RGB value is (26,226,85). Sum of RGB (Red+Green+Blue) = 26+226+85=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 226 (88.67% from 255 or 67.06% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE255 is #E51DAA. Grayscale: #969696. Windows color (decimal): -15015339 or 5628442. OLE color: 5628442.
HSL color Cylindrical-coordinate representation of color #1AE255: hue angle of 137.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE255 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 226 | 85 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.11 |
| HSL | 137.7º | 0.79% | 0.49% | - |
| HSV(B) | 137.7º | 0.88% | 0.89% | - |
| XYZ | 29.26 | 55.27 | 17.72 | - |
| YUV | 150.13 | 91.24 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 226 | 85 | 0.88 | 0 | 0.62 | 0.11 | 137.7 | 0.79 | 0.49 |
| Hex | 1A | E2 | 55 | 58 | 0 | 3E | B | 8A | 4F | 31 |
| Octal | 32 | 342 | 125 | 130 | 0 | 76 | 13 | 212 | 117 | 61 |
| Binary | 11010 | 11100010 | 1010101 | 1011000 | 0 | 111110 | 1011 | 10001010 | 1001111 | 110001 |
Color Harmonies of #1AE255
Complementary color
Monochromatic Colors of #1AE255
Black with #1AE255
Text Example
Text Example
White with #1AE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE255; }
p { color: rgb(26,226,85); }
H1.HeaderClassName
{
color: #1AE255;
}
.AnyTagClassName
{
color: #1AE255;
}
</style>
background-color css
<style>
a { background-color: #1AE255; }
a { background-color: rgb(26,226,85); }
div.DivClassName
{
background-color: #1AE255;
}
.BgClassName
{
background-color: #1AE255;
}
</style>
border-color css
<style>
span { border-color: #1AE255; }
span { border-color: rgb(26,226,85); }
td.TdClassName
{
border-color: #1AE255;
}
.TagClassName
{
border-color: #1AE255;
}
</style>