COLOR #95AC4B

HEX: #95AC4B
RGB: (149,172,75)

Color info

#95AC4B contains mainly red and green colors. Web safe color of #95AC4B is #999933 (or #993).

RGB color model

#95AC4B color RGB value is (149,172,75).

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

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 75 of 255 = 29%

149
172
75

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 75 = 396 (100%)
R 149 of 396 ~ 37.63%
G 172 of 396 ~ 43.43%
B 75 of 396 ~ 18.94%

%37.63
%43.43
%18.94

CMYK color model

#95AC4B color CMYK value is (13,0,56,33).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 56.40%
  • key color value is 32.55%
CMYK:
(13,0,56,33)
C13M0Y56K33 
(13%,0%,56%,33%)
(0.13/0.00/0.56/0.33)	

CMYK percentages

%13.37
%0
%56.4
%32.55

Codes

Color #95AC4B in popluar color models

95AC4B
RGB14917275
HSL74°39.27%48.43%
HSB/HSV74°56.40%67.45%
CMYK13.37%0.00%56.40%
32.55%

Color #95AC4B in popluar number systems.

HEX95AC4B
Decimal14917275
Binary10010101101011001001011
Octal225254113

Shades and tints

Shades of #95AC4B

#95AC4B
(149,172,75)
#889D45
(136,157,69)
#7B8E3F
(123,142,63)
#6E7F39
(110,127,57)
#617033
(97,112,51)
#54612D
(84,97,45)
#475227
(71,82,39)
#3A4321
(58,67,33)
#2D341B
(45,52,27)
#202515
(32,37,21)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #95AC4B

#95AC4B
(149,172,75)
#9EB35B
(158,179,91)
#A7BA6B
(167,186,107)
#B0C17B
(176,193,123)
#B9C88B
(185,200,139)
#C2CF9B
(194,207,155)
#CBD6AB
(203,214,171)
#D4DDBB
(212,221,187)
#DDE4CB
(221,228,203)
#E6EBDB
(230,235,219)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AC4B; }

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

This text font color is #95AC4B.


Background Color

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

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

This div background color is #95AC4B.


Border color

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

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

This div border color is #95AC4B.


Opacity

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

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

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

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

This text has shadow with #95AC4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AC4B on black background.


Color preview on white background

This text has color #95AC4B on white background.



Black color preview on #95AC4B background

This text has black color on #95AC4B background.


White color preview on #95AC4B background

This text has white color on #95AC4B background.