COLOR #9DC955

HEX: #9DC955 RGB: (157,201,85)

Color info

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

RGB color model

#9DC955 color RGB value is (157,201,85).

RGB: (157,201,85) (62%, 79%, 33%)

RGB channels and saturation

R 157 of 255 = 62%
G 201 of 255 = 79%
B 85 of 255 = 33%

157
201
85

R + G + B ~ 58%. #9DC955 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 201 + 85 = 443 (100%)
R 157 of 443 ~ 35.44%
G 201 of 443 ~ 45.37%
B 85 of 443 ~ 19.19'%

%35.44
%45.37
%19.19

CMYK color model

#9DC955 color CMYK value is (22,0,58,21).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 57.71%
  • key color value is 21.18%

CMYK: (22,0,58,21)
C22M0Y58K21 (22%, 0%, 58%, 21%)
(0.22 / 0.00 / 0.58 / 0.21)

CMYK percentages

%21.89
%0
%57.71
%21.18

Codes

Color #9DC955 in popluar color models

9D C9 55
RGB 157 201 85
HSL 83° 51.79% 56.08%
HSB/HSV 83° 57.71% 78.82%
CMYK 21.89% 0.00% 57.71%
21.18%

Color #9DC955 in popluar number systems.

HEX 9D C9 55
Decimal 157 201 85
Binary 10011101 11001001 1010101
Octal 235 311 125

Shades and tints

Shades of #9DC955

#9DC955
(157,201,85)
#8FB74E
(143,183,78)
#81A547
(129,165,71)
#739340
(115,147,64)
#658139
(101,129,57)
#576F32
(87,111,50)
#495D2B
(73,93,43)
#3B4B24
(59,75,36)
#2D391D
(45,57,29)
#1F2716
(31,39,22)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #9DC955

#9DC955
(157,201,85)
#A5CD64
(165,205,100)
#ADD173
(173,209,115)
#B5D582
(181,213,130)
#BDD991
(189,217,145)
#C5DDA0
(197,221,160)
#CDE1AF
(205,225,175)
#D5E5BE
(213,229,190)
#DDE9CD
(221,233,205)
#E5EDDC
(229,237,220)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC955 color. Also use rgb(157,201,85) instead hex code.

Text Font Color

.myTextColor { color: #9DC955; }

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

This text font color is #9DC955.

Background Color

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

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

This div background color is #9DC955.

Border color

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

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

This div border color is #9DC955.

Opacity

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

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

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

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

This text has shadow with #9DC955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC955.

Preview

Color preview on black background

This text has color #9DC955 on black background.


Color preview on white background

This text has color #9DC955 on white background.


Black color preview on #9DC955 background

This text has black color on #9DC955 background.


White color preview on #9DC955 background

This text has white color on #9DC955 background.


Related colors

Complementary color

Complementary color for #hex is #6236AA.


I love getcolorcode.com

Triadic colors

1 #559DC9 and #C9559D with #9DC955 are triadic colors.

2 #55C99D and #C99D55 with #9DC955 are triadic colors.