COLOR #9DAE60

HEX: #9DAE60 RGB: (157,174,96)

Color info

#9DAE60 contains mainly red and green colors. Web safe color of #9DAE60 is #999966 (or #996).

RGB color model

#9DAE60 color RGB value is (157,174,96).

RGB: (157,174,96) (62%, 68%, 38%)

RGB channels and saturation

R 157 of 255 = 62%
G 174 of 255 = 68%
B 96 of 255 = 38%

157
174
96

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

Portions of RGB colors in percentages

R + G + B = 157 + 174 + 96 = 427 (100%)
R 157 of 427 ~ 36.77%
G 174 of 427 ~ 40.75%
B 96 of 427 ~ 22.48'%

%36.77
%40.75
%22.48

CMYK color model

#9DAE60 color CMYK value is (10,0,45,32).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 31.76%

CMYK: (10,0,45,32)
C10M0Y45K32 (10%, 0%, 45%, 32%)
(0.10 / 0.00 / 0.45 / 0.32)

CMYK percentages

%9.77
%0
%44.83
%31.76

Codes

Color #9DAE60 in popluar color models

9D AE 60
RGB 157 174 96
HSL 73° 32.50% 52.94%
HSB/HSV 73° 44.83% 68.24%
CMYK 9.77% 0.00% 44.83%
31.76%

Color #9DAE60 in popluar number systems.

HEX 9D AE 60
Decimal 157 174 96
Binary 10011101 10101110 1100000
Octal 235 256 140

Shades and tints

Shades of #9DAE60

#9DAE60
(157,174,96)
#8F9F58
(143,159,88)
#819050
(129,144,80)
#738148
(115,129,72)
#657240
(101,114,64)
#576338
(87,99,56)
#495430
(73,84,48)
#3B4528
(59,69,40)
#2D3620
(45,54,32)
#1F2718
(31,39,24)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #9DAE60

#9DAE60
(157,174,96)
#A5B56E
(165,181,110)
#ADBC7C
(173,188,124)
#B5C38A
(181,195,138)
#BDCA98
(189,202,152)
#C5D1A6
(197,209,166)
#CDD8B4
(205,216,180)
#D5DFC2
(213,223,194)
#DDE6D0
(221,230,208)
#E5EDDE
(229,237,222)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAE60 color. Also use rgb(157,174,96) instead hex code.

Text Font Color

.myTextColor { color: #9DAE60; }

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

This text font color is #9DAE60.

Background Color

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

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

This div background color is #9DAE60.

Border color

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

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

This div border color is #9DAE60.

Opacity

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

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

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

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

This text has shadow with #9DAE60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAE60.

Preview

Color preview on black background

This text has color #9DAE60 on black background.


Color preview on white background

This text has color #9DAE60 on white background.


Black color preview on #9DAE60 background

This text has black color on #9DAE60 background.


White color preview on #9DAE60 background

This text has white color on #9DAE60 background.


Related colors

Complementary color

Complementary color for #hex is #62519F.


I love getcolorcode.com

Triadic colors

1 #609DAE and #AE609D with #9DAE60 are triadic colors.

2 #60AE9D and #AE9D60 with #9DAE60 are triadic colors.