COLOR #95AD80

HEX: #95AD80 RGB: (149,173,128)

Color info

#95AD80 contains red, green and blue colors in about the same proportion. Web safe color of #95AD80 is #999966 (or #996).

RGB color model

#95AD80 color RGB value is (149,173,128).

RGB: (149,173,128) (58%, 68%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 128 of 255 = 50%

149
173
128

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

Portions of RGB colors in percentages

R + G + B = 149 + 173 + 128 = 450 (100%)
R 149 of 450 ~ 33.11%
G 173 of 450 ~ 38.44%
B 128 of 450 ~ 28.44'%

%33.11
%38.44
%28.44

CMYK color model

#95AD80 color CMYK value is (14,0,26,32).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 26.01%
  • key color value is 32.16%

CMYK: (14,0,26,32)
C14M0Y26K32 (14%, 0%, 26%, 32%)
(0.14 / 0.00 / 0.26 / 0.32)

CMYK percentages

%13.87
%0
%26.01
%32.16

Codes

Color #95AD80 in popluar color models

95 AD 80
RGB 149 173 128
HSL 92° 21.53% 59.02%
HSB/HSV 92° 26.01% 67.84%
CMYK 13.87% 0.00% 26.01%
32.16%

Color #95AD80 in popluar number systems.

HEX 95 AD 80
Decimal 149 173 128
Binary 10010101 10101101 10000000
Octal 225 255 200

Shades and tints

Shades of #95AD80

#95AD80
(149,173,128)
#889E75
(136,158,117)
#7B8F6A
(123,143,106)
#6E805F
(110,128,95)
#617154
(97,113,84)
#546249
(84,98,73)
#47533E
(71,83,62)
#3A4433
(58,68,51)
#2D3528
(45,53,40)
#20261D
(32,38,29)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #95AD80

#95AD80
(149,173,128)
#9EB48B
(158,180,139)
#A7BB96
(167,187,150)
#B0C2A1
(176,194,161)
#B9C9AC
(185,201,172)
#C2D0B7
(194,208,183)
#CBD7C2
(203,215,194)
#D4DECD
(212,222,205)
#DDE5D8
(221,229,216)
#E6ECE3
(230,236,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AD80 color. Also use rgb(149,173,128) instead hex code.

Text Font Color

.myTextColor { color: #95AD80; }

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

This text font color is #95AD80.

Background Color

.myBgColor { background-color: #95AD80; }

<div style="background-color:#95AD80">Inner text</div>

This div background color is #95AD80.

Border color

.myBorderColor { border: 1px solid #95AD80; }

<div style="border:3px solid #95AD80">Div</div>

This div border color is #95AD80.

Opacity

.myOpacity80 { color: #95AD80; opacity: 0.8; }

<p style="color:#95AD80;opacity:0.8;">80%</p>

Text with #95AD80 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 #95AD80;}

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

This text has shadow with #95AD80 color.


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

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

This text has shadow with #95AD80 primary color and red secondary color.


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

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

This text has shadow with #95AD80 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95AD80.

Preview

Color preview on black background

This text has color #95AD80 on black background.


Color preview on white background

This text has color #95AD80 on white background.


Black color preview on #95AD80 background

This text has black color on #95AD80 background.


White color preview on #95AD80 background

This text has white color on #95AD80 background.


Related colors

Complementary color

Complementary color for #hex is #6A527F.


I love getcolorcode.com

Triadic colors

1 #8095AD and #AD8095 with #95AD80 are triadic colors.

2 #80AD95 and #AD9580 with #95AD80 are triadic colors.