Barf green to RGB — Color Code

#94ac02
Format Value
HEX #94ac02
RGB rgb(148, 172, 2)
HSL hsl(68.5, 97.7%, 34.1%)
CMYK cmyk(14%, 0%, 98.8%, 32.5%)
HSV hsv(68.5, 98.8%, 67.5%)

barf green color harmonies

Tints & shades of barf green

Tints (lighter)

#9eb419 #a7bb30 #b1c347 #bbca5e #c5d275 #ced98c #d8e1a3 #e2e8ba #ecf0d1 #f5f7e8

Shades (darker)

#879c02 #798d02 #6c7d01 #5e6d01 #515e01 #434e01 #363f01 #282f01 #1b1f00 #0d1000

Contrast & accessibility

The quick brown fox

On white · 2.57:1 · Fail

The quick brown fox

On black · 8.16:1 · AAA

Recommended text color: #000000

Use barf green in code

CSS color: #94ac02;
SCSS $color: #94ac02;
Tailwind bg-[#94ac02]
Swift UIColor(red: 0.580, green: 0.675, blue: 0.008, alpha: 1)
Android Color.parseColor("#94ac02")
Flutter Color(0xFF94AC02)

Colors similar to barf green

Browse all Green colors →

What is the RGB code for barf green?

The CSS color barf green in RGB format is rgb(148, 172, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use barf green in CSS?

To apply barf green in CSS:

  • Text color: color: rgb(148, 172, 2);
  • Background: background-color: rgb(148, 172, 2);
  • Border: border-color: rgb(148, 172, 2);

What are all the color format values for barf green?

FormatValue
HEX#94ac02
RGBrgb(148, 172, 2)
HSLhsl(68.5, 97.7%, 34.1%)
CMYKcmyk(14%, 0%, 98.8%, 32.5%)

How do I convert barf green to RGB?

Select barf green from the color name list in our color converter. The RGB value — rgb(148, 172, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does barf green belong to?

barf green belongs to the green color family. It is a medium, vivid color with HSL values: hue 68.5°, saturation 97.7%, lightness 34.1%.

How do I create lighter and darker shades of barf green?

Lighter variant (lightness 49.1%): #d5f803. Darker variant (lightness 19.1%): #536001. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.