Skip to content

#0ccc7c

a dark, electric green · cool · closest name: Medium Sea Green

RGB
12, 204, 124
HSL
155°, 89%, 42%
CMYK
94, 0, 39, 20
Luminance
0.4472

At a glance

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

Hex
#0ccc7c
Hue
155°
green
Saturation
89%
electric
Lightness
42%
dark
Brightness
80%
HSV value
Perceived
64%
weighted brightness
Luminance
0.4472
WCAG relative
Temperature
Cool
77/100 cool
Color family
Green
Tone
Electric
Best ink
Black
9.94:1
Closest name
Medium Sea Green
ΔE2000 6.8
Where it sits
Hue155° of 360°
Saturation89%
Lightness42%
Temperature
Warm ← → Cool77% cool

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

Every format

HEX#0ccc7c
RGBrgb(12, 204, 124)
HSLhsl(155, 89%, 42%)
CMYKcmyk(94%, 0%, 39%, 20%)
LABlab(72.7 -60.4 28.3)
LCHlch(72.7 66.7 154.9)
OKLCHoklch(0.744 0.177 156.5)
Decimal838780
Display P3color(display-p3 0.047 0.800 0.486)

Copy-ready code

/* CSS */
color: #0ccc7c;
background-color: #0ccc7c;
/* Tailwind (arbitrary) */
class="text-[#0ccc7c] bg-[#0ccc7c]"
/* SCSS */
$brand: #0ccc7c;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.486)
/* Android */
Color.parseColor("#0ccc7c")
/* Flutter */
Color(0xFF0CCC7C)
/* Python / OpenCV (BGR) */
(124, 204, 12)

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 #0ccc7c · 9.94:1
Use #000000AAA at every size.
Aa
White text · 2.11:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.94:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #0ccc7c as text scores 2.11:1 on white and 9.94:1 on black.

Accessibility — WCAG contrast

Aa
#0ccc7c on white: 2.11:1
AA ✗ fail · AA-large · AAA
Aa
#0ccc7c on black: 9.94:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CBBB77
deuteranopia · #B7AD81
tritanopia · #00CAB8

Color scale — 50 to 950

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

#F2FDF8
#E5FBF2
#C4F8E2
#95F9CF
#60F6B7
#2BF39F
#0EE78D
#0ccc7c
#099A5E
#0B6F46
#07462B
Base = 700Lightest = 50 · #F2FDF8Darkest = 950 · #07462B
:root {
  --brand-50: #F2FDF8;
  --brand-100: #E5FBF2;
  --brand-200: #C4F8E2;
  --brand-300: #95F9CF;
  --brand-400: #60F6B7;
  --brand-500: #2BF39F;
  --brand-600: #0EE78D;
  --brand-700: #0ccc7c;
  --brand-800: #099A5E;
  --brand-900: #0B6F46;
  --brand-950: #07462B;
  --brand: #0ccc7c;
  --brand-ink: #000000;
}

Colors that work with #0ccc7c

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#F4FAF8
Tinted page background
Border#C0EDDA
Hairlines and dividers
Muted text#4B9B79
Captions on the surface
Accent#D1088E
Second voice, not a rival
Dark variant#077849
Hover, pressed, headers
Light variant#E7FEF4
Selected rows, tints
Dark surface#14241D
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 #0ccc7c

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black text placed on it
  • 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#CC0C5C
Analogous left#0CCC1C
Analogous right#0CBCCC
Split-complement 1#CC0CBC
Split-complement 2#CC1C0C
Triadic 1#7C0CCC
Triadic 2#CC7C0C
Tetradic#1C0CCC

RGB percentages

Red4.7%
Green80.0%
Blue48.6%

CMYK percentages

Cyan94.1%
Magenta0.0%
Yellow39.2%
Key (black)20.0%

Color previews

#0ccc7c text on a black background

contrast 9.94:1

Card sample

#0ccc7c text on a white background

contrast 2.11:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(12, 204, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccc7c;
background: linear-gradient(135deg, #0ccc7c, #0C9CCC);

Monochromatic scale

Palettes built from #0ccc7c

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.

#0ccc7c 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#0ccc7c, answered

What color is #0ccc7c?

#0ccc7c is a dark electric green, closest to Medium Sea Green (ΔE2000 6.8). It sits at 155° on the hue wheel with 89% saturation and 42% lightness, which reads as cool.

What is the RGB value of #0ccc7c?

rgb(12, 204, 124) — 12 red, 204 green and 124 blue out of 255, or 4.7% / 80% / 48.6% by channel.

Is #0ccc7c a light or a dark color?

It is a mid-tone. Relative luminance is 0.4472 and perceived brightness is 64%, so black text on it reaches 9.94:1.

Should I use black or white text on #0ccc7c?

Black. It scores 9.94:1 against #0ccc7c, versus 2.11:1 for white — AAA at any size.

What is the complementary color of #0ccc7c?

#CC0C5C sits directly opposite on the wheel. Softer options are the split-complements #CC0CBC and #CC1C0C, which give the same contrast with far less vibration.

What colors go well with #0ccc7c?

For interface work: #F4FAF8 as the surface, #C0EDDA for borders, #4B9B79 for secondary text, #D1088E as an accent and #077849 for hover and pressed states. For a palette, the analogous pair #0CCC1C and #0CBCCC stays calm, while #CC0C5C is the loudest partner.

What is #0ccc7c in CMYK for printing?

cmyk(94%, 0%, 39%, 20%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #0ccc7c warm or cool?

Cool — it scores 77 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0CCC36; nudged cooler, #0ACEC5.

Work with #0ccc7c in the Color Lab