Skip to main content Skip to docs navigation

#bad00a hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lime Rasp and its hex is #B5CE08 Nearest Color Name

Color Hue/Base color: Green

Hex #bad00a Color code in RGB color code model is created after adding 72.94% red color, 81.57% green color and 3.92% blue color. Hex #bad00a Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 95% yellow and 18.43% black.

Hex #bad00a color code is between #bbcc11 web safe hex color code and #aadd00 web safe hex color code. #bbcc11 is the nearest web safe color code. You can see here many more shades of #bad00a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bad00a #bad00a
RGB Decimal 186, 208, 10 186, 208, 10
RGB Percent 73%, 82%, 4% rgb(73%, 82%, 4%)
CSS RGBa 186, 208, 10,1 rgba(186,208,10,1)
CMYK Model cmyk(11%,0%,95%,18.43%)
HSL Color Space 67,91% ,43% hsl(67,91% ,43%)
HSV Color Space 67°, 95%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111010 11010000 00001010
Octal 272 320 12
Decimal 186 208 10
Hex ba d0 0a

Different shades of #bad00a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bad00a
#373e03
Darker of #bad00a
#636f05
Dark of #bad00a
#8f9f08
Base of #bad00a
#bad00a
Light of #bad00a
#dcf419
Lighter
#e3f64a
Lightest
#ebf97a

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bad00a
#200ad0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bad00a
#0a57d0
#830ad0

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#d0730a
#d0940a
#bad00a
#78d00a
#25d00a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bad00a
#d00aba
#0abad0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bad00a
#0abad0
#200ad0
#d0200a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bad00a
#0ad083
#200ad0
#d00a57

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bad00a

#0c0d01
#373e03
#636f05
#8f9f08
#bad00a
#dcf419
#e3f64a
#ebf97a
#f2fbab

Tints of #bad00a Color

#bad00a
#c1d525
#c9da40
#d1df5b
#d8e476
#e0ea92
#e8efad
#eff4c8
#f7f9e3
#ffffff

Shades of #bad00a color code

Generate more color scales with scales (color stack) generator.

#bad00a
#a5b808
#90a107
#7c8a06
#677305
#525c04
#3e4503
#292e02
#141701
#000000

Tones

#bad00a
#a9ba20
#98a436
#878f4b
#767961

Tones

Similar Color like #bad00a color

Find visually similar hex color codes nearing to #bad00a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bbd10b
#bcd20c
#bdd30d
#bed40e
#bfd50f
#c0d610
#c1d711
#c2d812
#c3d913
#c4da14
#c5db15
#c6dc16
#c7dd17
#c8de18
#b9cf09
#b8ce08
#b7cd07
#b6cc06
#b5cb05
#b4ca04
#b3c903
#b2c802
#b1c701
#b0c600
#afc500
#aec400
#adc300
#acc200

Download this Dark Green

Hex #bad00a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bad00a Color Code Preview on Black Background Color

This is how #bad00a Color will look on black background color. Color contrast ratio is 12.11

#bad00a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bad00a">Your Example Paragraph content text in with font color #bad00a </p>

Your Example Paragraph content text in with font color #bad00a

HTML with inline CSS

<div style="color:#bad00a">Your Paragraph text in with font color #bad00a </div>

Your Example Paragraph content text in with font color #bad00a

#bad00a color code is use for CSS Background Color

Background color for the above div is #bad00a

HTML with inline CSS

<div style="background-color:#bad00a;"></div>

#bad00a color code is use for CSS Border Color

CSS Border color for the above div is #bad00a

HTML with inline CSS

<div style="border:5px solid #bad00a;"></div>

CSS Border Left color for the above div is #bad00a

HTML with inline CSS

<div style="border-left:5px solid #bad00a;"></div>

CSS Border Right color for the above div is #bad00a

HTML with inline CSS

<div style="border-right:5px solid #bad00a;"></div>

CSS Border Bottom color for the above div is #bad00a

HTML with inline CSS

<div style="border-bottom:5px solid #bad00a;"></div>

CSS Border Top color for the above div is #bad00a

HTML with inline CSS

<div style="border-top:5px solid #bad00a;"></div>

#bad00a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bad00a; } .examplecolorclass {color:#bad00a; } .examplebordercolor {border:3px solid #bad00a; }

#bad00a Color code Preview on White Background

This is how #bad00a Color code will look on white background color. Color contrast ratio is 1.73

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bad00a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bad00a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(186,208,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,10,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,208,10,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }