COLOR #9BD17C

HEX: #9BD17C RGB: (155,209,124)

Color info

#9BD17C contains mainly red and green colors. Web safe color of #9BD17C is #99CC66 (or #9C6).

RGB color model

#9BD17C color RGB value is (155,209,124).

RGB: (155,209,124) (61%, 82%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 124 of 255 = 49%

155
209
124

R + G + B ~ 64%. #9BD17C is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 209 + 124 = 488 (100%)
R 155 of 488 ~ 31.76%
G 209 of 488 ~ 42.83%
B 124 of 488 ~ 25.41'%

%31.76
%42.83
%25.41

CMYK color model

#9BD17C color CMYK value is (26,0,41,18).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 40.67%
  • key color value is 18.04%

CMYK: (26,0,41,18)
C26M0Y41K18 (26%, 0%, 41%, 18%)
(0.26 / 0.00 / 0.41 / 0.18)

CMYK percentages

%25.84
%0
%40.67
%18.04

Codes

Color #9BD17C in popluar color models

9B D1 7C
RGB 155 209 124
HSL 98° 48.02% 65.29%
HSB/HSV 98° 40.67% 81.96%
CMYK 25.84% 0.00% 40.67%
18.04%

Color #9BD17C in popluar number systems.

HEX 9B D1 7C
Decimal 155 209 124
Binary 10011011 11010001 1111100
Octal 233 321 174

Shades and tints

Shades of #9BD17C

#9BD17C
(155,209,124)
#8DBE71
(141,190,113)
#7FAB66
(127,171,102)
#71985B
(113,152,91)
#638550
(99,133,80)
#557245
(85,114,69)
#475F3A
(71,95,58)
#394C2F
(57,76,47)
#2B3924
(43,57,36)
#1D2619
(29,38,25)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9BD17C

#9BD17C
(155,209,124)
#A4D587
(164,213,135)
#ADD992
(173,217,146)
#B6DD9D
(182,221,157)
#BFE1A8
(191,225,168)
#C8E5B3
(200,229,179)
#D1E9BE
(209,233,190)
#DAEDC9
(218,237,201)
#E3F1D4
(227,241,212)
#ECF5DF
(236,245,223)
#F5F9EA
(245,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD17C color. Also use rgb(155,209,124) instead hex code.

Text Font Color

.myTextColor { color: #9BD17C; }

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

This text font color is #9BD17C.

Background Color

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

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

This div background color is #9BD17C.

Border color

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

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

This div border color is #9BD17C.

Opacity

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

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

Text with #9BD17C 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 #9BD17C;}

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

This text has shadow with #9BD17C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD17C.

Preview

Color preview on black background

This text has color #9BD17C on black background.


Color preview on white background

This text has color #9BD17C on white background.


Black color preview on #9BD17C background

This text has black color on #9BD17C background.


White color preview on #9BD17C background

This text has white color on #9BD17C background.


Related colors

Complementary color

Complementary color for #hex is #642E83.


I love getcolorcode.com

Triadic colors

1 #7C9BD1 and #D17C9B with #9BD17C are triadic colors.

2 #7CD19B and #D19B7C with #9BD17C are triadic colors.