Shades of Malachite #1AFF47
Tints of Malachite #1AFF47
RGB
CMYK
RGB Variations
Color information
#1AFF47 (or 0x1AFF47) is known color: Malachite. HEX triplet: 1A, FF and 47. RGB value is (26,255,71). Sum of RGB (Red+Green+Blue) = 26+255+71=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF47 is #E500B8. Grayscale: #A6A6A6. Windows color (decimal): -15007929 or 4718362. OLE color: 4718362.
HSL color Cylindrical-coordinate representation of color #1AFF47: hue angle of 131.79º 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 #1AFF47 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 71 | - |
| CMYK | 0.90 | 0 | 0.72 | 0 |
| HSL | 131.79º | 1% | 0.55% | - |
| HSV(B) | 131.79º | 0.9% | 1% | - |
| XYZ | 37.32 | 72.19 | 17.93 | - |
| YUV | 165.55 | 74.63 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 71 | 0.90 | 0 | 0.72 | 0 | 131.79 | 1 | 0.55 |
| Hex | 1A | FF | 47 | 5A | 0 | 48 | 0 | 84 | 64 | 37 |
| Octal | 32 | 377 | 107 | 132 | 0 | 110 | 0 | 204 | 144 | 67 |
| Binary | 11010 | 11111111 | 1000111 | 1011010 | 0 | 1001000 | 0 | 10000100 | 1100100 | 110111 |
Color Harmonies of #1AFF47
Complementary color
Monochromatic Colors of #1AFF47
Black with #1AFF47
Text Example
Text Example
White with #1AFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF47; }
p { color: rgb(26,255,71); }
H1.HeaderClassName
{
color: #1AFF47;
}
.AnyTagClassName
{
color: #1AFF47;
}
</style>
background-color css
<style>
a { background-color: #1AFF47; }
a { background-color: rgb(26,255,71); }
div.DivClassName
{
background-color: #1AFF47;
}
.BgClassName
{
background-color: #1AFF47;
}
</style>
border-color css
<style>
span { border-color: #1AFF47; }
span { border-color: rgb(26,255,71); }
td.TdClassName
{
border-color: #1AFF47;
}
.TagClassName
{
border-color: #1AFF47;
}
</style>