crispedge.com

Color picker

Loading...

#a6a818 hex color - Green - Warm color - Information

#a6a818 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a6a818 Color code in RGB color code model is created after adding 65.1% red color, 65.88% green color and 9.41% blue color. Hex #a6a818 Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 86% yellow and 34% black.

Hex #a6a818 color code is between #aaaa11 web safe hex color code and #999922 web safe hex color code. #aaaa11 is the nearest web safe color code. You can see here many more shades of #a6a818 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea6a818#a6a818
RGB Decimal166, 168, 24rgb(166, 168, 24)
RGB Percent65%, 66%, 9%rgb(65%, 66%, 9%)
CSS RGBa166, 168, 24,1rgba(166,168,24,1)
CMYK Modelcmyk(1%,0%,86%,34%)
HSL Color Space61,75% ,38%hsl(61,75% ,38%)
HSV Color Space61°, 86%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101010100000011000
Octal24625030
Decimal16616824
Hexa6a818

Different shades of #a6a818 color code.

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

Light Shade of #a6a818
#d2d51e
Dark Shade of #a6a818
#7a7b12
Saturated Shade of #a6a818
#afb20e
Desaturated Shade of #a6a818
#9d9e22
Grey scale Shade of #a6a818
#606060
Brighten Shade
#bfc131
Most Readable Shade
#000000

Shades of #a6a818 color code

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

#a6a818
#939515
#818212
#6e7010
#5c5d0d
#494a0a
#373808
#242505
#121202
#000000

Similar Color like #a6a818 color

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

#a7a919
#a8aa1a
#a9ab1b
#aaac1c
#abad1d
#acae1e
#adaf1f
#aeb020
#afb121
#b0b222
#b1b323
#b2b424
#b3b525
#b4b626
#a5a717
#a4a616
#a3a515
#a2a414
#a1a313
#a0a212
#9fa111
#9ea010
#9d9f0f
#9c9e0e
#9b9d0d
#9a9c0c
#999b0b
#989a0a

Monochromatic Color with #a6a818

#a6a818
#d0d21e
#fafd24
#282806
#52530c
#7c7d12

Tints of #a6a818 Color

#a6a818
#afb131
#b9bb4b
#c3c565
#cdce7e
#d7d898
#e1e2b2
#ebebcb
#f5f5e5
#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

#a6a818
#1a18a8

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

Split Complementary

#a6a818
#185ea8
#6218a8

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

Analogous Color

#a87018
#a88d18
#a6a818
#89a818
#6ca818

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

#a6a818
#18a6a8
#a818a6

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

#a6a818
#18a862
#1a18a8
#a8185e

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

#a6a818
#1a18a8
#6218a8
#5ea818

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

#a6a818 Color Code Preview on Black Background Color

This is how #a6a818 Color will look on black background color. Color contrast ratio is 8.24

#a6a818 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a818

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6a818

#a6a818 color code is use for CSS Background Color

Background color for the above div is #a6a818

HTML with inline CSS

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

#a6a818 color code is use for CSS Border Color

CSS Border color for the above div is #a6a818

HTML with inline CSS

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

CSS Border Left color for the above div is #a6a818

HTML with inline CSS

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

CSS Border Right color for the above div is #a6a818

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6a818

HTML with inline CSS

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

CSS Border Top color for the above div is #a6a818

HTML with inline CSS

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

#a6a818 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6a818 Color code Preview on White Background

This is how #a6a818 Color code will look on white background color. Color contrast ratio is 2.55

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

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(166,168,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,24,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,168,24,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.