Shades of Mint Green #A0FFB1
Tints of Mint Green #A0FFB1
RGB
CMYK
RGB Variations
Color information
#A0FFB1 (or 0xA0FFB1) is known color: Mint Green. HEX triplet: A0, FF and B1. RGB value is (160,255,177). Sum of RGB (Red+Green+Blue) = 160+255+177=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFB1 is #5F004E. Grayscale: #D9D9D9. Windows color (decimal): -6225999 or 11665312. OLE color: 11665312.
HSL color Cylindrical-coordinate representation of color #A0FFB1: hue angle of 130.74º 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 #A0FFB1 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 177 | - |
| CMYK | 0.37 | 0 | 0.31 | 0 |
| HSL | 130.74º | 1% | 0.81% | - |
| HSV(B) | 130.74º | 0.37% | 1% | - |
| XYZ | 58.19 | 82.17 | 54.39 | - |
| YUV | 217.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 177 | 0.37 | 0 | 0.31 | 0 | 130.74 | 1 | 0.81 |
| Hex | A0 | FF | B1 | 25 | 0 | 1F | 0 | 83 | 64 | 51 |
| Octal | 240 | 377 | 261 | 45 | 0 | 37 | 0 | 203 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10110001 | 100101 | 0 | 11111 | 0 | 10000011 | 1100100 | 1010001 |
Color Harmonies of #A0FFB1
Complementary color
Monochromatic Colors of #A0FFB1
Black with #A0FFB1
Text Example
Text Example
White with #A0FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFB1; }
p { color: rgb(160,255,177); }
H1.HeaderClassName
{
color: #A0FFB1;
}
.AnyTagClassName
{
color: #A0FFB1;
}
</style>
background-color css
<style>
a { background-color: #A0FFB1; }
a { background-color: rgb(160,255,177); }
div.DivClassName
{
background-color: #A0FFB1;
}
.BgClassName
{
background-color: #A0FFB1;
}
</style>
border-color css
<style>
span { border-color: #A0FFB1; }
span { border-color: rgb(160,255,177); }
td.TdClassName
{
border-color: #A0FFB1;
}
.TagClassName
{
border-color: #A0FFB1;
}
</style>