Shades of Malachite #1AE641
Tints of Malachite #1AE641
RGB
CMYK
RGB Variations
Color information
#1AE641 (or 0x1AE641) is known color: Malachite. HEX triplet: 1A, E6 and 41. RGB value is (26,230,65). Sum of RGB (Red+Green+Blue) = 26+230+65=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 230 (90.23% from 255 or 71.65% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 230 - color contains mainly: green. Hex color #1AE641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AE641 is #E519BE. Grayscale: #969696. Windows color (decimal): -15014335 or 4318746. OLE color: 4318746.
HSL color Cylindrical-coordinate representation of color #1AE641: hue angle of 131.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE641 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 230 | 65 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.10 |
| HSL | 131.47º | 0.8% | 0.5% | - |
| HSV(B) | 131.47º | 0.89% | 0.9% | - |
| XYZ | 29.68 | 57.19 | 14.48 | - |
| YUV | 150.19 | 79.91 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 230 | 65 | 0.89 | 0 | 0.72 | 0.10 | 131.47 | 0.8 | 0.5 |
| Hex | 1A | E6 | 41 | 59 | 0 | 48 | A | 83 | 50 | 32 |
| Octal | 32 | 346 | 101 | 131 | 0 | 110 | 12 | 203 | 120 | 62 |
| Binary | 11010 | 11100110 | 1000001 | 1011001 | 0 | 1001000 | 1010 | 10000011 | 1010000 | 110010 |
Color Harmonies of #1AE641
Complementary color
Monochromatic Colors of #1AE641
Black with #1AE641
Text Example
Text Example
White with #1AE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE641; }
p { color: rgb(26,230,65); }
H1.HeaderClassName
{
color: #1AE641;
}
.AnyTagClassName
{
color: #1AE641;
}
</style>
background-color css
<style>
a { background-color: #1AE641; }
a { background-color: rgb(26,230,65); }
div.DivClassName
{
background-color: #1AE641;
}
.BgClassName
{
background-color: #1AE641;
}
</style>
border-color css
<style>
span { border-color: #1AE641; }
span { border-color: rgb(26,230,65); }
td.TdClassName
{
border-color: #1AE641;
}
.TagClassName
{
border-color: #1AE641;
}
</style>