COLOR #95C392

HEX: #95C392
RGB: (149,195,146)

Color info

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

RGB color model

#95C392 color RGB value is (149,195,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 195 of 255 = 76%
B 146 of 255 = 57%

149
195
146

R + G + B ~ 64%. #95C392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 195 + 146 = 490 (100%)
R 149 of 490 ~ 30.41%
G 195 of 490 ~ 39.8%
B 146 of 490 ~ 29.8%

%30.41
%39.8
%29.8

CMYK color model

#95C392 color CMYK value is (24,0,25,24).

  • cyan value is 23.59%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(24,0,25,24)
C24M0Y25K24 
(24%,0%,25%,24%)
(0.24/0.00/0.25/0.24)	

CMYK percentages

%23.59
%0
%25.13
%23.53

Codes

Color #95C392 in popluar color models

95C392
RGB149195146
HSL116°28.99%66.86%
HSB/HSV116°25.13%76.47%
CMYK23.59%0.00%25.13%
23.53%

Color #95C392 in popluar number systems.

HEX95C392
Decimal149195146
Binary100101011100001110010010
Octal225303222

Shades and tints

Shades of #95C392

#95C392
(149,195,146)
#88B285
(136,178,133)
#7BA178
(123,161,120)
#6E906B
(110,144,107)
#617F5E
(97,127,94)
#546E51
(84,110,81)
#475D44
(71,93,68)
#3A4C37
(58,76,55)
#2D3B2A
(45,59,42)
#202A1D
(32,42,29)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #95C392

#95C392
(149,195,146)
#9EC89B
(158,200,155)
#A7CDA4
(167,205,164)
#B0D2AD
(176,210,173)
#B9D7B6
(185,215,182)
#C2DCBF
(194,220,191)
#CBE1C8
(203,225,200)
#D4E6D1
(212,230,209)
#DDEBDA
(221,235,218)
#E6F0E3
(230,240,227)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C392; }

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

This text font color is #95C392.


Background Color

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

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

This div background color is #95C392.


Border color

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

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

This div border color is #95C392.


Opacity

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

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

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

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

This text has shadow with #95C392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C392 on black background.


Color preview on white background

This text has color #95C392 on white background.



Black color preview on #95C392 background

This text has black color on #95C392 background.


White color preview on #95C392 background

This text has white color on #95C392 background.