@
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.

#0eb25c hex color - Green - Cool color - Information

#0eb25c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0eb25c Color code in RGB color code model is created after adding 5.49% red color, 69.8% green color and 36.08% blue color. Hex #0eb25c Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 0% magenta, 48% yellow and 30.2% black.

Hex #0eb25c color code is between #11aa55 web safe hex color code and #00bb66 web safe hex color code. #11aa55 is the nearest web safe color code. You can see here many more shades of #0eb25c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 0eb25c #0eb25c
RGB Decimal 14, 178, 92 rgb(14, 178, 92)
RGB Percent 5%, 70%, 36% rgb(5%, 70%, 36%)
CSS RGBa 14, 178, 92,1 rgba(14,178,92,1)
CMYK Model cmyk(92%,0%,48%,30.2%)
HSL Color Space 149,85% ,38% hsl(149,85% ,38%)
HSV Color Space 149°, 92%, 70%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001110 10110010 01011100
Octal 16 262 134
Decimal 14 178 92
Hex 0e b2 5c

Different shades of #0eb25c color code.

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

Light Shade of #0eb25c
#12e174
Dark Shade of #0eb25c
#0a8344
Saturated Shade of #0eb25c
#04bc5c
Desaturated Shade of #0eb25c
#18a85c
Grey scale Shade of #0eb25c
#606060
Brighten Shade
#27cb75
Most Readable Shade
#000000

Shades of #0eb25c color code

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

#0eb25c
#0c9e51
#0a8a47
#09763d
#076233
#064f28
#043b1e
#032714
#01130a
#000000

Similar Color like #0eb25c color

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

#0fb35d
#10b45e
#11b55f
#12b660
#13b761
#14b862
#15b963
#16ba64
#17bb65
#18bc66
#19bd67
#1abe68
#1bbf69
#1cc06a
#0db15b
#0cb05a
#0baf59
#0aae58
#09ad57
#08ac56
#07ab55
#06aa54
#05a953
#04a852
#03a751
#02a650
#01a54f
#00a44e

Monochromatic Color with #0eb25c

#0eb25c
#11dc72
#010804
#04321a
#075d30
#0b8746

Tints of #0eb25c Color

#0eb25c
#28ba6e
#43c380
#5ecb92
#79d4a4
#93dcb6
#aee5c8
#c9edda
#e4f6ec
#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

#0eb25c
#b20e64

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

Split Complementary

#0eb25c
#ae0eb2
#b20e12

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

Analogous Color

#0eb21a
#0eb23b
#0eb25c
#0eb27d
#0eb29e

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

#0eb25c
#5c0eb2
#b25c0e

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

#0eb25c
#0e12b2
#b20e64
#b2ae0e

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

#0eb25c
#b20e64
#b20e12
#0eb2ae

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 #0eb25c 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.

#0eb25c Color Code Preview on Black Background Color

This is how #0eb25c Color will look on black background color. Color contrast ratio is 7.54

#0eb25c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eb25c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eb25c

#0eb25c color code is use for CSS Background Color

Background color for the above div is #0eb25c

HTML with inline CSS

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

#0eb25c color code is use for CSS Border Color

CSS Border color for the above div is #0eb25c

HTML with inline CSS

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

CSS Border Left color for the above div is #0eb25c

HTML with inline CSS

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

CSS Border Right color for the above div is #0eb25c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0eb25c

HTML with inline CSS

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

CSS Border Top color for the above div is #0eb25c

HTML with inline CSS

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

#0eb25c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0eb25c Color code Preview on White Background

This is how #0eb25c Color code will look on white background color. Color contrast ratio is 2.78

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(14,178,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,14,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,178,92,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.