Shades of Malachite #1AF466
Tints of Malachite #1AF466
RGB
CMYK
RGB Variations
Color information
#1AF466 (or 0x1AF466) is known color: Malachite. HEX triplet: 1A, F4 and 66. RGB value is (26,244,102). Sum of RGB (Red+Green+Blue) = 26+244+102=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF466 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF466 is #E50B99. Grayscale: #A2A2A2. Windows color (decimal): -15010714 or 6747162. OLE color: 6747162.
HSL color Cylindrical-coordinate representation of color #1AF466: hue angle of 140.92º degrees, saturation: 0.91, 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 #1AF466 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 102 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.04 |
| HSL | 140.92º | 0.91% | 0.53% | - |
| HSV(B) | 140.92º | 0.89% | 0.96% | - |
| XYZ | 35.17 | 65.88 | 23.43 | - |
| YUV | 162.63 | 93.78 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 102 | 0.89 | 0 | 0.58 | 0.04 | 140.92 | 0.91 | 0.53 |
| Hex | 1A | F4 | 66 | 59 | 0 | 3A | 4 | 8D | 5B | 35 |
| Octal | 32 | 364 | 146 | 131 | 0 | 72 | 4 | 215 | 133 | 65 |
| Binary | 11010 | 11110100 | 1100110 | 1011001 | 0 | 111010 | 100 | 10001101 | 1011011 | 110101 |
Color Harmonies of #1AF466
Complementary color
Monochromatic Colors of #1AF466
Black with #1AF466
Text Example
Text Example
White with #1AF466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF466; }
p { color: rgb(26,244,102); }
H1.HeaderClassName
{
color: #1AF466;
}
.AnyTagClassName
{
color: #1AF466;
}
</style>
background-color css
<style>
a { background-color: #1AF466; }
a { background-color: rgb(26,244,102); }
div.DivClassName
{
background-color: #1AF466;
}
.BgClassName
{
background-color: #1AF466;
}
</style>
border-color css
<style>
span { border-color: #1AF466; }
span { border-color: rgb(26,244,102); }
td.TdClassName
{
border-color: #1AF466;
}
.TagClassName
{
border-color: #1AF466;
}
</style>