crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#5ae084 hex color - Green - Cool color - Information

#5ae084 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #5ae084 Color code in RGB color code model is created after adding 35.29% red color, 87.84% green color and 51.76% blue color. Hex #5ae084 Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 0% magenta, 41% yellow and 12% black.

Hex #5ae084 color code is between #55dd88 web safe hex color code and #66ee77 web safe hex color code. #55dd88 is the nearest web safe color code. You can see here many more shades of #5ae084 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5ae084#5ae084
RGB Decimal90, 224, 132rgb(90, 224, 132)
RGB Percent35%, 88%, 52%rgb(35%, 88%, 52%)
CSS RGBa90, 224, 132,1rgba(90,224,132,1)
CMYK Modelcmyk(60%,0%,41%,12%)
HSL Color Space139,68% ,62%hsl(139,68% ,62%)
HSV Color Space139°, 60%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101110000010000100
Octal132340204
Decimal90224132
Hex5ae084

Different shades of #5ae084 color code.

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

Light Shade of #5ae084
#85e8a4
Dark Shade of #5ae084
#2fd864
Saturated Shade of #5ae084
#50ea80
Desaturated Shade of #5ae084
#64d688
Grey scale Shade of #5ae084
#9d9d9d
Brighten Shade
#73f99d
Most Readable Shade
#000000

Shades of #5ae084 color code

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

#5ae084
#50c775
#46ae66
#3c9558
#327c49
#28633a
#1e4a2c
#14311d
#0a180e
#000000

Similar Color like #5ae084 color

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

#5be185
#5ce286
#5de387
#5ee488
#5fe589
#60e68a
#61e78b
#62e88c
#63e98d
#64ea8e
#65eb8f
#66ec90
#67ed91
#68ee92
#59df83
#58de82
#57dd81
#56dc80
#55db7f
#54da7e
#53d97d
#52d87c
#51d77b
#50d67a
#4fd579
#4ed478
#4dd377
#4cd276

Monochromatic Color with #5ae084

#5ae084
#050b07
#163620
#276039
#388b52
#49b56b

Tints of #5ae084 Color

#5ae084
#6ce391
#7ee69f
#91eaad
#a3edba
#b5f1c8
#c8f4d6
#daf8e3
#ecfbf1
#ffffff

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

#5ae084
#e05ab6

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

Split Complementary

#5ae084
#c75ae0
#e05a73

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

Analogous Color

#66e05a
#5ae069
#5ae084
#5ae09f
#5ae0ba

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

#5ae084
#845ae0
#e0845a

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

#5ae084
#5a73e0
#e05ab6
#e0c75a

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

Double Complementary Color

#5ae084
#e05ab6
#e05a73
#5ae0c7

Double Complementary 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).

Hex #5ae084 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.

#5ae084 Color Code Preview on Black Background Color

This is how #5ae084 Color will look on black background color. Color contrast ratio is 12.43

#5ae084 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ae084

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ae084

#5ae084 color code is use for CSS Background Color

Background color for the above div is #5ae084

HTML with inline CSS

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

#5ae084 color code is use for CSS Border Color

CSS Border color for the above div is #5ae084

HTML with inline CSS

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

CSS Border Left color for the above div is #5ae084

HTML with inline CSS

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

CSS Border Right color for the above div is #5ae084

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5ae084

HTML with inline CSS

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

CSS Border Top color for the above div is #5ae084

HTML with inline CSS

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

#5ae084 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ae084 Color code Preview on White Background

This is how #5ae084 Color code will look on white background color. Color contrast ratio is 1.69

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.