Shades of Magic Mint #A1FFBF
Tints of Magic Mint #A1FFBF
RGB
CMYK
RGB Variations
Color information
#A1FFBF (or 0xA1FFBF) is known color: Magic Mint. HEX triplet: A1, FF and BF. RGB value is (161,255,191). Sum of RGB (Red+Green+Blue) = 161+255+191=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFBF is #5E0040. Grayscale: #DBDBDB. Windows color (decimal): -6160449 or 12582817. OLE color: 12582817.
HSL color Cylindrical-coordinate representation of color #A1FFBF: hue angle of 139.15º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFBF is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 191 | - |
| CMYK | 0.37 | 0 | 0.25 | 0 |
| HSL | 139.15º | 1% | 0.82% | - |
| HSV(B) | 139.15º | 0.37% | 1% | - |
| XYZ | 59.86 | 82.86 | 62.13 | - |
| YUV | 219.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 191 | 0.37 | 0 | 0.25 | 0 | 139.15 | 1 | 0.82 |
| Hex | A1 | FF | BF | 25 | 0 | 19 | 0 | 8B | 64 | 52 |
| Octal | 241 | 377 | 277 | 45 | 0 | 31 | 0 | 213 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10111111 | 100101 | 0 | 11001 | 0 | 10001011 | 1100100 | 1010010 |
Color Harmonies of #A1FFBF
Complementary color
Monochromatic Colors of #A1FFBF
Black with #A1FFBF
Text Example
Text Example
White with #A1FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFBF; }
p { color: rgb(161,255,191); }
H1.HeaderClassName
{
color: #A1FFBF;
}
.AnyTagClassName
{
color: #A1FFBF;
}
</style>
background-color css
<style>
a { background-color: #A1FFBF; }
a { background-color: rgb(161,255,191); }
div.DivClassName
{
background-color: #A1FFBF;
}
.BgClassName
{
background-color: #A1FFBF;
}
</style>
border-color css
<style>
span { border-color: #A1FFBF; }
span { border-color: rgb(161,255,191); }
td.TdClassName
{
border-color: #A1FFBF;
}
.TagClassName
{
border-color: #A1FFBF;
}
</style>