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

#149379 hex color - Green - Cool color - Information

#149379 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #149379 Color code in RGB color code model is created after adding 7.84% red color, 57.65% green color and 47.45% blue color. Hex #149379 Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 0% magenta, 18% yellow and 42.35% black.

Hex #149379 color code is between #119977 web safe hex color code and #228888 web safe hex color code. #119977 is the nearest web safe color code. You can see here many more shades of #149379 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code149379#149379
RGB Decimal20, 147, 121rgb(20, 147, 121)
RGB Percent8%, 58%, 47%rgb(8%, 58%, 47%)
CSS RGBa20, 147, 121,1rgba(20,147,121,1)
CMYK Modelcmyk(86%,0%,18%,42.35%)
HSL Color Space168,76% ,33%hsl(168,76% ,33%)
HSV Color Space168°, 86%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001001001101111001
Octal24223171
Decimal20147121
Hex149379

Different shades of #149379 color code.

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

Light Shade of #149379
#1ac09e
Dark Shade of #149379
#0e6654
Saturated Shade of #149379
#0c9b7e
Desaturated Shade of #149379
#1c8b74
Grey scale Shade of #149379
#535353
Brighten Shade
#2dac92
Most Readable Shade
#FFFFFF

Shades of #149379 color code

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

#149379
#11826b
#0f725e
#0d6250
#0b5143
#084135
#063128
#04201a
#02100d
#000000

Similar Color like #149379 color

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

#15947a
#16957b
#17967c
#18977d
#19987e
#1a997f
#1b9a80
#1c9b81
#1d9c82
#1e9d83
#1f9e84
#209f85
#21a086
#22a187
#139278
#129177
#119076
#108f75
#0f8e74
#0e8d73
#0d8c72
#0c8b71
#0b8a70
#0a896f
#09886e
#08876d
#07866c
#06856b

Monochromatic Color with #149379

#149379
#1abd9c
#20e8bf
#031310
#083e33
#0e6856

Tints of #149379 Color

#149379
#2e9f87
#48ab96
#62b7a5
#7cc3b4
#96cfc3
#b0dbd2
#cae7e1
#e4f3f0
#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

#149379
#93142e

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

Split Complementary

#149379
#93146d
#933a14

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

Analogous Color

#149346
#149360
#149379
#149392
#147a93

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

#149379
#791493
#937914

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

#149379
#391493
#93142e
#6d9314

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

#149379
#93142e
#933a14
#146d93

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 #149379 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.

#149379 Color Code Preview on Black Background Color

This is how #149379 Color will look on black background color. Color contrast ratio is 5.48

#149379 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149379

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149379

#149379 color code is use for CSS Background Color

Background color for the above div is #149379

HTML with inline CSS

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

#149379 color code is use for CSS Border Color

CSS Border color for the above div is #149379

HTML with inline CSS

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

CSS Border Left color for the above div is #149379

HTML with inline CSS

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

CSS Border Right color for the above div is #149379

HTML with inline CSS

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

CSS Border Bottom color for the above div is #149379

HTML with inline CSS

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

CSS Border Top color for the above div is #149379

HTML with inline CSS

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

#149379 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#149379 Color code Preview on White Background

This is how #149379 Color code will look on white background color. Color contrast ratio is 3.83

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

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(20,147,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,20,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,147,121,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.