Shades of Mint Green #A1FF7E
Tints of Mint Green #A1FF7E
RGB
CMYK
RGB Variations
Color information
#A1FF7E (or 0xA1FF7E) is known color: Mint Green. HEX triplet: A1, FF and 7E. RGB value is (161,255,126). Sum of RGB (Red+Green+Blue) = 161+255+126=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF7E is #5E0081. Grayscale: #D4D4D4. Windows color (decimal): -6160514 or 8322977. OLE color: 8322977.
HSL color Cylindrical-coordinate representation of color #A1FF7E: hue angle of 103.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1FF7E is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 126 | - |
| CMYK | 0.37 | 0 | 0.51 | 0 |
| HSL | 103.72º | 1% | 0.75% | - |
| HSV(B) | 103.72º | 0.51% | 1% | - |
| XYZ | 54.22 | 80.6 | 32.44 | - |
| YUV | 212.19 | 79.36 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 126 | 0.37 | 0 | 0.51 | 0 | 103.72 | 1 | 0.75 |
| Hex | A1 | FF | 7E | 25 | 0 | 33 | 0 | 68 | 64 | 4B |
| Octal | 241 | 377 | 176 | 45 | 0 | 63 | 0 | 150 | 144 | 113 |
| Binary | 10100001 | 11111111 | 1111110 | 100101 | 0 | 110011 | 0 | 1101000 | 1100100 | 1001011 |
Color Harmonies of #A1FF7E
Complementary color
Monochromatic Colors of #A1FF7E
Black with #A1FF7E
Text Example
Text Example
White with #A1FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF7E; }
p { color: rgb(161,255,126); }
H1.HeaderClassName
{
color: #A1FF7E;
}
.AnyTagClassName
{
color: #A1FF7E;
}
</style>
background-color css
<style>
a { background-color: #A1FF7E; }
a { background-color: rgb(161,255,126); }
div.DivClassName
{
background-color: #A1FF7E;
}
.BgClassName
{
background-color: #A1FF7E;
}
</style>
border-color css
<style>
span { border-color: #A1FF7E; }
span { border-color: rgb(161,255,126); }
td.TdClassName
{
border-color: #A1FF7E;
}
.TagClassName
{
border-color: #A1FF7E;
}
</style>