Shades of Magic Mint #A0FFBD
Tints of Magic Mint #A0FFBD
RGB
CMYK
RGB Variations
Color information
#A0FFBD (or 0xA0FFBD) is known color: Magic Mint. HEX triplet: A0, FF and BD. RGB value is (160,255,189). Sum of RGB (Red+Green+Blue) = 160+255+189=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBD is #5F0042. Grayscale: #DBDBDB. Windows color (decimal): -6225987 or 12451744. OLE color: 12451744.
HSL color Cylindrical-coordinate representation of color #A0FFBD: hue angle of 138.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFBD is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 189 | - |
| CMYK | 0.37 | 0 | 0.26 | 0 |
| HSL | 138.32º | 1% | 0.81% | - |
| HSV(B) | 138.32º | 0.37% | 1% | - |
| XYZ | 59.44 | 82.67 | 60.97 | - |
| YUV | 219.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 189 | 0.37 | 0 | 0.26 | 0 | 138.32 | 1 | 0.81 |
| Hex | A0 | FF | BD | 25 | 0 | 1A | 0 | 8A | 64 | 51 |
| Octal | 240 | 377 | 275 | 45 | 0 | 32 | 0 | 212 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10111101 | 100101 | 0 | 11010 | 0 | 10001010 | 1100100 | 1010001 |
Color Harmonies of #A0FFBD
Complementary color
Monochromatic Colors of #A0FFBD
Black with #A0FFBD
Text Example
Text Example
White with #A0FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFBD; }
p { color: rgb(160,255,189); }
H1.HeaderClassName
{
color: #A0FFBD;
}
.AnyTagClassName
{
color: #A0FFBD;
}
</style>
background-color css
<style>
a { background-color: #A0FFBD; }
a { background-color: rgb(160,255,189); }
div.DivClassName
{
background-color: #A0FFBD;
}
.BgClassName
{
background-color: #A0FFBD;
}
</style>
border-color css
<style>
span { border-color: #A0FFBD; }
span { border-color: rgb(160,255,189); }
td.TdClassName
{
border-color: #A0FFBD;
}
.TagClassName
{
border-color: #A0FFBD;
}
</style>