COLOR #95C998

HEX: #95C998
RGB: (149,201,152)

Color info

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

RGB color model

#95C998 color RGB value is (149,201,152).

  • red value is 149;
  • green value is 201;
  • blue value is 152.
RGB:
(149,201,152)
(58%,79%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 152 of 255 = 60%

149
201
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 152 = 502 (100%)
R 149 of 502 ~ 29.68%
G 201 of 502 ~ 40.04%
B 152 of 502 ~ 30.28%

%29.68
%40.04
%30.28

CMYK color model

#95C998 color CMYK value is (26,0,24,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(26,0,24,21)
C26M0Y24K21 
(26%,0%,24%,21%)
(0.26/0.00/0.24/0.21)	

CMYK percentages

%25.87
%0
%24.38
%21.18

Codes

Color #95C998 in popluar color models

95C998
RGB149201152
HSL123°32.50%68.63%
HSB/HSV123°25.87%78.82%
CMYK25.87%0.00%24.38%
21.18%

Color #95C998 in popluar number systems.

HEX95C998
Decimal149201152
Binary100101011100100110011000
Octal225311230

Shades and tints

Shades of #95C998

#95C998
(149,201,152)
#88B78B
(136,183,139)
#7BA57E
(123,165,126)
#6E9371
(110,147,113)
#618164
(97,129,100)
#546F57
(84,111,87)
#475D4A
(71,93,74)
#3A4B3D
(58,75,61)
#2D3930
(45,57,48)
#202723
(32,39,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #95C998

#95C998
(149,201,152)
#9ECDA1
(158,205,161)
#A7D1AA
(167,209,170)
#B0D5B3
(176,213,179)
#B9D9BC
(185,217,188)
#C2DDC5
(194,221,197)
#CBE1CE
(203,225,206)
#D4E5D7
(212,229,215)
#DDE9E0
(221,233,224)
#E6EDE9
(230,237,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C998 color. Also use rgb(149,201,152) instead hex code.

Text Font Color

.myTextColor { color: #95C998; }

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

This text font color is #95C998.


Background Color

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

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

This div background color is #95C998.


Border color

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

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

This div border color is #95C998.


Opacity

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

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

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

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

This text has shadow with #95C998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C998 on black background.


Color preview on white background

This text has color #95C998 on white background.



Black color preview on #95C998 background

This text has black color on #95C998 background.


White color preview on #95C998 background

This text has white color on #95C998 background.