Mint green is a soft, cool-toned hue that sits between green and blue, evoking the gentle color of a freshly picked mint leaf. If you are trying to recreate this specific shade digitally or in print, the standard color code for mint green is #98FF98. This hexadecimal value represents the exact mixture of red, green, and blue light required to generate the classic, calming tone on screens.
Understanding Hexadecimal Color Codes
Hexadecimal, or hex, codes are the universal language used by designers and developers to define colors on the web. The code #98FF98 is a six-character alphanumeric string preceded by a hash symbol. The first two characters represent the intensity of red, the middle two represent green, and the last two represent blue. In this specific code, the high values of green (FF) and blue (98) with a moderate red value (98) are what create the distinct pale, pastel quality of mint.
The RGB Breakdown
For those working with RGB color models, the hex code #98FF98 translates to the decimal values of Red 152, Green 255, and Blue 152. This specific balance—where green is at its maximum intensity while red and blue are set lower—creates the airy, refreshing quality that defines the color. If you are using software like Adobe Photoshop or CSS, you can input these RGB values directly to achieve an identical result.

Variations and Tints
It is important to note that "mint green" can refer to a range of light, cool greens. The code provided represents the standard, web-safe version of the color. Depending on the application, you might encounter lighter versions with higher brightness or slightly different undertones. For a softer, more diluted look, designers often use tints of this color, which involve mixing the base hue with varying amounts of white to lift the intensity further.
| Code Type | Value | Use Case |
|---|---|---|
| Hex | #98FF98 | Web Design and CSS |
| RGB | rgb(152, 255, 152) | Digital Screens |
| HSL | hsl(120, 100%, 80%) | Design Adjustments |
Application in Design
When implementing the color code for mint green into a project, context is key. Its light and airy nature makes it an excellent choice for creating a calming atmosphere in interior design schemes or digital interfaces. In branding, it often conveys freshness, tranquility, and a connection to nature, making it popular for wellness, lifestyle, and eco-conscious products. Using the precise hex code ensures consistency across all platforms, from a company website to printed marketing materials.
Finding the Right Shade
While #98FF98 is the most recognized code, the "true" mint green can vary slightly based on personal perception and lighting conditions. If you are matching paint chips or fabric, the hex code serves as a close digital reference, but always view the physical material in the intended environment. For digital artists, manipulating the saturation and lightness of this base code allows for the creation of everything from muted, vintage-inspired greens to vibrant, electric mint tones that pop against neutral backgrounds.

Accessibility and Contrast
Because the color code for mint green results in a very light background, it is crucial to consider readability when using it for text. Pure white text (HEX #FFFFFF) or very dark charcoal (HEX #333333) typically provides the best contrast against the pale mint surface. Ensuring sufficient contrast is not only a design best practice but also a key requirement for meeting web accessibility standards for users with visual impairments.