crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#85a902 hex color - Green - Warm color - Information

#85a902 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #85a902 Color code in RGB color code model is created after adding 52.16% red color, 66.27% green color and 0.78% blue color. Hex #85a902 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 99% yellow and 34% black.

Hex #85a902 color code is between #88aa00 web safe hex color code and #779900 web safe hex color code. #88aa00 is the nearest web safe color code. You can see here many more shades of #85a902 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85a902#85a902
RGB Decimal133, 169, 2rgb(133, 169, 2)
RGB Percent52%, 66%, 1%rgb(52%, 66%, 1%)
CSS RGBa133, 169, 2,1rgba(133,169,2,1)
CMYK Modelcmyk(21%,0%,99%,34%)
HSL Color Space73,98% ,34%hsl(73,98% ,34%)
HSV Color Space73°, 99%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001011010100100000010
Octal2052512
Decimal1331692
Hex85a902

Different shades of #85a902 color code.

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

Light Shade of #85a902
#addb03
Dark Shade of #85a902
#5d7701
Saturated Shade of #85a902
#86ab00
Desaturated Shade of #85a902
#80a00b
Grey scale Shade of #85a902
#555555
Brighten Shade
#9ec21b
Most Readable Shade
#000000

Shades of #85a902 color code

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

#85a902
#769601
#678301
#587001
#495d01
#3b4b00
#2c3800
#1d2500
#0e1200
#000000

Similar Color like #85a902 color

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

#86aa03
#87ab04
#88ac05
#89ad06
#8aae07
#8baf08
#8cb009
#8db10a
#8eb20b
#8fb30c
#90b40d
#91b50e
#92b60f
#93b710
#84a801
#83a700
#82a600
#81a500
#80a400
#7fa300
#7ea200
#7da100
#7ca000
#7b9f00
#7a9e00
#799d00
#789c00
#779b00

Monochromatic Color with #85a902

#85a902
#a6d303
#c8fe03
#212900
#425401
#647e02

Tints of #85a902 Color

#85a902
#92b21e
#a0bc3a
#adc556
#bbcf72
#c8d88e
#d6e2aa
#e3ebc6
#f1f5e2
#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

#85a902
#2602a9

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

Split Complementary

#85a902
#0231a9
#7a02a9

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

Analogous Color

#a98a02
#a6a902
#85a902
#64a902
#42a902

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

#85a902
#0285a9
#a90285

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

#85a902
#02a979
#2602a9
#a90231

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

#85a902
#2602a9
#7a02a9
#31a902

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 #85a902 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.

#85a902 Color Code Preview on Black Background Color

This is how #85a902 Color will look on black background color. Color contrast ratio is 7.67

#85a902 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85a902

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85a902

#85a902 color code is use for CSS Background Color

Background color for the above div is #85a902

HTML with inline CSS

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

#85a902 color code is use for CSS Border Color

CSS Border color for the above div is #85a902

HTML with inline CSS

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

CSS Border Left color for the above div is #85a902

HTML with inline CSS

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

CSS Border Right color for the above div is #85a902

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85a902

HTML with inline CSS

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

CSS Border Top color for the above div is #85a902

HTML with inline CSS

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

#85a902 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85a902 Color code Preview on White Background

This is how #85a902 Color code will look on white background color. Color contrast ratio is 2.74

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.