Shades of Malachite #1AF760
Tints of Malachite #1AF760
RGB
CMYK
RGB Variations
Color information
#1AF760 (or 0x1AF760) is known color: Malachite. HEX triplet: 1A, F7 and 60. RGB value is (26,247,96). Sum of RGB (Red+Green+Blue) = 26+247+96=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF760 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF760 is #E5089F. Grayscale: #A4A4A4. Windows color (decimal): -15009952 or 6354714. OLE color: 6354714.
HSL color Cylindrical-coordinate representation of color #1AF760: hue angle of 139º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF760 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 96 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.03 |
| HSL | 139º | 0.93% | 0.54% | - |
| HSV(B) | 139º | 0.89% | 0.97% | - |
| XYZ | 35.8 | 67.59 | 22.22 | - |
| YUV | 163.71 | 89.78 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 96 | 0.89 | 0 | 0.61 | 0.03 | 139 | 0.93 | 0.54 |
| Hex | 1A | F7 | 60 | 59 | 0 | 3D | 3 | 8B | 5D | 36 |
| Octal | 32 | 367 | 140 | 131 | 0 | 75 | 3 | 213 | 135 | 66 |
| Binary | 11010 | 11110111 | 1100000 | 1011001 | 0 | 111101 | 11 | 10001011 | 1011101 | 110110 |
Color Harmonies of #1AF760
Complementary color
Monochromatic Colors of #1AF760
Black with #1AF760
Text Example
Text Example
White with #1AF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF760; }
p { color: rgb(26,247,96); }
H1.HeaderClassName
{
color: #1AF760;
}
.AnyTagClassName
{
color: #1AF760;
}
</style>
background-color css
<style>
a { background-color: #1AF760; }
a { background-color: rgb(26,247,96); }
div.DivClassName
{
background-color: #1AF760;
}
.BgClassName
{
background-color: #1AF760;
}
</style>
border-color css
<style>
span { border-color: #1AF760; }
span { border-color: rgb(26,247,96); }
td.TdClassName
{
border-color: #1AF760;
}
.TagClassName
{
border-color: #1AF760;
}
</style>