Skip to content

#a2db2a

a balanced, vivid green · warm · closest name: Yellow Green

RGB
162, 219, 42
HSL
79°, 71%, 51%
CMYK
26, 0, 81, 14
Luminance
0.5851

At a glance

Every number on this page in one read: what #a2db2a is made of, how bright it looks, and which way it leans.

Hex
#a2db2a
Hue
79°
green
Saturation
71%
vivid
Lightness
51%
balanced
Brightness
86%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5851
WCAG relative
Temperature
Warm
41/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
12.70:1
Closest name
Yellow Green
ΔE2000 3.5
Where it sits
Hue79° of 360°
Saturation71%
Lightness51%
Temperature
Warm ← → Cool41% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#a2db2a
RGBrgb(162, 219, 42)
HSLhsl(79, 71%, 51%)
CMYKcmyk(26%, 0%, 81%, 14%)
LABlab(81.0 -41.5 73.2)
LCHlch(81.0 84.1 119.6)
OKLCHoklch(0.822 0.200 126.9)
Decimal10672938
Display P3color(display-p3 0.635 0.859 0.165)

Copy-ready code

/* CSS */
color: #a2db2a;
background-color: #a2db2a;
/* Tailwind (arbitrary) */
class="text-[#a2db2a] bg-[#a2db2a]"
/* SCSS */
$brand: #a2db2a;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.165)
/* Android */
Color.parseColor("#a2db2a")
/* Flutter */
Color(0xFFA2DB2A)
/* Python / OpenCV (BGR) */
(42, 219, 162)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #a2db2a · 12.70:1
Use #000000AAA at every size.
Aa
White text · 1.65:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.70:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #a2db2a as text scores 1.65:1 on white and 12.70:1 on black.

Accessibility — WCAG contrast

Aa
#a2db2a on white: 1.65:1
AA ✗ fail · AA-large · AAA
Aa
#a2db2a on black: 12.70:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7CC00
deuteranopia · #DFC83E
tritanopia · #A9D1BB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #a2db2a is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F9FCF3
#F3F8E7
#E5F3C9
#D5EF9F
#C0E76F
#ABDF3F
#a2db2a
#80AF1D
#668C18
#4B6515
#2F3F0D
Base = 600Lightest = 50 · #F9FCF3Darkest = 950 · #2F3F0D
:root {
  --brand-50: #F9FCF3;
  --brand-100: #F3F8E7;
  --brand-200: #E5F3C9;
  --brand-300: #D5EF9F;
  --brand-400: #C0E76F;
  --brand-500: #ABDF3F;
  --brand-600: #a2db2a;
  --brand-700: #80AF1D;
  --brand-800: #668C18;
  --brand-900: #4B6515;
  --brand-950: #2F3F0D;
  --brand: #a2db2a;
  --brand-ink: #000000;
}

Colors that work with #a2db2a

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F8FAF4
Tinted page background
Border#DEEDC0
Hairlines and dividers
Muted text#819B4B
Captions on the surface
Accent#3325E0
Second voice, not a rival
Dark variant#506D12
Hover, pressed, headers
Light variant#F5FBE9
Selected rows, tints
Dark surface#1F2414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #a2db2a

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • 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#632ADB
Analogous left#DBBB2A
Analogous right#4ADB2A
Split-complement 1#2A4ADB
Split-complement 2#BB2ADB
Triadic 1#2AA2DB
Triadic 2#DB2AA2
Tetradic#2ADBBB

RGB percentages

Red63.5%
Green85.9%
Blue16.5%

CMYK percentages

Cyan26.0%
Magenta0.0%
Yellow80.8%
Key (black)14.1%

Color previews

#a2db2a text on a black background

contrast 12.70:1

Card sample

#a2db2a text on a white background

contrast 1.65:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #a2db2a;
Background color
Panel with #a2db2a background
background-color: #a2db2a;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #a2db2a;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(162, 219, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2db2a;
background: linear-gradient(135deg, #a2db2a, #2CDB2A);

Monochromatic scale

Palettes built from #a2db2a

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.

#a2db2a in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#a2db2a, answered

What color is #a2db2a?

#a2db2a is a balanced vivid green, closest to Yellow Green (ΔE2000 3.5). It sits at 79° on the hue wheel with 71% saturation and 51% lightness, which reads as warm.

What is the RGB value of #a2db2a?

rgb(162, 219, 42) — 162 red, 219 green and 42 blue out of 255, or 63.5% / 85.9% / 16.5% by channel.

Is #a2db2a a light or a dark color?

It is a light color. Relative luminance is 0.5851 and perceived brightness is 75%, so black text on it reaches 12.70:1.

Should I use black or white text on #a2db2a?

Black. It scores 12.70:1 against #a2db2a, versus 1.65:1 for white — AAA at any size.

What is the complementary color of #a2db2a?

#632ADB sits directly opposite on the wheel. Softer options are the split-complements #2A4ADB and #BB2ADB, which give the same contrast with far less vibration.

What colors go well with #a2db2a?

For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #819B4B for secondary text, #3325E0 as an accent and #506D12 for hover and pressed states. For a palette, the analogous pair #DBBB2A and #4ADB2A stays calm, while #632ADB is the loudest partner.

What is #a2db2a in CMYK for printing?

cmyk(26%, 0%, 81%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #a2db2a 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 #DBD32A; nudged cooler, #60DE28.

Work with #a2db2a in the Color Lab