Olive (Green)
#90AF04
RGB: 144, 175, 4
Color OverviewHEX #90AF04

#90AF04 Color Code Information

In the RGB color space, #90AF04 is composed of 56% red, 69% green, and 2% blue. In the HSL color space, it has a hue of 71°, saturation of 96%, and lightness of 35%.

HEX
#90AF04
RGB
144, 175, 4
HSL
71°, 96%, 35%
HSV
71°, 98%, 69%
CMYK
18%, 0%, 98%, 31%
Name Match
Olive
Closest Standard

Shades of #90AF04 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #90AF04 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #90AF04 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #90AF04

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #90AF04 Background
Contrast Ratio against Pure White (#FFFFFF):2.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #90AF04 Background
Contrast Ratio against Pure Black (#000000):8.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #90AF04;
}

.element {
  color: #90AF04;
  background-color: #90AF04;
  border-color: #90AF04;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#90AF04] text-[#90AF04] border-[#90AF04]">
  Content styled with #90AF04
</div>