Shades of Malachite #1AE440
Tints of Malachite #1AE440
RGB
CMYK
RGB Variations
Color information
#1AE440 (or 0x1AE440) is known color: Malachite. HEX triplet: 1A, E4 and 40. RGB value is (26,228,64). Sum of RGB (Red+Green+Blue) = 26+228+64=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE440 is #E51BBF. Grayscale: #959595. Windows color (decimal): -15014848 or 4252698. OLE color: 4252698.
HSL color Cylindrical-coordinate representation of color #1AE440: hue angle of 131.29º degrees, saturation: 0.8, 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 #1AE440 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 228 | 64 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.11 |
| HSL | 131.29º | 0.8% | 0.5% | - |
| HSV(B) | 131.29º | 0.89% | 0.89% | - |
| XYZ | 29.09 | 56.08 | 14.14 | - |
| YUV | 148.91 | 80.08 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 228 | 64 | 0.89 | 0 | 0.72 | 0.11 | 131.29 | 0.8 | 0.5 |
| Hex | 1A | E4 | 40 | 59 | 0 | 48 | B | 83 | 50 | 32 |
| Octal | 32 | 344 | 100 | 131 | 0 | 110 | 13 | 203 | 120 | 62 |
| Binary | 11010 | 11100100 | 1000000 | 1011001 | 0 | 1001000 | 1011 | 10000011 | 1010000 | 110010 |
Color Harmonies of #1AE440
Complementary color
Monochromatic Colors of #1AE440
Black with #1AE440
Text Example
Text Example
White with #1AE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE440; }
p { color: rgb(26,228,64); }
H1.HeaderClassName
{
color: #1AE440;
}
.AnyTagClassName
{
color: #1AE440;
}
</style>
background-color css
<style>
a { background-color: #1AE440; }
a { background-color: rgb(26,228,64); }
div.DivClassName
{
background-color: #1AE440;
}
.BgClassName
{
background-color: #1AE440;
}
</style>
border-color css
<style>
span { border-color: #1AE440; }
span { border-color: rgb(26,228,64); }
td.TdClassName
{
border-color: #1AE440;
}
.TagClassName
{
border-color: #1AE440;
}
</style>