Spring Bud (#A7FC00)
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.27:1 — vs black: 16.57:1
Color values
-
HEX
#A7FC00 -
RGB
rgb(167, 252, 0) -
HSL
hsl(80, 100%, 49%) -
CMYK
cmyk( 34, 0, 100, 1 ) -
Websafe
#99FF00
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A7FC00 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A7FC00
Base
#5500FC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A7FC00
Base
#FCD300
#29FC00
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A7FC00
Base
#00A7FC
#FC00A7
Two colors flanking the complement — high contrast with less tension than full complementary.
#A7FC00
Base
#0029FC
#D300FC
Four colors at 90° intervals — rich variety, best when one color dominates.
#A7FC00
Base
#00FCD3
#5500FC
#FC0029
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A7FC00
Base
#426300
#74B000
#8CD300
#B6FF26
#C2FF4A
#DCFF96
Darker shades and lighter tints of Spring Bud, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#111A00
#2F4700
#4D7400
#6BA100
#89CF00
#A7FC00
Base
#B8FF2C
#C7FF5A
#D7FF88
#E7FFB7
#F6FFE6
Ready-to-use code snippets for #A7FC00. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A7FC00;
}
/* Text */
.element {
color: #A7FC00;
}
/* Border */
.element {
border: 1px solid #A7FC00;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A7FC00,
#5500FC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A7FC00,
#5500FC
);
}
// SCSS variable
$spring-bud: #A7FC00;
// With RGB channels (useful for rgba() usage)
$spring-bud-r: 167;
$spring-bud-g: 252;
$spring-bud-b: 0;
// Usage
.element {
background-color: $spring-bud;
color: rgba($spring-bud-r, $spring-bud-g, $spring-bud-b, 0.8);
}
How Spring Bud appears to people with different types of color vision deficiency.
#A7FC00
How the color appears with full color vision.
#E8E81E
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#F5F500
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#BEEDED
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E4E4E4
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.