Shades of Malachite #1AFF46
Tints of Malachite #1AFF46
RGB
CMYK
RGB Variations
Color information
#1AFF46 (or 0x1AFF46) is known color: Malachite. HEX triplet: 1A, FF and 46. RGB value is (26,255,70). Sum of RGB (Red+Green+Blue) = 26+255+70=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF46 is #E500B9. Grayscale: #A5A5A5. Windows color (decimal): -15007930 or 4652826. OLE color: 4652826.
HSL color Cylindrical-coordinate representation of color #1AFF46: hue angle of 131.53º 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 #1AFF46 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 70 | - |
| CMYK | 0.90 | 0 | 0.73 | 0 |
| HSL | 131.53º | 1% | 0.55% | - |
| HSV(B) | 131.53º | 0.9% | 1% | - |
| XYZ | 37.29 | 72.18 | 17.76 | - |
| YUV | 165.44 | 74.13 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 70 | 0.90 | 0 | 0.73 | 0 | 131.53 | 1 | 0.55 |
| Hex | 1A | FF | 46 | 5A | 0 | 49 | 0 | 84 | 64 | 37 |
| Octal | 32 | 377 | 106 | 132 | 0 | 111 | 0 | 204 | 144 | 67 |
| Binary | 11010 | 11111111 | 1000110 | 1011010 | 0 | 1001001 | 0 | 10000100 | 1100100 | 110111 |
Color Harmonies of #1AFF46
Complementary color
Monochromatic Colors of #1AFF46
Black with #1AFF46
Text Example
Text Example
White with #1AFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF46; }
p { color: rgb(26,255,70); }
H1.HeaderClassName
{
color: #1AFF46;
}
.AnyTagClassName
{
color: #1AFF46;
}
</style>
background-color css
<style>
a { background-color: #1AFF46; }
a { background-color: rgb(26,255,70); }
div.DivClassName
{
background-color: #1AFF46;
}
.BgClassName
{
background-color: #1AFF46;
}
</style>
border-color css
<style>
span { border-color: #1AFF46; }
span { border-color: rgb(26,255,70); }
td.TdClassName
{
border-color: #1AFF46;
}
.TagClassName
{
border-color: #1AFF46;
}
</style>