Shades of Malachite #1AF650
Tints of Malachite #1AF650
RGB
CMYK
RGB Variations
Color information
#1AF650 (or 0x1AF650) is known color: Malachite. HEX triplet: 1A, F6 and 50. RGB value is (26,246,80). Sum of RGB (Red+Green+Blue) = 26+246+80=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF650 is #E509AF. Grayscale: #A1A1A1. Windows color (decimal): -15010224 or 5305882. OLE color: 5305882.
HSL color Cylindrical-coordinate representation of color #1AF650: hue angle of 134.73º 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 #1AF650 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 80 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.04 |
| HSL | 134.73º | 0.92% | 0.53% | - |
| HSV(B) | 134.73º | 0.89% | 0.96% | - |
| XYZ | 34.83 | 66.71 | 18.63 | - |
| YUV | 161.3 | 82.11 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 80 | 0.89 | 0 | 0.67 | 0.04 | 134.73 | 0.92 | 0.53 |
| Hex | 1A | F6 | 50 | 59 | 0 | 43 | 4 | 87 | 5C | 35 |
| Octal | 32 | 366 | 120 | 131 | 0 | 103 | 4 | 207 | 134 | 65 |
| Binary | 11010 | 11110110 | 1010000 | 1011001 | 0 | 1000011 | 100 | 10000111 | 1011100 | 110101 |
Color Harmonies of #1AF650
Complementary color
Monochromatic Colors of #1AF650
Black with #1AF650
Text Example
Text Example
White with #1AF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF650; }
p { color: rgb(26,246,80); }
H1.HeaderClassName
{
color: #1AF650;
}
.AnyTagClassName
{
color: #1AF650;
}
</style>
background-color css
<style>
a { background-color: #1AF650; }
a { background-color: rgb(26,246,80); }
div.DivClassName
{
background-color: #1AF650;
}
.BgClassName
{
background-color: #1AF650;
}
</style>
border-color css
<style>
span { border-color: #1AF650; }
span { border-color: rgb(26,246,80); }
td.TdClassName
{
border-color: #1AF650;
}
.TagClassName
{
border-color: #1AF650;
}
</style>