Shades of Magic Mint #A1F4BE
Tints of Magic Mint #A1F4BE
RGB
CMYK
RGB Variations
Color information
#A1F4BE (or 0xA1F4BE) is known color: Magic Mint. HEX triplet: A1, F4 and BE. RGB value is (161,244,190). Sum of RGB (Red+Green+Blue) = 161+244+190=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F4BE is #5E0B41. Grayscale: #D5D5D5. Windows color (decimal): -6163266 or 12514465. OLE color: 12514465.
HSL color Cylindrical-coordinate representation of color #A1F4BE: hue angle of 140.96º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4BE is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 190 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.04 |
| HSL | 140.96º | 0.79% | 0.79% | - |
| HSV(B) | 140.96º | 0.34% | 0.96% | - |
| XYZ | 56.34 | 76 | 60.41 | - |
| YUV | 213.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 190 | 0.34 | 0 | 0.22 | 0.04 | 140.96 | 0.79 | 0.79 |
| Hex | A1 | F4 | BE | 22 | 0 | 16 | 4 | 8D | 4F | 4F |
| Octal | 241 | 364 | 276 | 42 | 0 | 26 | 4 | 215 | 117 | 117 |
| Binary | 10100001 | 11110100 | 10111110 | 100010 | 0 | 10110 | 100 | 10001101 | 1001111 | 1001111 |
Color Harmonies of #A1F4BE
Complementary color
Monochromatic Colors of #A1F4BE
Black with #A1F4BE
Text Example
Text Example
White with #A1F4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F4BE; }
p { color: rgb(161,244,190); }
H1.HeaderClassName
{
color: #A1F4BE;
}
.AnyTagClassName
{
color: #A1F4BE;
}
</style>
background-color css
<style>
a { background-color: #A1F4BE; }
a { background-color: rgb(161,244,190); }
div.DivClassName
{
background-color: #A1F4BE;
}
.BgClassName
{
background-color: #A1F4BE;
}
</style>
border-color css
<style>
span { border-color: #A1F4BE; }
span { border-color: rgb(161,244,190); }
td.TdClassName
{
border-color: #A1F4BE;
}
.TagClassName
{
border-color: #A1F4BE;
}
</style>