Skip to main content Skip to docs navigation

#10b520 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 Spring Forth and its hex is #11BB22 Nearest Color Name

Color Hue/Base color: Green

Hex #10b520 Color code in RGB color code model is created after adding 6.27% red color, 70.98% green color and 12.55% blue color. Hex #10b520 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 82% yellow and 29.02% black.

Hex #10b520 color code is between #11bb22 web safe hex color code and #00aa11 web safe hex color code. #11bb22 is the nearest web safe color code. You can see here many more shades of #10b520 color code.

RGB Chart

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

Color Table

Hex Color Code 10b520 #10b520
RGB Decimal 16, 181, 32 16, 181, 32
RGB Percent 6%, 71%, 13% rgb(6%, 71%, 13%)
CSS RGBa 16, 181, 32,1 rgba(16,181,32,1)
CMYK Model cmyk(91%,0%,82%,29.02%)
HSL Color Space 126,84% ,39% hsl(126,84% ,39%)
HSV Color Space 126°, 91%, 71%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 10110101 00100000
Octal 20 265 40
Decimal 16 181 32
Hex 10 b5 20

Different shades of #10b520 color code.

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

Darkest of #10b520
#042807
Darker of #10b520
#08570f
Dark of #10b520
#0c8618
Base of #10b520
#10b520
Light of #10b520
#14e428
Lighter
#3dee4e
Lightest
#6cf279

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

#10b520
#b510a5

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

Split Complementary

#10b520
#7310b5
#b51052

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

Analogous Color

#60b510
#45b510
#10b520
#10b557
#10b59c

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

#10b520
#b52010
#2010b5

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

#10b520
#2010b5
#b510a5
#a5b510

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

#10b520
#1052b5
#b510a5
#b57310

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 #10b520

#000000
#042807
#08570f
#0c8618
#10b520
#14e428
#3dee4e
#6cf279
#9bf6a4

Tints of #10b520 Color

#10b520
#2abd38
#45c551
#5fcd6a
#7ad583
#94de9b
#afe6b4
#c9eecd
#e4f6e6
#ffffff

Shades of #10b520 color code

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

#10b520
#0ea01c
#0c8c18
#0a7815
#086411
#07500e
#053c0a
#032807
#011403
#000000

Tones

#10b520
#24a130
#378e40
#4b7a50
#5f6660

Tones

Similar Color like #10b520 color

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

#11b621
#12b722
#13b823
#14b924
#15ba25
#16bb26
#17bc27
#18bd28
#19be29
#1abf2a
#1bc02b
#1cc12c
#1dc22d
#1ec32e
#0fb41f
#0eb31e
#0db21d
#0cb11c
#0bb01b
#0aaf1a
#09ae19
#08ad18
#07ac17
#06ab16
#05aa15
#04a914
#03a813
#02a712

Download this Dark Green

Hex #10b520 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.

#10b520 Color Code Preview on Black Background Color

This is how #10b520 Color will look on black background color. Color contrast ratio is 7.65

#10b520 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #10b520

HTML with inline CSS

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

Your Example Paragraph content text in with font color #10b520

#10b520 color code is use for CSS Background Color

Background color for the above div is #10b520

HTML with inline CSS

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

#10b520 color code is use for CSS Border Color

CSS Border color for the above div is #10b520

HTML with inline CSS

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

CSS Border Left color for the above div is #10b520

HTML with inline CSS

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

CSS Border Right color for the above div is #10b520

HTML with inline CSS

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

CSS Border Bottom color for the above div is #10b520

HTML with inline CSS

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

CSS Border Top color for the above div is #10b520

HTML with inline CSS

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

#10b520 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#10b520 Color code Preview on White Background

This is how #10b520 Color code will look on white background color. Color contrast ratio is 2.74

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 #10b520; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #10b520; }

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(16,181,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,16,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(16,181,32,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }