crispedge.com

Color picker

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

#50a016 hex color - Green - Cool color - Information

#50a016 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #50a016 Color code in RGB color code model is created after adding 31.37% red color, 62.75% green color and 8.63% blue color. Hex #50a016 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 86% yellow and 37% black.

Hex #50a016 color code is between #559911 web safe hex color code and #44aa22 web safe hex color code. #559911 is the nearest web safe color code. You can see here many more shades of #50a016 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code50a016#50a016
RGB Decimal80, 160, 22rgb(80, 160, 22)
RGB Percent31%, 63%, 9%rgb(31%, 63%, 9%)
CSS RGBa80, 160, 22,1rgba(80,160,22,1)
CMYK Modelcmyk(50%,0%,86%,37%)
HSL Color Space95,76% ,36%hsl(95,76% ,36%)
HSV Color Space95°, 86%, 63%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001010000000010110
Octal12024026
Decimal8016022
Hex50a016

Different shades of #50a016 color code.

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

Light Shade of #50a016
#66cd1c
Dark Shade of #50a016
#3a7310
Saturated Shade of #50a016
#4fa90d
Desaturated Shade of #50a016
#51971f
Grey scale Shade of #50a016
#5b5b5b
Brighten Shade
#69b92f
Most Readable Shade
#000000

Shades of #50a016 color code

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

#50a016
#478e13
#3e7c11
#356a0e
#2c580c
#234709
#1a3507
#112304
#081102
#000000

Similar Color like #50a016 color

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

#51a117
#52a218
#53a319
#54a41a
#55a51b
#56a61c
#57a71d
#58a81e
#59a91f
#5aaa20
#5bab21
#5cac22
#5dad23
#5eae24
#4f9f15
#4e9e14
#4d9d13
#4c9c12
#4b9b11
#4a9a10
#49990f
#48980e
#47970d
#46960c
#45950b
#44940a
#439309
#429208

Monochromatic Color with #50a016

#50a016
#65ca1c
#7af522
#102004
#254b0a
#3b7510

Tints of #50a016 Color

#50a016
#63aa2f
#76b549
#8abf63
#9dca7d
#b1d497
#c4dfb1
#d8e9cb
#ebf4e5
#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

#50a016
#6616a0

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

Split Complementary

#50a016
#2116a0
#a01695

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

Analogous Color

#87a016
#6ca016
#50a016
#34a016
#19a016

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

#50a016
#1650a0
#a01650

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

#50a016
#1695a0
#6616a0
#a02116

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

#50a016
#6616a0
#a01695
#16a021

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 #50a016 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.

#50a016 Color Code Preview on Black Background Color

This is how #50a016 Color will look on black background color. Color contrast ratio is 6.38

#50a016 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50a016

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50a016

#50a016 color code is use for CSS Background Color

Background color for the above div is #50a016

HTML with inline CSS

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

#50a016 color code is use for CSS Border Color

CSS Border color for the above div is #50a016

HTML with inline CSS

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

CSS Border Left color for the above div is #50a016

HTML with inline CSS

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

CSS Border Right color for the above div is #50a016

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50a016

HTML with inline CSS

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

CSS Border Top color for the above div is #50a016

HTML with inline CSS

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

#50a016 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50a016 Color code Preview on White Background

This is how #50a016 Color code will look on white background color. Color contrast ratio is 3.29

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

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.