crispedge.com

Color picker

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

#9bff5f hex color - Green - Cool color - Information

#9bff5f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #9bff5f Color code in RGB color code model is created after adding 60.78% red color, 100% green color and 37.25% blue color. Hex #9bff5f Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 63% yellow and 0% black.

Hex #9bff5f color code is between #99ee66 web safe hex color code and #aadd55 web safe hex color code. #99ee66 is the nearest web safe color code. You can see here many more shades of #9bff5f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9bff5f#9bff5f
RGB Decimal155, 255, 95rgb(155, 255, 95)
RGB Percent61%, 100%, 37%rgb(61%, 100%, 37%)
CSS RGBa155, 255, 95,1rgba(155,255,95,1)
CMYK Modelcmyk(39%,0%,63%,0%)
HSL Color Space98,100% ,69%hsl(98,100% ,69%)
HSV Color Space98°, 63%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111111111101011111
Octal233377137
Decimal15525595
Hex9bff5f

Different shades of #9bff5f color code.

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

Light Shade of #9bff5f
#bbff92
Dark Shade of #9bff5f
#7bff2c
Saturated Shade of #9bff5f
#9bff5f
Desaturated Shade of #9bff5f
#9df767
Grey scale Shade of #9bff5f
#afafaf
Brighten Shade
#b4ff78
Most Readable Shade
#000000

Shades of #9bff5f color code

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

#9bff5f
#89e254
#78c649
#67aa3f
#568d34
#44712a
#33551f
#223815
#111c0a
#000000

Similar Color like #9bff5f color

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

#9cff60
#9dff61
#9eff62
#9fff63
#a0ff64
#a1ff65
#a2ff66
#a3ff67
#a4ff68
#a5ff69
#a6ff6a
#a7ff6b
#a8ff6c
#a9ff6d
#9afe5e
#99fd5d
#98fc5c
#97fb5b
#96fa5a
#95f959
#94f858
#93f757
#92f656
#91f555
#90f454
#8ff353
#8ef252
#8df151

Monochromatic Color with #9bff5f

#9bff5f
#1a2a10
#345520
#4e8030
#67aa3f
#81d44f

Tints of #9bff5f Color

#9bff5f
#a6ff70
#b1ff82
#bcff94
#c7ffa6
#d2ffb7
#ddffc9
#e8ffdb
#f3ffed
#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

#9bff5f
#c35fff

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

Split Complementary

#9bff5f
#735fff
#ff5feb

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

Analogous Color

#dbff5f
#bbff5f
#9bff5f
#7bff5f
#5fff63

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

#9bff5f
#5f9bff
#ff5f9b

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

#9bff5f
#5febff
#c35fff
#ff735f

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

#9bff5f
#c35fff
#ff5feb
#5fff73

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 #9bff5f 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.

#9bff5f Color Code Preview on Black Background Color

This is how #9bff5f Color will look on black background color. Color contrast ratio is 16.86

#9bff5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bff5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bff5f

#9bff5f color code is use for CSS Background Color

Background color for the above div is #9bff5f

HTML with inline CSS

<div style="background-color:#9bff5f;"></div>

#9bff5f color code is use for CSS Border Color

CSS Border color for the above div is #9bff5f

HTML with inline CSS

<div style="border:5px solid #9bff5f;"></div>

CSS Border Left color for the above div is #9bff5f

HTML with inline CSS

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

CSS Border Right color for the above div is #9bff5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9bff5f

HTML with inline CSS

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

CSS Border Top color for the above div is #9bff5f

HTML with inline CSS

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

#9bff5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bff5f Color code Preview on White Background

This is how #9bff5f Color code will look on white background color. Color contrast ratio is 1.25

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

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.