#9ABD34
A medium, moderate green closely aligning with Yellowgreen.
About #9ABD34
When working with digital screens, the color #9ABD34 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(154, 189, 52).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 0% magenta, 72% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9ABD34
RGB154, 189, 52
HSL75.3°, 56.8%, 47.3%
CMYK19%, 0%, 72%, 26%
HSV75.3°, 72.5%, 74.1%
LAB71.9, -30.5, 61.5
XYZ32.1, 43.5, 10.0
Decimal10140980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.70:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #9ABD34;
}
.text-color {
color: #9ABD34;
}
.border-color {
border: 2px solid #9ABD34;
}