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

#96c12e hex color - Green - Warm color - Information

#96c12e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #96c12e Color code in RGB color code model is created after adding 58.82% red color, 75.69% green color and 18.04% blue color. Hex #96c12e Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 76% yellow and 24.31% black.

Hex #96c12e color code is between #99bb33 web safe hex color code and #88cc22 web safe hex color code. #99bb33 is the nearest web safe color code. You can see here many more shades of #96c12e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 96c12e #96c12e
RGB Decimal 150, 193, 46 rgb(150, 193, 46)
RGB Percent 59%, 76%, 18% rgb(59%, 76%, 18%)
CSS RGBa 150, 193, 46,1 rgba(150,193,46,1)
CMYK Model cmyk(22%,0%,76%,24.31%)
HSL Color Space 78,62% ,47% hsl(78,62% ,47%)
HSV Color Space 78°, 76%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 11000001 00101110
Octal 226 301 56
Decimal 150 193 46
Hex 96 c1 2e

Different shades of #96c12e color code.

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

Light Shade of #96c12e
#add54d
Dark Shade of #96c12e
#769824
Saturated Shade of #96c12e
#9bcd22
Desaturated Shade of #96c12e
#91b53a
Grey scale Shade of #96c12e
#777777
Brighten Shade
#afda47
Most Readable Shade
#000000

Shades of #96c12e color code

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

#96c12e
#85ab28
#749623
#64801e
#536b19
#425514
#32400f
#212a0a
#101505
#000000

Similar Color like #96c12e color

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

#97c22f
#98c330
#99c431
#9ac532
#9bc633
#9cc734
#9dc835
#9ec936
#9fca37
#a0cb38
#a1cc39
#a2cd3a
#a3ce3b
#a4cf3c
#95c02d
#94bf2c
#93be2b
#92bd2a
#91bc29
#90bb28
#8fba27
#8eb926
#8db825
#8cb724
#8bb623
#8ab522
#89b421
#88b320

Monochromatic Color with #96c12e

#96c12e
#b7eb38
#121705
#334110
#546c1a
#759624

Tints of #96c12e Color

#96c12e
#a1c745
#adce5c
#b9d573
#c4dc8a
#d0e3a2
#dceab9
#e7f1d0
#f3f8e7
#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

#96c12e
#592ec1

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

Split Complementary

#96c12e
#2e4dc1
#a22ec1

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

Analogous Color

#c1b12e
#b3c12e
#96c12e
#79c12e
#5bc12e

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

#96c12e
#2e96c1
#c12e96

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

#96c12e
#2ec1a2
#592ec1
#c12e4c

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

#96c12e
#592ec1
#a22ec1
#4dc12e

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 #96c12e 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.

#96c12e Color Code Preview on Black Background Color

This is how #96c12e Color will look on black background color. Color contrast ratio is 9.96

#96c12e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96c12e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96c12e

#96c12e color code is use for CSS Background Color

Background color for the above div is #96c12e

HTML with inline CSS

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

#96c12e color code is use for CSS Border Color

CSS Border color for the above div is #96c12e

HTML with inline CSS

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

CSS Border Left color for the above div is #96c12e

HTML with inline CSS

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

CSS Border Right color for the above div is #96c12e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96c12e

HTML with inline CSS

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

CSS Border Top color for the above div is #96c12e

HTML with inline CSS

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

#96c12e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96c12e Color code Preview on White Background

This is how #96c12e Color code will look on white background color. Color contrast ratio is 2.11

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

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(150,193,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,46,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,193,46,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.