Paolo Veronese Green (#009B7D)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.51:1 — vs black: 5.98:1

Color values

  • HEX #009B7D
  • RGB rgb(0, 155, 125)
  • HSL hsl(168, 100%, 60%)
  • CMYK cmyk( 100, 0, 19.35, 39.22 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #009B7D based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Paolo Veronese Green
#009B7D Base
#9B001E
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Paolo Veronese Green
#009B7D Base
#009B30
#006C9B
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Paolo Veronese Green
#009B7D Base
#7D009B
#9B7D00
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Paolo Veronese Green
#009B7D Base
#9B006C
#9B3000
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Paolo Veronese Green
#009B7D Base
#30009B
#9B001E
#6C9B00
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Paolo Veronese Green
#009B7D Base
#001A15
#004F3F
#00725C
#00C49E
#00E8BB
#35FFD8
Shades & Tints

Darker shades and lighter tints of Paolo Veronese Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#001A15
#003329
#004D3E
#006753
#008168
Paolo Veronese Green #009B7D Base
#00DDB2
#20FFD4
#62FFE1
#A4FFED
#E6FFFA
CSS & SCSS Snippets

Ready-to-use code snippets for #009B7D. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #009B7D;
}

/* Text */
.element {
    color: #009B7D;
}

/* Border */
.element {
    border: 1px solid #009B7D;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #009B7D,
        #FF375E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #009B7D,
        #FF375E
    );
}
SCSS Variable
// SCSS variable
$paolo-veronese-green: #009B7D;

// With RGB channels (useful for rgba() usage)
$paolo-veronese-green-r: 0;
$paolo-veronese-green-g: 155;
$paolo-veronese-green-b: 125;

// Usage
.element {
    background-color: $paolo-veronese-green;
    color: rgba($paolo-veronese-green-r, $paolo-veronese-green-g, $paolo-veronese-green-b, 0.8);
}
Color Blindness Simulation

How Paolo Veronese Green appears to people with different types of color vision deficiency.

Normal Vision #009B7D How the color appears with full color vision.
Deuteranopia #84847F Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #93937D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #229898 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #898989 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Paolo Veronese Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Paolo Veronese Green #009B7D Base
Illuminating Emerald #319177 ΔE 3.79
Zomp #39A78E ΔE 4.92
Jungle Green #29AB87 ΔE 5.34
Persian Green #00A693 ΔE 5.38

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.