Shades of Malachite #1AFF40
Tints of Malachite #1AFF40
RGB
CMYK
RGB Variations
Color information
#1AFF40 (or 0x1AFF40) is known color: Malachite. HEX triplet: 1A, FF and 40. RGB value is (26,255,64). Sum of RGB (Red+Green+Blue) = 26+255+64=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF40 is #E500BF. Grayscale: #A5A5A5. Windows color (decimal): -15007936 or 4259610. OLE color: 4259610.
HSL color Cylindrical-coordinate representation of color #1AFF40: hue angle of 129.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF40 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 64 | - |
| CMYK | 0.90 | 0 | 0.75 | 0 |
| HSL | 129.96º | 1% | 0.55% | - |
| HSV(B) | 129.96º | 0.9% | 1% | - |
| XYZ | 37.11 | 72.11 | 16.81 | - |
| YUV | 164.76 | 71.13 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 64 | 0.90 | 0 | 0.75 | 0 | 129.96 | 1 | 0.55 |
| Hex | 1A | FF | 40 | 5A | 0 | 4B | 0 | 82 | 64 | 37 |
| Octal | 32 | 377 | 100 | 132 | 0 | 113 | 0 | 202 | 144 | 67 |
| Binary | 11010 | 11111111 | 1000000 | 1011010 | 0 | 1001011 | 0 | 10000010 | 1100100 | 110111 |
Color Harmonies of #1AFF40
Complementary color
Monochromatic Colors of #1AFF40
Black with #1AFF40
Text Example
Text Example
White with #1AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF40; }
p { color: rgb(26,255,64); }
H1.HeaderClassName
{
color: #1AFF40;
}
.AnyTagClassName
{
color: #1AFF40;
}
</style>
background-color css
<style>
a { background-color: #1AFF40; }
a { background-color: rgb(26,255,64); }
div.DivClassName
{
background-color: #1AFF40;
}
.BgClassName
{
background-color: #1AFF40;
}
</style>
border-color css
<style>
span { border-color: #1AFF40; }
span { border-color: rgb(26,255,64); }
td.TdClassName
{
border-color: #1AFF40;
}
.TagClassName
{
border-color: #1AFF40;
}
</style>