Shades of Mint Green #98FFA0
Tints of Mint Green #98FFA0
RGB
CMYK
RGB Variations
Color information
#98FFA0 (or 0x98FFA0) is known color: Mint Green. HEX triplet: 98, FF and A0. RGB value is (152,255,160). Sum of RGB (Red+Green+Blue) = 152+255+160=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FFA0 is #67005F. Grayscale: #D5D5D5. Windows color (decimal): -6750304 or 10551192. OLE color: 10551192.
HSL color Cylindrical-coordinate representation of color #98FFA0: hue angle of 124.66º 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 #98FFA0 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 160 | - |
| CMYK | 0.40 | 0 | 0.37 | 0 |
| HSL | 124.66º | 1% | 0.8% | - |
| HSV(B) | 124.66º | 0.4% | 1% | - |
| XYZ | 55.05 | 80.73 | 45.94 | - |
| YUV | 213.37 | 97.88 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 160 | 0.40 | 0 | 0.37 | 0 | 124.66 | 1 | 0.8 |
| Hex | 98 | FF | A0 | 28 | 0 | 25 | 0 | 7D | 64 | 50 |
| Octal | 230 | 377 | 240 | 50 | 0 | 45 | 0 | 175 | 144 | 120 |
| Binary | 10011000 | 11111111 | 10100000 | 101000 | 0 | 100101 | 0 | 1111101 | 1100100 | 1010000 |
Color Harmonies of #98FFA0
Complementary color
Monochromatic Colors of #98FFA0
Black with #98FFA0
Text Example
Text Example
White with #98FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFA0; }
p { color: rgb(152,255,160); }
H1.HeaderClassName
{
color: #98FFA0;
}
.AnyTagClassName
{
color: #98FFA0;
}
</style>
background-color css
<style>
a { background-color: #98FFA0; }
a { background-color: rgb(152,255,160); }
div.DivClassName
{
background-color: #98FFA0;
}
.BgClassName
{
background-color: #98FFA0;
}
</style>
border-color css
<style>
span { border-color: #98FFA0; }
span { border-color: rgb(152,255,160); }
td.TdClassName
{
border-color: #98FFA0;
}
.TagClassName
{
border-color: #98FFA0;
}
</style>