Shades of Malachite #1AF546
Tints of Malachite #1AF546
RGB
CMYK
RGB Variations
Color information
#1AF546 (or 0x1AF546) is known color: Malachite. HEX triplet: 1A, F5 and 46. RGB value is (26,245,70). Sum of RGB (Red+Green+Blue) = 26+245+70=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF546 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF546 is #E50AB9. Grayscale: #A0A0A0. Windows color (decimal): -15010490 or 4650266. OLE color: 4650266.
HSL color Cylindrical-coordinate representation of color #1AF546: hue angle of 132.05º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF546 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 70 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.04 |
| HSL | 132.05º | 0.92% | 0.53% | - |
| HSV(B) | 132.05º | 0.89% | 0.96% | - |
| XYZ | 34.18 | 65.97 | 16.73 | - |
| YUV | 159.57 | 77.45 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 70 | 0.89 | 0 | 0.71 | 0.04 | 132.05 | 0.92 | 0.53 |
| Hex | 1A | F5 | 46 | 59 | 0 | 47 | 4 | 84 | 5C | 35 |
| Octal | 32 | 365 | 106 | 131 | 0 | 107 | 4 | 204 | 134 | 65 |
| Binary | 11010 | 11110101 | 1000110 | 1011001 | 0 | 1000111 | 100 | 10000100 | 1011100 | 110101 |
Color Harmonies of #1AF546
Complementary color
Monochromatic Colors of #1AF546
Black with #1AF546
Text Example
Text Example
White with #1AF546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF546; }
p { color: rgb(26,245,70); }
H1.HeaderClassName
{
color: #1AF546;
}
.AnyTagClassName
{
color: #1AF546;
}
</style>
background-color css
<style>
a { background-color: #1AF546; }
a { background-color: rgb(26,245,70); }
div.DivClassName
{
background-color: #1AF546;
}
.BgClassName
{
background-color: #1AF546;
}
</style>
border-color css
<style>
span { border-color: #1AF546; }
span { border-color: rgb(26,245,70); }
td.TdClassName
{
border-color: #1AF546;
}
.TagClassName
{
border-color: #1AF546;
}
</style>