crispedge.com

Color picker

Loading...

#95a700 hex color - Green - Warm color - Information

#95a700 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #95a700 Color code in RGB color code model is created after adding 58.43% red color, 65.49% green color and 0% blue color. Hex #95a700 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 100% yellow and 35% black.

Hex #95a700 color code is between #99aa00 web safe hex color code and #889900 web safe hex color code. #99aa00 is the nearest web safe color code. You can see here many more shades of #95a700 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code95a700#95a700
RGB Decimal149, 167, 0rgb(149, 167, 0)
RGB Percent58%, 65%, 0%rgb(58%, 65%, 0%)
CSS RGBa149, 167, 0,1rgba(149,167,0,1)
CMYK Modelcmyk(11%,0%,100%,35%)
HSL Color Space66,100% ,33%hsl(66,100% ,33%)
HSV Color Space66°, 100%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101011010011100000000
Octal2252470
Decimal1491670
Hex95a700

Different shades of #95a700 color code.

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

Light Shade of #95a700
#c2da00
Dark Shade of #95a700
#677400
Saturated Shade of #95a700
#95a700
Desaturated Shade of #95a700
#8e9f08
Grey scale Shade of #95a700
#535353
Brighten Shade
#aec019
Most Readable Shade
#000000

Shades of #95a700 color code

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

#95a700
#849400
#738100
#636f00
#525c00
#424a00
#313700
#212500
#101200
#000000

Similar Color like #95a700 color

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

#96a801
#97a902
#98aa03
#99ab04
#9aac05
#9bad06
#9cae07
#9daf08
#9eb009
#9fb10a
#a0b20b
#a1b30c
#a2b40d
#a3b50e
#94a600
#93a500
#92a400
#91a300
#90a200
#8fa100
#8ea000
#8d9f00
#8c9e00
#8b9d00
#8a9c00
#899b00
#889a00
#879900

Monochromatic Color with #95a700

#95a700
#bbd100
#e1fc00
#232700
#495200
#6f7c00

Tints of #95a700 Color

#95a700
#a0b01c
#acba38
#b8c455
#c4ce71
#cfd78d
#dbe1aa
#e7ebc6
#f3f5e2
#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

#95a700
#1200a7

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

Split Complementary

#95a700
#0042a7
#6600a7

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

Analogous Color

#a77600
#a79800
#95a700
#74a700
#52a700

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

#95a700
#0095a7
#a70095

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

#95a700
#00a765
#1200a7
#a70041

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

#95a700
#1200a7
#6600a7
#41a700

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 #95a700 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.

#95a700 Color Code Preview on Black Background Color

This is how #95a700 Color will look on black background color. Color contrast ratio is 7.81

#95a700 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95a700

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95a700

#95a700 color code is use for CSS Background Color

Background color for the above div is #95a700

HTML with inline CSS

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

#95a700 color code is use for CSS Border Color

CSS Border color for the above div is #95a700

HTML with inline CSS

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

CSS Border Left color for the above div is #95a700

HTML with inline CSS

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

CSS Border Right color for the above div is #95a700

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95a700

HTML with inline CSS

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

CSS Border Top color for the above div is #95a700

HTML with inline CSS

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

#95a700 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95a700 Color code Preview on White Background

This is how #95a700 Color code will look on white background color. Color contrast ratio is 2.69

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

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(149,167,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,0,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,167,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.