Shades of Magic Mint #A0FFBF
Tints of Magic Mint #A0FFBF
RGB
CMYK
RGB Variations
Color information
#A0FFBF (or 0xA0FFBF) is known color: Magic Mint. HEX triplet: A0, FF and BF. RGB value is (160,255,191). Sum of RGB (Red+Green+Blue) = 160+255+191=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBF is #5F0040. Grayscale: #DBDBDB. Windows color (decimal): -6225985 or 12582816. OLE color: 12582816.
HSL color Cylindrical-coordinate representation of color #A0FFBF: hue angle of 139.58º 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 #A0FFBF is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 191 | - |
| CMYK | 0.37 | 0 | 0.25 | 0 |
| HSL | 139.58º | 1% | 0.81% | - |
| HSV(B) | 139.58º | 0.37% | 1% | - |
| XYZ | 59.66 | 82.76 | 62.12 | - |
| YUV | 219.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 191 | 0.37 | 0 | 0.25 | 0 | 139.58 | 1 | 0.81 |
| Hex | A0 | FF | BF | 25 | 0 | 19 | 0 | 8C | 64 | 51 |
| Octal | 240 | 377 | 277 | 45 | 0 | 31 | 0 | 214 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10111111 | 100101 | 0 | 11001 | 0 | 10001100 | 1100100 | 1010001 |
Color Harmonies of #A0FFBF
Complementary color
Monochromatic Colors of #A0FFBF
Black with #A0FFBF
Text Example
Text Example
White with #A0FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFBF; }
p { color: rgb(160,255,191); }
H1.HeaderClassName
{
color: #A0FFBF;
}
.AnyTagClassName
{
color: #A0FFBF;
}
</style>
background-color css
<style>
a { background-color: #A0FFBF; }
a { background-color: rgb(160,255,191); }
div.DivClassName
{
background-color: #A0FFBF;
}
.BgClassName
{
background-color: #A0FFBF;
}
</style>
border-color css
<style>
span { border-color: #A0FFBF; }
span { border-color: rgb(160,255,191); }
td.TdClassName
{
border-color: #A0FFBF;
}
.TagClassName
{
border-color: #A0FFBF;
}
</style>