Mint color: hex codes, shades and palettes
Palettes built around mint. Click any swatch to copy its hex code.
Mint is #98FF98, pale vivid green. Below are its shades with hex codes, the values in every common format, and mint color palettes to copy.
Mint hex, RGB, HSL and OKLCH
- HEX
#98FF98- RGB
rgb(152, 255, 152)- HSL
hsl(120, 100%, 80%)- OKLCH
oklch(91.3% 0.168 144.0)- On white
- 1.23:1
- On black
- 17.09:1
Shades of mint
9 steps from one base color, generated in OKLCH so each step is an equal perceived step rather than an equal numeric one. Click a swatch to copy it.
Mint color values
| RGB | 152 | 255 | 152 | |
|---|---|---|---|---|
| HSL | 120° | 100% | 80% | |
| HSV | 120° | 40% | 100% | |
| CMYK | 0.40 | 0.00 | 0.40 | 0.00 |
| XYZ | 54.3738 | 80.4591 | 42.3647 | |
| Yxy | 80.4591 | 0.3069 | 0.4541 | |
| CIE-Lab | 91.8905 | -49.9760 | 40.0095 | |
| Hunter Lab | 89.6990 | -48.7700 | 34.7867 | |
| OKLCH | 91.3% | 0.168 | 144.0° |
#98FF98 is 152 red, 255 green and 152 blue. Its green channel carries the most of it. The nearest of the 216 web safe colors is #99FF99.
CIE-Lab, XYZ and Yxy are measured against D65, the white point sRGB itself is defined against. Hunter Lab uses the original illuminant C constants, which is what paint and plastics specifications quote, so the two Lab rows are not directly comparable. CMYK is the plain arithmetic conversion: real ink values depend on the press, the paper and the profile.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011000 | 11111111 | 10011000 |
| Octal | 230 | 377 | 230 |
| Decimal | 152 | 255 | 152 |
| Hex | 98 | FF | 98 |
#98ff98 mixed with black
Ten even steps of the classic shade ramp, worked out in RGB, which is how the term has always been defined and how other references list it. The OKLCH scale further down this page answers a different question: it steps by equal perceived amounts, so its values are not the same.
- #98FF98
- #88E588
- #79CC79
- #6AB26A
- #5B995B
- #4C7F4C
- #3C663C
- #2D4C2D
- #1E321E
- #0F190F
- #000000
#98ff98 mixed with white
The tint ramp, by the same rule in the other direction.
- #98FF98
- #A2FFA2
- #ACFFAC
- #B6FFB6
- #C1FFC1
- #CBFFCB
- #D5FFD5
- #E0FFE0
- #EAFFEA
- #F4FFF4
- #FFFFFF
Channel shares
Color schemes
Turned in OKLCH rather than HSL, so every member keeps the lightness and chroma of the original instead of one of them arriving washed out.
Complementary
- #98FF98
- #FCD2FF
Triadic
- #98FF98
- #D4E3FF
- #FFD7D4
Analogous
- #98FF98
- #73FFDC
- #E1EE5B
Monochromatic
- #198A25
- #48B04C
- #70D772
- #98FF98
- #EBFFEA
- #EBFFEA
- #EBFFEA
#98ff98 on black and on white
The quick brown fox jumps over the lazy dog. 17.09:1
The quick brown fox jumps over the lazy dog. 1.23:1
Body text needs 4.5:1 to meet AA and large text needs 3:1, so a ratio tells you which of the two backgrounds this color can be read on, and at what size.
CSS for #98ff98
color: #98ff98;
background-color: #98ff98;
border: 3px solid #98ff98;
box-shadow: 1px 1px 3px 2px #98ff98;
text-shadow: 4px 4px 2px rgba(152, 255, 152, 0.8);
/* Perceptually even, and what a modern stylesheet wants */
color: oklch(91.3% 0.168 144.0);The OKLCH form is the same color stated so that lightening or darkening it moves by an amount the eye agrees with. Every current browser understands it.
Contrast and readability
Mint on white measures 1.23:1 and on black 17.09:1. WCAG AA asks for 4.5:1 on normal text and 3:1 on large text and UI components, so the higher of those two decides which background it belongs on. In the scale above, 500 is the first to clear 4.5:1 on white, at 4.93:1.
The contrast checker reports every level for a given pair and suggests the nearest passing shade on the same hue. The color picker builds this same scale from any color you paste in.
Related colors: green, lime green, olive, emerald, hunter green. See every shade on the colors index.
No mint palettes yet
Run npm run generate to build the dataset.