COLOR #9CCA91

HEX: #9CCA91 RGB: (156,202,145)

Color info

#9CCA91 contains red, green and blue colors in about the same proportion. Web safe color of #9CCA91 is #99CC99 (or #9C9).

RGB color model

#9CCA91 color RGB value is (156,202,145).

RGB: (156,202,145) (61%, 79%, 57%)

RGB channels and saturation

R 156 of 255 = 61%
G 202 of 255 = 79%
B 145 of 255 = 57%

156
202
145

R + G + B ~ 66%. #9CCA91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 202 + 145 = 503 (100%)
R 156 of 503 ~ 31.01%
G 202 of 503 ~ 40.16%
B 145 of 503 ~ 28.83'%

%31.01
%40.16
%28.83

CMYK color model

#9CCA91 color CMYK value is (23,0,28,21).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%

CMYK: (23,0,28,21)
C23M0Y28K21 (23%, 0%, 28%, 21%)
(0.23 / 0.00 / 0.28 / 0.21)

CMYK percentages

%22.77
%0
%28.22
%20.78

Codes

Color #9CCA91 in popluar color models

9C CA 91
RGB 156 202 145
HSL 108° 34.97% 68.04%
HSB/HSV 108° 28.22% 79.22%
CMYK 22.77% 0.00% 28.22%
20.78%

Color #9CCA91 in popluar number systems.

HEX 9C CA 91
Decimal 156 202 145
Binary 10011100 11001010 10010001
Octal 234 312 221

Shades and tints

Shades of #9CCA91

#9CCA91
(156,202,145)
#8EB884
(142,184,132)
#80A677
(128,166,119)
#72946A
(114,148,106)
#64825D
(100,130,93)
#567050
(86,112,80)
#485E43
(72,94,67)
#3A4C36
(58,76,54)
#2C3A29
(44,58,41)
#1E281C
(30,40,28)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #9CCA91

#9CCA91
(156,202,145)
#A5CE9B
(165,206,155)
#AED2A5
(174,210,165)
#B7D6AF
(183,214,175)
#C0DAB9
(192,218,185)
#C9DEC3
(201,222,195)
#D2E2CD
(210,226,205)
#DBE6D7
(219,230,215)
#E4EAE1
(228,234,225)
#EDEEEB
(237,238,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCA91 color. Also use rgb(156,202,145) instead hex code.

Text Font Color

.myTextColor { color: #9CCA91; }

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

This text font color is #9CCA91.

Background Color

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

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

This div background color is #9CCA91.

Border color

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

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

This div border color is #9CCA91.

Opacity

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

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

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

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

This text has shadow with #9CCA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCA91.

Preview

Color preview on black background

This text has color #9CCA91 on black background.


Color preview on white background

This text has color #9CCA91 on white background.


Black color preview on #9CCA91 background

This text has black color on #9CCA91 background.


White color preview on #9CCA91 background

This text has white color on #9CCA91 background.


Related colors

Complementary color

Complementary color for #hex is #63356E.


I love getcolorcode.com

Triadic colors

1 #919CCA and #CA919C with #9CCA91 are triadic colors.

2 #91CA9C and #CA9C91 with #9CCA91 are triadic colors.