Shades of Mint Green #A1FF95
Tints of Mint Green #A1FF95
RGB
CMYK
RGB Variations
Color information
#A1FF95 (or 0xA1FF95) is known color: Mint Green. HEX triplet: A1, FF and 95. RGB value is (161,255,149). Sum of RGB (Red+Green+Blue) = 161+255+149=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FF95 is #5E006A. Grayscale: #D7D7D7. Windows color (decimal): -6160491 or 9830305. OLE color: 9830305.
HSL color Cylindrical-coordinate representation of color #A1FF95: hue angle of 113.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1FF95 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 149 | - |
| CMYK | 0.37 | 0 | 0.42 | 0 |
| HSL | 113.21º | 1% | 0.79% | - |
| HSV(B) | 113.21º | 0.42% | 1% | - |
| XYZ | 55.88 | 81.27 | 41.17 | - |
| YUV | 214.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 149 | 0.37 | 0 | 0.42 | 0 | 113.21 | 1 | 0.79 |
| Hex | A1 | FF | 95 | 25 | 0 | 2A | 0 | 71 | 64 | 4F |
| Octal | 241 | 377 | 225 | 45 | 0 | 52 | 0 | 161 | 144 | 117 |
| Binary | 10100001 | 11111111 | 10010101 | 100101 | 0 | 101010 | 0 | 1110001 | 1100100 | 1001111 |
Color Harmonies of #A1FF95
Complementary color
Monochromatic Colors of #A1FF95
Black with #A1FF95
Text Example
Text Example
White with #A1FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF95; }
p { color: rgb(161,255,149); }
H1.HeaderClassName
{
color: #A1FF95;
}
.AnyTagClassName
{
color: #A1FF95;
}
</style>
background-color css
<style>
a { background-color: #A1FF95; }
a { background-color: rgb(161,255,149); }
div.DivClassName
{
background-color: #A1FF95;
}
.BgClassName
{
background-color: #A1FF95;
}
</style>
border-color css
<style>
span { border-color: #A1FF95; }
span { border-color: rgb(161,255,149); }
td.TdClassName
{
border-color: #A1FF95;
}
.TagClassName
{
border-color: #A1FF95;
}
</style>