Shades of Malachite #1AF660
Tints of Malachite #1AF660
RGB
CMYK
RGB Variations
Color information
#1AF660 (or 0x1AF660) is known color: Malachite. HEX triplet: 1A, F6 and 60. RGB value is (26,246,96). Sum of RGB (Red+Green+Blue) = 26+246+96=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 246 (96.48% from 255 or 66.85% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF660 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF660 is #E5099F. Grayscale: #A3A3A3. Windows color (decimal): -15010208 or 6354458. OLE color: 6354458.
HSL color Cylindrical-coordinate representation of color #1AF660: hue angle of 139.09º 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 #1AF660 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 96 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.04 |
| HSL | 139.09º | 0.92% | 0.53% | - |
| HSV(B) | 139.09º | 0.89% | 0.96% | - |
| XYZ | 35.49 | 66.98 | 22.12 | - |
| YUV | 163.12 | 90.11 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 96 | 0.89 | 0 | 0.61 | 0.04 | 139.09 | 0.92 | 0.53 |
| Hex | 1A | F6 | 60 | 59 | 0 | 3D | 4 | 8B | 5C | 35 |
| Octal | 32 | 366 | 140 | 131 | 0 | 75 | 4 | 213 | 134 | 65 |
| Binary | 11010 | 11110110 | 1100000 | 1011001 | 0 | 111101 | 100 | 10001011 | 1011100 | 110101 |
Color Harmonies of #1AF660
Complementary color
Monochromatic Colors of #1AF660
Black with #1AF660
Text Example
Text Example
White with #1AF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF660; }
p { color: rgb(26,246,96); }
H1.HeaderClassName
{
color: #1AF660;
}
.AnyTagClassName
{
color: #1AF660;
}
</style>
background-color css
<style>
a { background-color: #1AF660; }
a { background-color: rgb(26,246,96); }
div.DivClassName
{
background-color: #1AF660;
}
.BgClassName
{
background-color: #1AF660;
}
</style>
border-color css
<style>
span { border-color: #1AF660; }
span { border-color: rgb(26,246,96); }
td.TdClassName
{
border-color: #1AF660;
}
.TagClassName
{
border-color: #1AF660;
}
</style>