#498A00
A dark, vivid green closely aligning with Green.
About #498A00
At its core, #498A00 is a dark and vivid hue. It is closely associated with the named CSS color Green. Its digital footprint relies on 73 parts red, 138 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 0% magenta, 100% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#498A00
RGB73, 138, 0
HSL88.3°, 100.0%, 27.1%
CMYK47%, 0%, 100%, 46%
HSV88.3°, 100.0%, 54.1%
LAB51.4, -40.7, 54.7
XYZ11.8, 19.6, 3.2
Decimal4819456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #498A00;
}
.text-color {
color: #498A00;
}
.border-color {
border: 2px solid #498A00;
}