Shades of Mint Green #A0FF98
Tints of Mint Green #A0FF98
RGB
CMYK
RGB Variations
Color information
#A0FF98 (or 0xA0FF98) is known color: Mint Green. HEX triplet: A0, FF and 98. RGB value is (160,255,152). Sum of RGB (Red+Green+Blue) = 160+255+152=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF98 is #5F0067. Grayscale: #D7D7D7. Windows color (decimal): -6226024 or 10026912. OLE color: 10026912.
HSL color Cylindrical-coordinate representation of color #A0FF98: hue angle of 115.34º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FF98 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 152 | - |
| CMYK | 0.37 | 0 | 0.40 | 0 |
| HSL | 115.34º | 1% | 0.8% | - |
| HSV(B) | 115.34º | 0.4% | 1% | - |
| XYZ | 55.92 | 81.26 | 42.44 | - |
| YUV | 214.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 152 | 0.37 | 0 | 0.40 | 0 | 115.34 | 1 | 0.8 |
| Hex | A0 | FF | 98 | 25 | 0 | 28 | 0 | 73 | 64 | 50 |
| Octal | 240 | 377 | 230 | 45 | 0 | 50 | 0 | 163 | 144 | 120 |
| Binary | 10100000 | 11111111 | 10011000 | 100101 | 0 | 101000 | 0 | 1110011 | 1100100 | 1010000 |
Color Harmonies of #A0FF98
Complementary color
Monochromatic Colors of #A0FF98
Black with #A0FF98
Text Example
Text Example
White with #A0FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF98; }
p { color: rgb(160,255,152); }
H1.HeaderClassName
{
color: #A0FF98;
}
.AnyTagClassName
{
color: #A0FF98;
}
</style>
background-color css
<style>
a { background-color: #A0FF98; }
a { background-color: rgb(160,255,152); }
div.DivClassName
{
background-color: #A0FF98;
}
.BgClassName
{
background-color: #A0FF98;
}
</style>
border-color css
<style>
span { border-color: #A0FF98; }
span { border-color: rgb(160,255,152); }
td.TdClassName
{
border-color: #A0FF98;
}
.TagClassName
{
border-color: #A0FF98;
}
</style>