crispedge.com

Color picker

Loading...

#016a13 hex color - Green - Cool color - Information

#016a13 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #016a13 Color code in RGB color code model is created after adding 0.39% red color, 41.57% green color and 7.45% blue color. Hex #016a13 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 82% yellow and 58% black.

Hex #016a13 color code is between #006611 web safe hex color code and #007722 web safe hex color code. #006611 is the nearest web safe color code. You can see here many more shades of #016a13 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code016a13#016a13
RGB Decimal1, 106, 19rgb(1, 106, 19)
RGB Percent0%, 42%, 7%rgb(0%, 42%, 7%)
CSS RGBa1, 106, 19,1rgba(1,106,19,1)
CMYK Modelcmyk(99%,0%,82%,58%)
HSL Color Space130,98% ,21%hsl(130,98% ,21%)
HSV Color Space130°, 99%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000010110101000010011
Octal115223
Decimal110619
Hex016a13

Different shades of #016a13 color code.

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

Light Shade of #016a13
#019d1c
Dark Shade of #016a13
#01370a
Saturated Shade of #016a13
#006b12
Desaturated Shade of #016a13
#066517
Grey scale Shade of #016a13
#353535
Brighten Shade
#1a832c
Most Readable Shade
#FFFFFF

Shades of #016a13 color code

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

#016a13
#005e10
#00520e
#00460c
#003a0a
#002f08
#002306
#001704
#000b02
#000000

Similar Color like #016a13 color

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

#026b14
#036c15
#046d16
#056e17
#066f18
#077019
#08711a
#09721b
#0a731c
#0b741d
#0c751e
#0d761f
#0e7720
#0f7821
#006912
#006811
#006710
#00660f
#00650e
#00640d
#00630c
#00620b
#00610a
#006009
#005f08
#005e07
#005d06
#005c05

Monochromatic Color with #016a13

#016a13
#01941b
#02bf22
#02e92a
#001504
#013f0b

Tints of #016a13 Color

#016a13
#1d7a2d
#398b47
#559b61
#71ac7b
#8ebc96
#aacdb0
#c6ddca
#e2eee4
#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

#016a13
#6a0158

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

Split Complementary

#016a13
#47016a
#6a0124

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

Analogous Color

#196a01
#046a01
#016a13
#016a28
#016a3d

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

#016a13
#13016a
#6a1301

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

#016a13
#01236a
#6a0158
#6a4701

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

#016a13
#6a0158
#6a0124
#016a47

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 #016a13 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.

#016a13 Color Code Preview on Black Background Color

This is how #016a13 Color will look on black background color. Color contrast ratio is 3.07

#016a13 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #016a13

HTML with inline CSS

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

Your Example Paragraph content text in with font color #016a13

#016a13 color code is use for CSS Background Color

Background color for the above div is #016a13

HTML with inline CSS

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

#016a13 color code is use for CSS Border Color

CSS Border color for the above div is #016a13

HTML with inline CSS

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

CSS Border Left color for the above div is #016a13

HTML with inline CSS

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

CSS Border Right color for the above div is #016a13

HTML with inline CSS

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

CSS Border Bottom color for the above div is #016a13

HTML with inline CSS

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

CSS Border Top color for the above div is #016a13

HTML with inline CSS

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

#016a13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#016a13 Color code Preview on White Background

This is how #016a13 Color code will look on white background color. Color contrast ratio is 6.84

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

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(1,106,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,1,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,106,19,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.