Shades of Malachite #1AF261
Tints of Malachite #1AF261
RGB
CMYK
RGB Variations
Color information
#1AF261 (or 0x1AF261) is known color: Malachite. HEX triplet: 1A, F2 and 61. RGB value is (26,242,97). Sum of RGB (Red+Green+Blue) = 26+242+97=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF261 is #E50D9E. Grayscale: #A1A1A1. Windows color (decimal): -15011231 or 6418970. OLE color: 6418970.
HSL color Cylindrical-coordinate representation of color #1AF261: hue angle of 139.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF261 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 97 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.05 |
| HSL | 139.72º | 0.89% | 0.53% | - |
| HSV(B) | 139.72º | 0.89% | 0.95% | - |
| XYZ | 34.34 | 64.59 | 21.97 | - |
| YUV | 160.89 | 91.94 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 97 | 0.89 | 0 | 0.60 | 0.05 | 139.72 | 0.89 | 0.53 |
| Hex | 1A | F2 | 61 | 59 | 0 | 3C | 5 | 8C | 59 | 35 |
| Octal | 32 | 362 | 141 | 131 | 0 | 74 | 5 | 214 | 131 | 65 |
| Binary | 11010 | 11110010 | 1100001 | 1011001 | 0 | 111100 | 101 | 10001100 | 1011001 | 110101 |
Color Harmonies of #1AF261
Complementary color
Monochromatic Colors of #1AF261
Black with #1AF261
Text Example
Text Example
White with #1AF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF261; }
p { color: rgb(26,242,97); }
H1.HeaderClassName
{
color: #1AF261;
}
.AnyTagClassName
{
color: #1AF261;
}
</style>
background-color css
<style>
a { background-color: #1AF261; }
a { background-color: rgb(26,242,97); }
div.DivClassName
{
background-color: #1AF261;
}
.BgClassName
{
background-color: #1AF261;
}
</style>
border-color css
<style>
span { border-color: #1AF261; }
span { border-color: rgb(26,242,97); }
td.TdClassName
{
border-color: #1AF261;
}
.TagClassName
{
border-color: #1AF261;
}
</style>