#ace040
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #ace040 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ace040 |
| RGB | rgb(172, 224, 64) |
| HSL | hsl(80, 72%, 57%) |
| CMYK | cmyk(23%, 0%, 71%, 12%) |
| LAB | lab(83.2 -38.9 68.7) |
| LCH | lch(83.2 78.9 119.5) |
| OKLCH | oklch(0.842 0.190 126.1) |
| Decimal | 11329600 |
| Display P3 | color(display-p3 0.675 0.878 0.251) |
Copy-ready code
/* CSS */
color: #ace040;
background-color: #ace040;
/* Tailwind (arbitrary) */
class="text-[#ace040] bg-[#ace040]"
/* SCSS */
$brand: #ace040;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.251)
/* Android */
Color.parseColor("#ace040")
/* Flutter */
Color(0xFFACE040)
/* Python / OpenCV (BGR) */
(64, 224, 172)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ace040 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9FCF3;
--brand-100: #F3F8E7;
--brand-200: #E5F3C9;
--brand-300: #D5EF9E;
--brand-400: #C0E86E;
--brand-500: #ace040;
--brand-600: #99D322;
--brand-700: #80B01C;
--brand-800: #668C17;
--brand-900: #4B6615;
--brand-950: #2F400D;
--brand: #ace040;
--brand-ink: #000000;
}Colors that work with #ace040
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ace040
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #7440E0 | Directly opposite — maximum tension | |
| Analogous left | #E0C440 | Neighbour, quieter | |
| Analogous right | #5CE040 | Neighbour, quieter | |
| Split-complement 1 | #405CE0 | Contrast without the clash | |
| Split-complement 2 | #C440E0 | Contrast without the clash | |
| Triadic 1 | #40ACE0 | Even thirds — balanced and loud | |
| Triadic 2 | #E040AC | Even thirds — balanced and loud | |
| Tetradic | #40E0C4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ace040 text on a black background
contrast 13.49:1
#ace040 text on a white background
contrast 1.56:1
CSS3 live lab
The quick brown fox
color: #ace040;
background-color: #ace040;
Glowing headline
text-shadow: 2px 2px 8px #ace040;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 64, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 224, 64, 0.45);
border: 3px solid #ace040; background: linear-gradient(135deg, #ace040, #41E040);
Monochromatic scale
Palettes built from #ace040
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Spring Bud (#a7fc00) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#ace040 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#ace040, answered
What color is #ace040?
#ace040 is a balanced vivid green, closest to Yellow Green (ΔE2000 4.6). It sits at 80° on the hue wheel with 72% saturation and 57% lightness, which reads as warm.
What is the RGB value of #ace040?
rgb(172, 224, 64) — 172 red, 224 green and 64 blue out of 255, or 67.5% / 87.8% / 25.1% by channel.
Is #ace040 a light or a dark color?
It is a light color. Relative luminance is 0.6245 and perceived brightness is 77%, so black text on it reaches 13.49:1.
Should I use black or white text on #ace040?
Black. It scores 13.49:1 against #ace040, versus 1.56:1 for white — AAA at any size.
What is the complementary color of #ace040?
#7440E0 sits directly opposite on the wheel. Softer options are the split-complements #405CE0 and #C440E0, which give the same contrast with far less vibration.
What colors go well with #ace040?
For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #819B4B for secondary text, #483CE4 as an accent and #506E12 for hover and pressed states. For a palette, the analogous pair #E0C440 and #5CE040 stays calm, while #7440E0 is the loudest partner.
What is #ace040 in CMYK for printing?
cmyk(23%, 0%, 71%, 12%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ace040 warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E0D940; nudged cooler, #71E23E.