Moss Green (#ADDFAD)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.51:1 — vs black: 13.94:1
Color values
-
HEX
#ADDFAD -
RGB
rgb(173, 223, 173) -
HSL
hsl(120, 43%, 77%) -
CMYK
cmyk( 22, 0, 22, 13 ) -
Websafe
#99CC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #ADDFAD based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#ADDFAD
Base
#DFADDF
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#ADDFAD
Base
#C6DFAD
#ADDFC6
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#ADDFAD
Base
#ADADDF
#DFADAD
Two colors flanking the complement — high contrast with less tension than full complementary.
#ADDFAD
Base
#C6ADDF
#DFADC6
Four colors at 90° intervals — rich variety, best when one color dominates.
#ADDFAD
Base
#ADC6DF
#DFADDF
#DFC6AD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#ADDFAD
Base
#44AF44
#76CA76
#90D490
#CAEACA
#E4F4E4
#EDF8ED
Darker shades and lighter tints of Moss Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#071207
#1C481C
#317D31
#46B246
#78CA78
#ADDFAD
Base
#BAE4BA
#C6E9C6
#D3EED3
#E0F3E0
#EDF8ED
Ready-to-use code snippets for #ADDFAD. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #ADDFAD;
}
/* Text */
.element {
color: #ADDFAD;
}
/* Border */
.element {
border: 1px solid #ADDFAD;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#ADDFAD,
#DFADDF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#ADDFAD,
#DFADDF
);
}
// SCSS variable
$moss-green: #ADDFAD;
// With RGB channels (useful for rgba() usage)
$moss-green-r: 173;
$moss-green-g: 223;
$moss-green-b: 173;
// Usage
.element {
background-color: $moss-green;
color: rgba($moss-green-r, $moss-green-g, $moss-green-b, 0.8);
}
How Moss Green appears to people with different types of color vision deficiency.
#ADDFAD
How the color appears with full color vision.
#D2D2AE
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#DADAAD
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B5DADA
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D2D2D2
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.