Shades of Malachite #1AF556
Tints of Malachite #1AF556
RGB
CMYK
RGB Variations
Color information
#1AF556 (or 0x1AF556) is known color: Malachite. HEX triplet: 1A, F5 and 56. RGB value is (26,245,86). Sum of RGB (Red+Green+Blue) = 26+245+86=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF556 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF556 is #E50AA9. Grayscale: #A1A1A1. Windows color (decimal): -15010474 or 5698842. OLE color: 5698842.
HSL color Cylindrical-coordinate representation of color #1AF556: hue angle of 136.44º 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 #1AF556 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 86 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.04 |
| HSL | 136.44º | 0.92% | 0.53% | - |
| HSV(B) | 136.44º | 0.89% | 0.96% | - |
| XYZ | 34.76 | 66.2 | 19.75 | - |
| YUV | 161.39 | 85.45 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 86 | 0.89 | 0 | 0.65 | 0.04 | 136.44 | 0.92 | 0.53 |
| Hex | 1A | F5 | 56 | 59 | 0 | 41 | 4 | 88 | 5C | 35 |
| Octal | 32 | 365 | 126 | 131 | 0 | 101 | 4 | 210 | 134 | 65 |
| Binary | 11010 | 11110101 | 1010110 | 1011001 | 0 | 1000001 | 100 | 10001000 | 1011100 | 110101 |
Color Harmonies of #1AF556
Complementary color
Monochromatic Colors of #1AF556
Black with #1AF556
Text Example
Text Example
White with #1AF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF556; }
p { color: rgb(26,245,86); }
H1.HeaderClassName
{
color: #1AF556;
}
.AnyTagClassName
{
color: #1AF556;
}
</style>
background-color css
<style>
a { background-color: #1AF556; }
a { background-color: rgb(26,245,86); }
div.DivClassName
{
background-color: #1AF556;
}
.BgClassName
{
background-color: #1AF556;
}
</style>
border-color css
<style>
span { border-color: #1AF556; }
span { border-color: rgb(26,245,86); }
td.TdClassName
{
border-color: #1AF556;
}
.TagClassName
{
border-color: #1AF556;
}
</style>