Shades of Magic Mint #A1F9BD
Tints of Magic Mint #A1F9BD
RGB
CMYK
RGB Variations
Color information
#A1F9BD (or 0xA1F9BD) is known color: Magic Mint. HEX triplet: A1, F9 and BD. RGB value is (161,249,189). Sum of RGB (Red+Green+Blue) = 161+249+189=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9BD is #5E0642. Grayscale: #D7D7D7. Windows color (decimal): -6161987 or 12450209. OLE color: 12450209.
HSL color Cylindrical-coordinate representation of color #A1F9BD: hue angle of 139.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9BD is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 189 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.02 |
| HSL | 139.09º | 0.88% | 0.8% | - |
| HSV(B) | 139.09º | 0.35% | 0.98% | - |
| XYZ | 57.76 | 79 | 60.35 | - |
| YUV | 215.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 189 | 0.35 | 0 | 0.24 | 0.02 | 139.09 | 0.88 | 0.8 |
| Hex | A1 | F9 | BD | 23 | 0 | 18 | 2 | 8B | 58 | 50 |
| Octal | 241 | 371 | 275 | 43 | 0 | 30 | 2 | 213 | 130 | 120 |
| Binary | 10100001 | 11111001 | 10111101 | 100011 | 0 | 11000 | 10 | 10001011 | 1011000 | 1010000 |
Color Harmonies of #A1F9BD
Complementary color
Monochromatic Colors of #A1F9BD
Black with #A1F9BD
Text Example
Text Example
White with #A1F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9BD; }
p { color: rgb(161,249,189); }
H1.HeaderClassName
{
color: #A1F9BD;
}
.AnyTagClassName
{
color: #A1F9BD;
}
</style>
background-color css
<style>
a { background-color: #A1F9BD; }
a { background-color: rgb(161,249,189); }
div.DivClassName
{
background-color: #A1F9BD;
}
.BgClassName
{
background-color: #A1F9BD;
}
</style>
border-color css
<style>
span { border-color: #A1F9BD; }
span { border-color: rgb(161,249,189); }
td.TdClassName
{
border-color: #A1F9BD;
}
.TagClassName
{
border-color: #A1F9BD;
}
</style>