Shades of Malachite #1AF146
Tints of Malachite #1AF146
RGB
CMYK
RGB Variations
Color information
#1AF146 (or 0x1AF146) is known color: Malachite. HEX triplet: 1A, F1 and 46. RGB value is (26,241,70). Sum of RGB (Red+Green+Blue) = 26+241+70=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF146 is #E50EB9. Grayscale: #9D9D9D. Windows color (decimal): -15011514 or 4649242. OLE color: 4649242.
HSL color Cylindrical-coordinate representation of color #1AF146: hue angle of 132.28º 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 #1AF146 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 70 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.05 |
| HSL | 132.28º | 0.88% | 0.52% | - |
| HSV(B) | 132.28º | 0.89% | 0.95% | - |
| XYZ | 32.99 | 63.57 | 16.33 | - |
| YUV | 157.22 | 78.77 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 70 | 0.89 | 0 | 0.71 | 0.05 | 132.28 | 0.88 | 0.52 |
| Hex | 1A | F1 | 46 | 59 | 0 | 47 | 5 | 84 | 58 | 34 |
| Octal | 32 | 361 | 106 | 131 | 0 | 107 | 5 | 204 | 130 | 64 |
| Binary | 11010 | 11110001 | 1000110 | 1011001 | 0 | 1000111 | 101 | 10000100 | 1011000 | 110100 |
Color Harmonies of #1AF146
Complementary color
Monochromatic Colors of #1AF146
Black with #1AF146
Text Example
Text Example
White with #1AF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF146; }
p { color: rgb(26,241,70); }
H1.HeaderClassName
{
color: #1AF146;
}
.AnyTagClassName
{
color: #1AF146;
}
</style>
background-color css
<style>
a { background-color: #1AF146; }
a { background-color: rgb(26,241,70); }
div.DivClassName
{
background-color: #1AF146;
}
.BgClassName
{
background-color: #1AF146;
}
</style>
border-color css
<style>
span { border-color: #1AF146; }
span { border-color: rgb(26,241,70); }
td.TdClassName
{
border-color: #1AF146;
}
.TagClassName
{
border-color: #1AF146;
}
</style>