COLOR #95AC66

HEX: #95AC66
RGB: (149,172,102)

Color info

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

RGB color model

#95AC66 color RGB value is (149,172,102).

  • red value is 149;
  • green value is 172;
  • blue value is 102.
RGB:
(149,172,102)
(58%,67%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 102 of 255 = 40%

149
172
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 102 = 423 (100%)
R 149 of 423 ~ 35.22%
G 172 of 423 ~ 40.66%
B 102 of 423 ~ 24.11%

%35.22
%40.66
%24.11

CMYK color model

#95AC66 color CMYK value is (13,0,41,33).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 32.55%
CMYK:
(13,0,41,33)
C13M0Y41K33 
(13%,0%,41%,33%)
(0.13/0.00/0.41/0.33)	

CMYK percentages

%13.37
%0
%40.7
%32.55

Codes

Color #95AC66 in popluar color models

95AC66
RGB149172102
HSL80°29.66%53.73%
HSB/HSV80°40.70%67.45%
CMYK13.37%0.00%40.70%
32.55%

Color #95AC66 in popluar number systems.

HEX95AC66
Decimal149172102
Binary10010101101011001100110
Octal225254146

Shades and tints

Shades of #95AC66

#95AC66
(149,172,102)
#889D5D
(136,157,93)
#7B8E54
(123,142,84)
#6E7F4B
(110,127,75)
#617042
(97,112,66)
#546139
(84,97,57)
#475230
(71,82,48)
#3A4327
(58,67,39)
#2D341E
(45,52,30)
#202515
(32,37,21)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #95AC66

#95AC66
(149,172,102)
#9EB373
(158,179,115)
#A7BA80
(167,186,128)
#B0C18D
(176,193,141)
#B9C89A
(185,200,154)
#C2CFA7
(194,207,167)
#CBD6B4
(203,214,180)
#D4DDC1
(212,221,193)
#DDE4CE
(221,228,206)
#E6EBDB
(230,235,219)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AC66 color. Also use rgb(149,172,102) instead hex code.

Text Font Color

.myTextColor { color: #95AC66; }

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

This text font color is #95AC66.


Background Color

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

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

This div background color is #95AC66.


Border color

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

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

This div border color is #95AC66.


Opacity

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

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

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

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

This text has shadow with #95AC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AC66 on black background.


Color preview on white background

This text has color #95AC66 on white background.



Black color preview on #95AC66 background

This text has black color on #95AC66 background.


White color preview on #95AC66 background

This text has white color on #95AC66 background.