Shades of Malachite #1AF160
Tints of Malachite #1AF160
RGB
CMYK
RGB Variations
Color information
#1AF160 (or 0x1AF160) is known color: Malachite. HEX triplet: 1A, F1 and 60. RGB value is (26,241,96). Sum of RGB (Red+Green+Blue) = 26+241+96=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF160 is #E50E9F. Grayscale: #A0A0A0. Windows color (decimal): -15011488 or 6353178. OLE color: 6353178.
HSL color Cylindrical-coordinate representation of color #1AF160: hue angle of 139.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF160 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 96 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.05 |
| HSL | 139.53º | 0.88% | 0.52% | - |
| HSV(B) | 139.53º | 0.89% | 0.95% | - |
| XYZ | 33.99 | 63.97 | 21.62 | - |
| YUV | 160.19 | 91.77 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 96 | 0.89 | 0 | 0.60 | 0.05 | 139.53 | 0.88 | 0.52 |
| Hex | 1A | F1 | 60 | 59 | 0 | 3C | 5 | 8C | 58 | 34 |
| Octal | 32 | 361 | 140 | 131 | 0 | 74 | 5 | 214 | 130 | 64 |
| Binary | 11010 | 11110001 | 1100000 | 1011001 | 0 | 111100 | 101 | 10001100 | 1011000 | 110100 |
Color Harmonies of #1AF160
Complementary color
Monochromatic Colors of #1AF160
Black with #1AF160
Text Example
Text Example
White with #1AF160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF160; }
p { color: rgb(26,241,96); }
H1.HeaderClassName
{
color: #1AF160;
}
.AnyTagClassName
{
color: #1AF160;
}
</style>
background-color css
<style>
a { background-color: #1AF160; }
a { background-color: rgb(26,241,96); }
div.DivClassName
{
background-color: #1AF160;
}
.BgClassName
{
background-color: #1AF160;
}
</style>
border-color css
<style>
span { border-color: #1AF160; }
span { border-color: rgb(26,241,96); }
td.TdClassName
{
border-color: #1AF160;
}
.TagClassName
{
border-color: #1AF160;
}
</style>