COLOR #95C288

HEX: #95C288
RGB: (149,194,136)

Color info

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

RGB color model

#95C288 color RGB value is (149,194,136).

  • red value is 149;
  • green value is 194;
  • blue value is 136.
RGB:
(149,194,136)
(58%,76%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 194 of 255 = 76%
B 136 of 255 = 53%

149
194
136

R + G + B ~ 62%. #95C288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 194 + 136 = 479 (100%)
R 149 of 479 ~ 31.11%
G 194 of 479 ~ 40.5%
B 136 of 479 ~ 28.39%

%31.11
%40.5
%28.39

CMYK color model

#95C288 color CMYK value is (23,0,30,24).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(23,0,30,24)
C23M0Y30K24 
(23%,0%,30%,24%)
(0.23/0.00/0.30/0.24)	

CMYK percentages

%23.2
%0
%29.9
%23.92

Codes

Color #95C288 in popluar color models

95C288
RGB149194136
HSL107°32.22%64.71%
HSB/HSV107°29.90%76.08%
CMYK23.20%0.00%29.90%
23.92%

Color #95C288 in popluar number systems.

HEX95C288
Decimal149194136
Binary100101011100001010001000
Octal225302210

Shades and tints

Shades of #95C288

#95C288
(149,194,136)
#88B17C
(136,177,124)
#7BA070
(123,160,112)
#6E8F64
(110,143,100)
#617E58
(97,126,88)
#546D4C
(84,109,76)
#475C40
(71,92,64)
#3A4B34
(58,75,52)
#2D3A28
(45,58,40)
#20291C
(32,41,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #95C288

#95C288
(149,194,136)
#9EC792
(158,199,146)
#A7CC9C
(167,204,156)
#B0D1A6
(176,209,166)
#B9D6B0
(185,214,176)
#C2DBBA
(194,219,186)
#CBE0C4
(203,224,196)
#D4E5CE
(212,229,206)
#DDEAD8
(221,234,216)
#E6EFE2
(230,239,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C288 color. Also use rgb(149,194,136) instead hex code.

Text Font Color

.myTextColor { color: #95C288; }

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

This text font color is #95C288.


Background Color

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

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

This div background color is #95C288.


Border color

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

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

This div border color is #95C288.


Opacity

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

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

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

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

This text has shadow with #95C288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C288 on black background.


Color preview on white background

This text has color #95C288 on white background.



Black color preview on #95C288 background

This text has black color on #95C288 background.


White color preview on #95C288 background

This text has white color on #95C288 background.