COLOR #95CC9A

HEX: #95CC9A
RGB: (149,204,154)

Color info

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

RGB color model

#95CC9A color RGB value is (149,204,154).

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

RGB channels and saturation

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

149
204
154

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

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 154 = 507 (100%)
R 149 of 507 ~ 29.39%
G 204 of 507 ~ 40.24%
B 154 of 507 ~ 30.37%

%29.39
%40.24
%30.37

CMYK color model

#95CC9A color CMYK value is (27,0,25,20).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(27,0,25,20)
C27M0Y25K20 
(27%,0%,25%,20%)
(0.27/0.00/0.25/0.20)	

CMYK percentages

%26.96
%0
%24.51
%20

Codes

Color #95CC9A in popluar color models

95CC9A
RGB149204154
HSL125°35.03%69.22%
HSB/HSV125°26.96%80.00%
CMYK26.96%0.00%24.51%
20.00%

Color #95CC9A in popluar number systems.

HEX95CC9A
Decimal149204154
Binary100101011100110010011010
Octal225314232

Shades and tints

Shades of #95CC9A

#95CC9A
(149,204,154)
#88BA8C
(136,186,140)
#7BA87E
(123,168,126)
#6E9670
(110,150,112)
#618462
(97,132,98)
#547254
(84,114,84)
#476046
(71,96,70)
#3A4E38
(58,78,56)
#2D3C2A
(45,60,42)
#202A1C
(32,42,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #95CC9A

#95CC9A
(149,204,154)
#9ED0A3
(158,208,163)
#A7D4AC
(167,212,172)
#B0D8B5
(176,216,181)
#B9DCBE
(185,220,190)
#C2E0C7
(194,224,199)
#CBE4D0
(203,228,208)
#D4E8D9
(212,232,217)
#DDECE2
(221,236,226)
#E6F0EB
(230,240,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CC9A; }

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

This text font color is #95CC9A.


Background Color

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

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

This div background color is #95CC9A.


Border color

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

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

This div border color is #95CC9A.


Opacity

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

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

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

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

This text has shadow with #95CC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CC9A on black background.


Color preview on white background

This text has color #95CC9A on white background.



Black color preview on #95CC9A background

This text has black color on #95CC9A background.


White color preview on #95CC9A background

This text has white color on #95CC9A background.