COLOR #95C382

HEX: #95C382
RGB: (149,195,130)

Color info

#95C382 contains mainly red and green colors. Web safe color of #95C382 is #99CC99 (or #9C9).

RGB color model

#95C382 color RGB value is (149,195,130).

  • red value is 149;
  • green value is 195;
  • blue value is 130.
RGB:
(149,195,130)
(58%,76%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 130 of 255 = 51%

149
195
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 195 + 130 = 474 (100%)
R 149 of 474 ~ 31.43%
G 195 of 474 ~ 41.14%
B 130 of 474 ~ 27.43%

%31.43
%41.14
%27.43

CMYK color model

#95C382 color CMYK value is (24,0,33,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(24,0,33,24)
C24M0Y33K24 
(24%,0%,33%,24%)
(0.24/0.00/0.33/0.24)	

CMYK percentages

%23.59
%0
%33.33
%23.53

Codes

Color #95C382 in popluar color models

95C382
RGB149195130
HSL102°35.14%63.73%
HSB/HSV102°33.33%76.47%
CMYK23.59%0.00%33.33%
23.53%

Color #95C382 in popluar number systems.

HEX95C382
Decimal149195130
Binary100101011100001110000010
Octal225303202

Shades and tints

Shades of #95C382

#95C382
(149,195,130)
#88B277
(136,178,119)
#7BA16C
(123,161,108)
#6E9061
(110,144,97)
#617F56
(97,127,86)
#546E4B
(84,110,75)
#475D40
(71,93,64)
#3A4C35
(58,76,53)
#2D3B2A
(45,59,42)
#202A1F
(32,42,31)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #95C382

#95C382
(149,195,130)
#9EC88D
(158,200,141)
#A7CD98
(167,205,152)
#B0D2A3
(176,210,163)
#B9D7AE
(185,215,174)
#C2DCB9
(194,220,185)
#CBE1C4
(203,225,196)
#D4E6CF
(212,230,207)
#DDEBDA
(221,235,218)
#E6F0E5
(230,240,229)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C382 color. Also use rgb(149,195,130) instead hex code.

Text Font Color

.myTextColor { color: #95C382; }

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

This text font color is #95C382.


Background Color

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

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

This div background color is #95C382.


Border color

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

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

This div border color is #95C382.


Opacity

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

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

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

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

This text has shadow with #95C382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C382 on black background.


Color preview on white background

This text has color #95C382 on white background.



Black color preview on #95C382 background

This text has black color on #95C382 background.


White color preview on #95C382 background

This text has white color on #95C382 background.