COLOR #9DCA5D

HEX: #9DCA5D RGB: (157,202,93)

Color info

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

RGB color model

#9DCA5D color RGB value is (157,202,93).

RGB: (157,202,93) (62%, 79%, 36%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 93 of 255 = 36%

157
202
93

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

Portions of RGB colors in percentages

R + G + B = 157 + 202 + 93 = 452 (100%)
R 157 of 452 ~ 34.73%
G 202 of 452 ~ 44.69%
B 93 of 452 ~ 20.58'%

%34.73
%44.69
%20.58

CMYK color model

#9DCA5D color CMYK value is (22,0,54,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 53.96%
  • key color value is 20.78%

CMYK: (22,0,54,21)
C22M0Y54K21 (22%, 0%, 54%, 21%)
(0.22 / 0.00 / 0.54 / 0.21)

CMYK percentages

%22.28
%0
%53.96
%20.78

Codes

Color #9DCA5D in popluar color models

9D CA 5D
RGB 157 202 93
HSL 85° 50.70% 57.84%
HSB/HSV 85° 53.96% 79.22%
CMYK 22.28% 0.00% 53.96%
20.78%

Color #9DCA5D in popluar number systems.

HEX 9D CA 5D
Decimal 157 202 93
Binary 10011101 11001010 1011101
Octal 235 312 135

Shades and tints

Shades of #9DCA5D

#9DCA5D
(157,202,93)
#8FB855
(143,184,85)
#81A64D
(129,166,77)
#739445
(115,148,69)
#65823D
(101,130,61)
#577035
(87,112,53)
#495E2D
(73,94,45)
#3B4C25
(59,76,37)
#2D3A1D
(45,58,29)
#1F2815
(31,40,21)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #9DCA5D

#9DCA5D
(157,202,93)
#A5CE6B
(165,206,107)
#ADD279
(173,210,121)
#B5D687
(181,214,135)
#BDDA95
(189,218,149)
#C5DEA3
(197,222,163)
#CDE2B1
(205,226,177)
#D5E6BF
(213,230,191)
#DDEACD
(221,234,205)
#E5EEDB
(229,238,219)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCA5D color. Also use rgb(157,202,93) instead hex code.

Text Font Color

.myTextColor { color: #9DCA5D; }

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

This text font color is #9DCA5D.

Background Color

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

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

This div background color is #9DCA5D.

Border color

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

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

This div border color is #9DCA5D.

Opacity

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

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

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

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

This text has shadow with #9DCA5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCA5D.

Preview

Color preview on black background

This text has color #9DCA5D on black background.


Color preview on white background

This text has color #9DCA5D on white background.


Black color preview on #9DCA5D background

This text has black color on #9DCA5D background.


White color preview on #9DCA5D background

This text has white color on #9DCA5D background.


Related colors

Complementary color

Complementary color for #hex is #6235A2.


I love getcolorcode.com

Triadic colors

1 #5D9DCA and #CA5D9D with #9DCA5D are triadic colors.

2 #5DCA9D and #CA9D5D with #9DCA5D are triadic colors.