Shades of Mint Green #A0FD8B
Tints of Mint Green #A0FD8B
RGB
CMYK
RGB Variations
Color information
#A0FD8B (or 0xA0FD8B) is known color: Mint Green. HEX triplet: A0, FD and 8B. RGB value is (160,253,139). Sum of RGB (Red+Green+Blue) = 160+253+139=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FD8B is #5F0274. Grayscale: #D4D4D4. Windows color (decimal): -6226549 or 9174432. OLE color: 9174432.
HSL color Cylindrical-coordinate representation of color #A0FD8B: hue angle of 108.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0FD8B is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 139 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.01 |
| HSL | 108.95º | 0.97% | 0.77% | - |
| HSV(B) | 108.95º | 0.45% | 0.99% | - |
| XYZ | 54.28 | 79.59 | 36.93 | - |
| YUV | 212.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 139 | 0.37 | 0 | 0.45 | 0.01 | 108.95 | 0.97 | 0.77 |
| Hex | A0 | FD | 8B | 25 | 0 | 2D | 1 | 6D | 61 | 4D |
| Octal | 240 | 375 | 213 | 45 | 0 | 55 | 1 | 155 | 141 | 115 |
| Binary | 10100000 | 11111101 | 10001011 | 100101 | 0 | 101101 | 1 | 1101101 | 1100001 | 1001101 |
Color Harmonies of #A0FD8B
Complementary color
Monochromatic Colors of #A0FD8B
Black with #A0FD8B
Text Example
Text Example
White with #A0FD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD8B; }
p { color: rgb(160,253,139); }
H1.HeaderClassName
{
color: #A0FD8B;
}
.AnyTagClassName
{
color: #A0FD8B;
}
</style>
background-color css
<style>
a { background-color: #A0FD8B; }
a { background-color: rgb(160,253,139); }
div.DivClassName
{
background-color: #A0FD8B;
}
.BgClassName
{
background-color: #A0FD8B;
}
</style>
border-color css
<style>
span { border-color: #A0FD8B; }
span { border-color: rgb(160,253,139); }
td.TdClassName
{
border-color: #A0FD8B;
}
.TagClassName
{
border-color: #A0FD8B;
}
</style>