Skip to main content Skip to docs navigation

#86ea00 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 Alien Armpit and its hex is #84DE02 Nearest Color Name

Color Hue/Base color: Green

Hex #86ea00 Color code in RGB color code model is created after adding 52.55% red color, 91.76% green color and 0% blue color. Hex #86ea00 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 100% yellow and 8.24% black.

Hex #86ea00 color code is between #88ee00 web safe hex color code and #77dd00 web safe hex color code. #88ee00 is the nearest web safe color code. You can see here many more shades of #86ea00 color code.

RGB Chart

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

Color Table

Hex Color Code 86ea00 #86ea00
RGB Decimal 134, 234, 0 134, 234, 0
RGB Percent 53%, 92%, 0% rgb(53%, 92%, 0%)
CSS RGBa 134, 234, 0,1 rgba(134,234,0,1)
CMYK Model cmyk(43%,0%,100%,8.24%)
HSL Color Space 86,100% ,46% hsl(86,100% ,46%)
HSV Color Space 86°, 100%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000110 11101010 00000000
Octal 206 352 0
Decimal 134 234 0
Hex 86 ea 00

Different shades of #86ea00 color code.

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

Darkest of #86ea00
#2e5100
Darker of #86ea00
#4c8400
Dark of #86ea00
#69b700
Base of #86ea00
#86ea00
Light of #86ea00
#9fff1e
Lighter
#b5ff51
Lightest
#caff84

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

#86ea00
#6400ea

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

Split Complementary

#86ea00
#0011ea
#d900ea

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

Analogous Color

#eac500
#e7ea00
#86ea00
#38ea00
#00ea29

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

#86ea00
#ea0086
#0086ea

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

#86ea00
#0086ea
#6400ea
#ea6400

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

#86ea00
#00ead9
#6400ea
#ea0011

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 #86ea00

#111e00
#2e5100
#4c8400
#69b700
#86ea00
#9fff1e
#b5ff51
#caff84
#e0ffb7

Tints of #86ea00 Color

#86ea00
#93ec1c
#a0ee38
#aef155
#bbf371
#c9f58d
#d6f8aa
#e4fac6
#f1fce2
#ffffff

Shades of #86ea00 color code

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

#86ea00
#77d000
#68b600
#599c00
#4a8200
#3b6800
#2c4e00
#1d3400
#0e1a00
#000000

Tones

#86ea00
#83d317
#7fbb2f
#7ca446
#788c5e

Tones

Similar Color like #86ea00 color

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

#87eb01
#88ec02
#89ed03
#8aee04
#8bef05
#8cf006
#8df107
#8ef208
#8ff309
#90f40a
#91f50b
#92f60c
#93f70d
#94f80e
#85e900
#84e800
#83e700
#82e600
#81e500
#80e400
#7fe300
#7ee200
#7de100
#7ce000
#7bdf00
#7ade00
#79dd00
#78dc00

Download this Dark Green

Hex #86ea00 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.

#86ea00 Color Code Preview on Black Background Color

This is how #86ea00 Color will look on black background color. Color contrast ratio is 13.78

#86ea00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86ea00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86ea00

#86ea00 color code is use for CSS Background Color

Background color for the above div is #86ea00

HTML with inline CSS

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

#86ea00 color code is use for CSS Border Color

CSS Border color for the above div is #86ea00

HTML with inline CSS

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

CSS Border Left color for the above div is #86ea00

HTML with inline CSS

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

CSS Border Right color for the above div is #86ea00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #86ea00

HTML with inline CSS

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

CSS Border Top color for the above div is #86ea00

HTML with inline CSS

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

#86ea00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86ea00 Color code Preview on White Background

This is how #86ea00 Color code will look on white background color. Color contrast ratio is 1.52

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

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