crispedge.com

Color picker

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

#82a263 hex color - Green - Cool color - Information

#82a263 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #82a263 Color code in RGB color code model is created after adding 50.98% red color, 63.53% green color and 38.82% blue color. Hex #82a263 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 39% yellow and 36% black.

Hex #82a263 color code is between #88aa66 web safe hex color code and #779955 web safe hex color code. #88aa66 is the nearest web safe color code. You can see here many more shades of #82a263 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code82a263#82a263
RGB Decimal130, 162, 99rgb(130, 162, 99)
RGB Percent51%, 64%, 39%rgb(51%, 64%, 39%)
CSS RGBa130, 162, 99,1rgba(130,162,99,1)
CMYK Modelcmyk(20%,0%,39%,36%)
HSL Color Space90,25% ,51%hsl(90,25% ,51%)
HSV Color Space90°, 39%, 64%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101010001001100011
Octal202242143
Decimal13016299
Hex82a263

Different shades of #82a263 color code.

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

Light Shade of #82a263
#9cb583
Dark Shade of #82a263
#69844e
Saturated Shade of #82a263
#82ae57
Desaturated Shade of #82a263
#82966f
Grey scale Shade of #82a263
#828282
Brighten Shade
#9bbb7c
Most Readable Shade
#000000

Shades of #82a263 color code

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

#82a263
#739058
#657e4d
#566c42
#485a37
#39482c
#2b3621
#1c2416
#0e120b
#000000

Similar Color like #82a263 color

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

#83a364
#84a465
#85a566
#86a667
#87a768
#88a869
#89a96a
#8aaa6b
#8bab6c
#8cac6d
#8dad6e
#8eae6f
#8faf70
#90b071
#81a162
#80a061
#7f9f60
#7e9e5f
#7d9d5e
#7c9c5d
#7b9b5c
#7a9a5b
#79995a
#789859
#779758
#769657
#759556
#749455

Monochromatic Color with #82a263

#82a263
#a4cc7d
#c6f797
#1c2215
#3e4d2f
#607749

Tints of #82a263 Color

#82a263
#8fac74
#9db685
#abc197
#b9cba8
#c7d5b9
#d5e0cb
#e3eadc
#f1f4ed
#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

#82a263
#8363a2

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

Split Complementary

#82a263
#6363a2
#a263a1

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

Analogous Color

#9ba263
#8fa263
#82a263
#75a263
#69a263

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

#82a263
#6382a2
#a26382

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

#82a263
#63a1a2
#8363a2
#a26363

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

#82a263
#8363a2
#a263a1
#63a263

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 #82a263 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.

#82a263 Color Code Preview on Black Background Color

This is how #82a263 Color will look on black background color. Color contrast ratio is 7.30

#82a263 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82a263

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82a263

#82a263 color code is use for CSS Background Color

Background color for the above div is #82a263

HTML with inline CSS

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

#82a263 color code is use for CSS Border Color

CSS Border color for the above div is #82a263

HTML with inline CSS

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

CSS Border Left color for the above div is #82a263

HTML with inline CSS

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

CSS Border Right color for the above div is #82a263

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82a263

HTML with inline CSS

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

CSS Border Top color for the above div is #82a263

HTML with inline CSS

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

#82a263 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82a263 Color code Preview on White Background

This is how #82a263 Color code will look on white background color. Color contrast ratio is 2.88

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

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.