COLOR #95CB9A

HEX: #95CB9A
RGB: (149,203,154)

Color info

#95CB9A contains red, green and blue colors in about the same proportion. Web safe color of #95CB9A is #99CC99 (or #9C9).

RGB color model

#95CB9A color RGB value is (149,203,154).

  • red value is 149;
  • green value is 203;
  • blue value is 154.
RGB:
(149,203,154)
(58%,80%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 203 of 255 = 80%
B 154 of 255 = 60%

149
203
154

R + G + B ~ 66%. #95CB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 203 + 154 = 506 (100%)
R 149 of 506 ~ 29.45%
G 203 of 506 ~ 40.12%
B 154 of 506 ~ 30.43%

%29.45
%40.12
%30.43

CMYK color model

#95CB9A color CMYK value is (27,0,24,20).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 20.39%
CMYK:
(27,0,24,20)
C27M0Y24K20 
(27%,0%,24%,20%)
(0.27/0.00/0.24/0.20)	

CMYK percentages

%26.6
%0
%24.14
%20.39

Codes

Color #95CB9A in popluar color models

95CB9A
RGB149203154
HSL126°34.18%69.02%
HSB/HSV126°26.60%79.61%
CMYK26.60%0.00%24.14%
20.39%

Color #95CB9A in popluar number systems.

HEX95CB9A
Decimal149203154
Binary100101011100101110011010
Octal225313232

Shades and tints

Shades of #95CB9A

#95CB9A
(149,203,154)
#88B98C
(136,185,140)
#7BA77E
(123,167,126)
#6E9570
(110,149,112)
#618362
(97,131,98)
#547154
(84,113,84)
#475F46
(71,95,70)
#3A4D38
(58,77,56)
#2D3B2A
(45,59,42)
#20291C
(32,41,28)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #95CB9A

#95CB9A
(149,203,154)
#9ECFA3
(158,207,163)
#A7D3AC
(167,211,172)
#B0D7B5
(176,215,181)
#B9DBBE
(185,219,190)
#C2DFC7
(194,223,199)
#CBE3D0
(203,227,208)
#D4E7D9
(212,231,217)
#DDEBE2
(221,235,226)
#E6EFEB
(230,239,235)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CB9A color. Also use rgb(149,203,154) instead hex code.

Text Font Color

.myTextColor { color: #95CB9A; }

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

This text font color is #95CB9A.


Background Color

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

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

This div background color is #95CB9A.


Border color

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

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

This div border color is #95CB9A.


Opacity

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

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

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

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

This text has shadow with #95CB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CB9A on black background.


Color preview on white background

This text has color #95CB9A on white background.



Black color preview on #95CB9A background

This text has black color on #95CB9A background.


White color preview on #95CB9A background

This text has white color on #95CB9A background.