COLOR #9BC17A

HEX: #9BC17A RGB: (155,193,122)

Color info

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

RGB color model

#9BC17A color RGB value is (155,193,122).

RGB: (155,193,122) (61%, 76%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 122 of 255 = 48%

155
193
122

R + G + B ~ 62%. #9BC17A is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 193 + 122 = 470 (100%)
R 155 of 470 ~ 32.98%
G 193 of 470 ~ 41.06%
B 122 of 470 ~ 25.96'%

%32.98
%41.06
%25.96

CMYK color model

#9BC17A color CMYK value is (20,0,37,24).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 36.79%
  • key color value is 24.31%
CMYK: (20,0,37,24) C20M0Y37K24 (20%,0%,37%,24%) (0.20/0.00/0.37/0.24) 

CMYK percentages

%19.69
%0
%36.79
%24.31

Codes

Color #9BC17A in popluar color models

9B C1 7A
RGB 155 193 122
HSL 92° 36.41% 61.76%
HSB/HSV 92° 36.79% 75.69%
CMYK 19.69% 0.00% 36.79%
24.31%

Color #9BC17A in popluar number systems.

HEX 9B C1 7A
Decimal 155 193 122
Binary 10011011 11000001 1111010
Octal 233 301 172

Shades and tints

Shades of #9BC17A

#9BC17A
(155,193,122)
#8DB06F
(141,176,111)
#7F9F64
(127,159,100)
#718E59
(113,142,89)
#637D4E
(99,125,78)
#556C43
(85,108,67)
#475B38
(71,91,56)
#394A2D
(57,74,45)
#2B3922
(43,57,34)
#1D2817
(29,40,23)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #9BC17A

#9BC17A
(155,193,122)
#A4C686
(164,198,134)
#ADCB92
(173,203,146)
#B6D09E
(182,208,158)
#BFD5AA
(191,213,170)
#C8DAB6
(200,218,182)
#D1DFC2
(209,223,194)
#DAE4CE
(218,228,206)
#E3E9DA
(227,233,218)
#ECEEE6
(236,238,230)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC17A color. Also use rgb(155,193,122) instead hex code.

Text Font Color

.myTextColor { color: #9BC17A; }

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

This text font color is #9BC17A.

Background Color

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

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

This div background color is #9BC17A.

Border color

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

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

This div border color is #9BC17A.

Opacity

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

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

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

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

This text has shadow with #9BC17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC17A.

Preview

Color preview on black background

This text has color #9BC17A on black background.


Color preview on white background

This text has color #9BC17A on white background.


Black color preview on #9BC17A background

This text has black color on #9BC17A background.


White color preview on #9BC17A background

This text has white color on #9BC17A background.


Related colors

Complementary color

Complementary color for #hex is #643E85.


I love getcolorcode.com

Triadic colors

1 #7A9BC1 and #C17A9B with #9BC17A are triadic colors.

2 #7AC19B and #C19B7A with #9BC17A are triadic colors.