COLOR #9BD391

HEX: #9BD391 RGB: (155,211,145)

Color info

#9BD391 contains mainly red and green colors. Web safe color of #9BD391 is #99CC99 (or #9C9).

RGB color model

#9BD391 color RGB value is (155,211,145).

RGB: (155,211,145) (61%, 83%, 57%)

RGB channels and saturation

R 155 of 255 = 61%
G 211 of 255 = 83%
B 145 of 255 = 57%

155
211
145

R + G + B ~ 67%. #9BD391 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 211 + 145 = 511 (100%)
R 155 of 511 ~ 30.33%
G 211 of 511 ~ 41.29%
B 145 of 511 ~ 28.38'%

%30.33
%41.29
%28.38

CMYK color model

#9BD391 color CMYK value is (27,0,31,17).

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 17.25%

CMYK: (27,0,31,17)
C27M0Y31K17 (27%, 0%, 31%, 17%)
(0.27 / 0.00 / 0.31 / 0.17)

CMYK percentages

%26.54
%0
%31.28
%17.25

Codes

Color #9BD391 in popluar color models

9B D3 91
RGB 155 211 145
HSL 111° 42.86% 69.80%
HSB/HSV 111° 31.28% 82.75%
CMYK 26.54% 0.00% 31.28%
17.25%

Color #9BD391 in popluar number systems.

HEX 9B D3 91
Decimal 155 211 145
Binary 10011011 11010011 10010001
Octal 233 323 221

Shades and tints

Shades of #9BD391

#9BD391
(155,211,145)
#8DC084
(141,192,132)
#7FAD77
(127,173,119)
#719A6A
(113,154,106)
#63875D
(99,135,93)
#557450
(85,116,80)
#476143
(71,97,67)
#394E36
(57,78,54)
#2B3B29
(43,59,41)
#1D281C
(29,40,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #9BD391

#9BD391
(155,211,145)
#A4D79B
(164,215,155)
#ADDBA5
(173,219,165)
#B6DFAF
(182,223,175)
#BFE3B9
(191,227,185)
#C8E7C3
(200,231,195)
#D1EBCD
(209,235,205)
#DAEFD7
(218,239,215)
#E3F3E1
(227,243,225)
#ECF7EB
(236,247,235)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD391 color. Also use rgb(155,211,145) instead hex code.

Text Font Color

.myTextColor { color: #9BD391; }

<p style="color:#9BD391">This sample text font color is #9BD391.</p>

This text font color is #9BD391.

Background Color

.myBgColor { background-color: #9BD391; }

<div style="background-color:#9BD391">Inner text</div>

This div background color is #9BD391.

Border color

.myBorderColor { border: 1px solid #9BD391; }

<div style="border:3px solid #9BD391">Div</div>

This div border color is #9BD391.

Opacity

.myOpacity80 { color: #9BD391; opacity: 0.8; }

<p style="color:#9BD391;opacity:0.8;">80%</p>

Text with #9BD391 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9BD391;}

<p style="text-shadow: 3px 3px 1px #9BD391">Text here.</p>

This text has shadow with #9BD391 color.


.textShadow {text-shadow: 3px 3px 1px #9BD391', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9BD391, 5px 5px 20px red">Text here.</p>

This text has shadow with #9BD391 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BD391, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9BD391, Direction=45, Strength=4)">Text</p>

This text has shadow with #9BD391 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9BD391;
-webkit-box-shadow: 1px 1px 3px 2px #9BD391;
box-shadow: 1px 1px 3px 2px #9BD391;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BD391; -webkit-box-shadow: 1px 1px 3px 2px #9BD391; box-shadow:1px 1px 3px 2px #9BD391;">
Div content here
</div>

This div box has shadow with color #9BD391.

Preview

Color preview on black background

This text has color #9BD391 on black background.


Color preview on white background

This text has color #9BD391 on white background.


Black color preview on #9BD391 background

This text has black color on #9BD391 background.


White color preview on #9BD391 background

This text has white color on #9BD391 background.


Related colors

Complementary color

Complementary color for #hex is #642C6E.


I love getcolorcode.com

Triadic colors

1 #919BD3 and #D3919B with #9BD391 are triadic colors.

2 #91D39B and #D39B91 with #9BD391 are triadic colors.