Shades of Magic Mint #A1FEBC
Tints of Magic Mint #A1FEBC
RGB
CMYK
RGB Variations
Color information
#A1FEBC (or 0xA1FEBC) is known color: Magic Mint. HEX triplet: A1, FE and BC. RGB value is (161,254,188). Sum of RGB (Red+Green+Blue) = 161+254+188=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEBC is #5E0143. Grayscale: #DADADA. Windows color (decimal): -6160708 or 12385953. OLE color: 12385953.
HSL color Cylindrical-coordinate representation of color #A1FEBC: hue angle of 137.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEBC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 188 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.00 |
| HSL | 137.42º | 0.98% | 0.81% | - |
| HSV(B) | 137.42º | 0.37% | 1% | - |
| XYZ | 59.22 | 82.09 | 60.3 | - |
| YUV | 218.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 188 | 0.37 | 0 | 0.26 | 0.00 | 137.42 | 0.98 | 0.81 |
| Hex | A1 | FE | BC | 25 | 0 | 1A | 0 | 89 | 62 | 51 |
| Octal | 241 | 376 | 274 | 45 | 0 | 32 | 0 | 211 | 142 | 121 |
| Binary | 10100001 | 11111110 | 10111100 | 100101 | 0 | 11010 | 0 | 10001001 | 1100010 | 1010001 |
Color Harmonies of #A1FEBC
Complementary color
Monochromatic Colors of #A1FEBC
Black with #A1FEBC
Text Example
Text Example
White with #A1FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEBC; }
p { color: rgb(161,254,188); }
H1.HeaderClassName
{
color: #A1FEBC;
}
.AnyTagClassName
{
color: #A1FEBC;
}
</style>
background-color css
<style>
a { background-color: #A1FEBC; }
a { background-color: rgb(161,254,188); }
div.DivClassName
{
background-color: #A1FEBC;
}
.BgClassName
{
background-color: #A1FEBC;
}
</style>
border-color css
<style>
span { border-color: #A1FEBC; }
span { border-color: rgb(161,254,188); }
td.TdClassName
{
border-color: #A1FEBC;
}
.TagClassName
{
border-color: #A1FEBC;
}
</style>