Shades of Malachite #1AF165
Tints of Malachite #1AF165
RGB
CMYK
RGB Variations
Color information
#1AF165 (or 0x1AF165) is known color: Malachite. HEX triplet: 1A, F1 and 65. RGB value is (26,241,101). Sum of RGB (Red+Green+Blue) = 26+241+101=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF165 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF165 is #E50E9A. Grayscale: #A1A1A1. Windows color (decimal): -15011483 or 6680858. OLE color: 6680858.
HSL color Cylindrical-coordinate representation of color #1AF165: hue angle of 140.93º 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 #1AF165 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 101 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.05 |
| HSL | 140.93º | 0.88% | 0.52% | - |
| HSV(B) | 140.93º | 0.89% | 0.95% | - |
| XYZ | 34.23 | 64.07 | 22.87 | - |
| YUV | 160.76 | 94.27 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 101 | 0.89 | 0 | 0.58 | 0.05 | 140.93 | 0.88 | 0.52 |
| Hex | 1A | F1 | 65 | 59 | 0 | 3A | 5 | 8D | 58 | 34 |
| Octal | 32 | 361 | 145 | 131 | 0 | 72 | 5 | 215 | 130 | 64 |
| Binary | 11010 | 11110001 | 1100101 | 1011001 | 0 | 111010 | 101 | 10001101 | 1011000 | 110100 |
Color Harmonies of #1AF165
Complementary color
Monochromatic Colors of #1AF165
Black with #1AF165
Text Example
Text Example
White with #1AF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF165; }
p { color: rgb(26,241,101); }
H1.HeaderClassName
{
color: #1AF165;
}
.AnyTagClassName
{
color: #1AF165;
}
</style>
background-color css
<style>
a { background-color: #1AF165; }
a { background-color: rgb(26,241,101); }
div.DivClassName
{
background-color: #1AF165;
}
.BgClassName
{
background-color: #1AF165;
}
</style>
border-color css
<style>
span { border-color: #1AF165; }
span { border-color: rgb(26,241,101); }
td.TdClassName
{
border-color: #1AF165;
}
.TagClassName
{
border-color: #1AF165;
}
</style>