COLOR #95AB5A

HEX: #95AB5A
RGB: (149,171,90)

Color info

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

RGB color model

#95AB5A color RGB value is (149,171,90).

  • red value is 149;
  • green value is 171;
  • blue value is 90.
RGB:
(149,171,90)
(58%,67%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 90 of 255 = 35%

149
171
90

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

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 90 = 410 (100%)
R 149 of 410 ~ 36.34%
G 171 of 410 ~ 41.71%
B 90 of 410 ~ 21.95%

%36.34
%41.71
%21.95

CMYK color model

#95AB5A color CMYK value is (13,0,47,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 32.94%
CMYK:
(13,0,47,33)
C13M0Y47K33 
(13%,0%,47%,33%)
(0.13/0.00/0.47/0.33)	

CMYK percentages

%12.87
%0
%47.37
%32.94

Codes

Color #95AB5A in popluar color models

95AB5A
RGB14917190
HSL76°32.53%51.18%
HSB/HSV76°47.37%67.06%
CMYK12.87%0.00%47.37%
32.94%

Color #95AB5A in popluar number systems.

HEX95AB5A
Decimal14917190
Binary10010101101010111011010
Octal225253132

Shades and tints

Shades of #95AB5A

#95AB5A
(149,171,90)
#889C52
(136,156,82)
#7B8D4A
(123,141,74)
#6E7E42
(110,126,66)
#616F3A
(97,111,58)
#546032
(84,96,50)
#47512A
(71,81,42)
#3A4222
(58,66,34)
#2D331A
(45,51,26)
#202412
(32,36,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #95AB5A

#95AB5A
(149,171,90)
#9EB269
(158,178,105)
#A7B978
(167,185,120)
#B0C087
(176,192,135)
#B9C796
(185,199,150)
#C2CEA5
(194,206,165)
#CBD5B4
(203,213,180)
#D4DCC3
(212,220,195)
#DDE3D2
(221,227,210)
#E6EAE1
(230,234,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB5A color. Also use rgb(149,171,90) instead hex code.

Text Font Color

.myTextColor { color: #95AB5A; }

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

This text font color is #95AB5A.


Background Color

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

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

This div background color is #95AB5A.


Border color

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

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

This div border color is #95AB5A.


Opacity

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

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

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

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

This text has shadow with #95AB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB5A on black background.


Color preview on white background

This text has color #95AB5A on white background.



Black color preview on #95AB5A background

This text has black color on #95AB5A background.


White color preview on #95AB5A background

This text has white color on #95AB5A background.