crispedge.com

#13a959 hex color - Green - Cool color - Information

#13a959 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #13a959 Color code in RGB color code model is created after adding 7.45% red color, 66.27% green color and 34.9% blue color. Hex #13a959 Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 0% magenta, 47% yellow and 34% black.

Hex #13a959 color code is between #11aa55 web safe hex color code and #229966 web safe hex color code. #11aa55 is the nearest web safe color code. You can see here many more shades of #13a959 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code13a959#13a959
RGB Decimal19, 169, 89rgb(19, 169, 89)
RGB Percent7%, 66%, 35%rgb(7%, 66%, 35%)
CSS RGBa19, 169, 89,1rgba(19,169,89,1)
CMYK Modelcmyk(89%,0%,47%,34%)
HSL Color Space148,80% ,37%hsl(148,80% ,37%)
HSV Color Space148°, 89%, 66%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100111010100101011001
Octal23251131
Decimal1916989
Hex13a959

Different shades of #13a959 color code.

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

Light Shade of #13a959
#18d771
Dark Shade of #13a959
#0e7b41
Saturated Shade of #13a959
#0ab258
Desaturated Shade of #13a959
#1ca05a
Grey scale Shade of #13a959
#5e5e5e
Brighten Shade
#2cc272
Most Readable Shade
#000000

Shades of #13a959 color code

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

#13a959
#10964f
#0e8345
#0c703b
#0a5d31
#084b27
#06381d
#042513
#021209
#000000

Similar Color like #13a959 color

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

#14aa5a
#15ab5b
#16ac5c
#17ad5d
#18ae5e
#19af5f
#1ab060
#1bb161
#1cb262
#1db363
#1eb464
#1fb565
#20b666
#21b767
#12a858
#11a757
#10a656
#0fa555
#0ea454
#0da353
#0ca252
#0ba151
#0aa050
#099f4f
#089e4e
#079d4d
#069c4c
#059b4b

Monochromatic Color with #13a959

#13a959
#18d36f
#1dfe86
#052916
#09542c
#0e7e43

Tints of #13a959 Color

#13a959
#2db26b
#47bc7d
#61c590
#7bcfa2
#96d8b5
#b0e2c7
#caebda
#e4f5ec
#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

#13a959
#a91363

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

Split Complementary

#13a959
#a413a9
#a91318

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

Analogous Color

#13a91d
#13a93b
#13a959
#13a977
#13a995

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

#13a959
#5913a9
#a95913

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

#13a959
#1318a9
#a91363
#a9a413

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

#13a959
#a91363
#a91318
#13a9a4

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 #13a959 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.

#13a959 Color Code Preview on Black Background Color

This is how #13a959 Color will look on black background color. Color contrast ratio is 6.85

#13a959 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13a959

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13a959

#13a959 color code is use for CSS Background Color

Background color for the above div is #13a959

HTML with inline CSS

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

#13a959 color code is use for CSS Border Color

CSS Border color for the above div is #13a959

HTML with inline CSS

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

CSS Border Left color for the above div is #13a959

HTML with inline CSS

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

CSS Border Right color for the above div is #13a959

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13a959

HTML with inline CSS

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

CSS Border Top color for the above div is #13a959

HTML with inline CSS

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

#13a959 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13a959 Color code Preview on White Background

This is how #13a959 Color code will look on white background color. Color contrast ratio is 3.07

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

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(19,169,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,19,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,169,89,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.

< /html>