Shades of Mint Green #A0FF9E
Tints of Mint Green #A0FF9E
RGB
CMYK
RGB Variations
Color information
#A0FF9E (or 0xA0FF9E) is known color: Mint Green. HEX triplet: A0, FF and 9E. RGB value is (160,255,158). Sum of RGB (Red+Green+Blue) = 160+255+158=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF9E is #5F0061. Grayscale: #D7D7D7. Windows color (decimal): -6226018 or 10420128. OLE color: 10420128.
HSL color Cylindrical-coordinate representation of color #A0FF9E: hue angle of 118.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0FF9E is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 158 | - |
| CMYK | 0.37 | 0 | 0.38 | 0 |
| HSL | 118.76º | 1% | 0.81% | - |
| HSV(B) | 118.76º | 0.38% | 1% | - |
| XYZ | 56.43 | 81.46 | 45.1 | - |
| YUV | 215.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 158 | 0.37 | 0 | 0.38 | 0 | 118.76 | 1 | 0.81 |
| Hex | A0 | FF | 9E | 25 | 0 | 26 | 0 | 77 | 64 | 51 |
| Octal | 240 | 377 | 236 | 45 | 0 | 46 | 0 | 167 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10011110 | 100101 | 0 | 100110 | 0 | 1110111 | 1100100 | 1010001 |
Color Harmonies of #A0FF9E
Complementary color
Monochromatic Colors of #A0FF9E
Black with #A0FF9E
Text Example
Text Example
White with #A0FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF9E; }
p { color: rgb(160,255,158); }
H1.HeaderClassName
{
color: #A0FF9E;
}
.AnyTagClassName
{
color: #A0FF9E;
}
</style>
background-color css
<style>
a { background-color: #A0FF9E; }
a { background-color: rgb(160,255,158); }
div.DivClassName
{
background-color: #A0FF9E;
}
.BgClassName
{
background-color: #A0FF9E;
}
</style>
border-color css
<style>
span { border-color: #A0FF9E; }
span { border-color: rgb(160,255,158); }
td.TdClassName
{
border-color: #A0FF9E;
}
.TagClassName
{
border-color: #A0FF9E;
}
</style>