COLOR #95D161

HEX: #95D161
RGB: (149,209,97)

Color info

#95D161 contains mainly green color. Web safe color of #95D161 is #99CC66 (or #9C6).

RGB color model

#95D161 color RGB value is (149,209,97).

  • red value is 149;
  • green value is 209;
  • blue value is 97.
RGB:
(149,209,97)
(58%,82%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 209 of 255 = 82%
B 97 of 255 = 38%

149
209
97

R + G + B ~ 59%. #95D161 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 209 + 97 = 455 (100%)
R 149 of 455 ~ 32.75%
G 209 of 455 ~ 45.93%
B 97 of 455 ~ 21.32%

%32.75
%45.93
%21.32

CMYK color model

#95D161 color CMYK value is (29,0,54,18).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(29,0,54,18)
C29M0Y54K18 
(29%,0%,54%,18%)
(0.29/0.00/0.54/0.18)	

CMYK percentages

%28.71
%0
%53.59
%18.04

Codes

Color #95D161 in popluar color models

95D161
RGB14920997
HSL92°54.90%60.00%
HSB/HSV92°53.59%81.96%
CMYK28.71%0.00%53.59%
18.04%

Color #95D161 in popluar number systems.

HEX95D161
Decimal14920997
Binary10010101110100011100001
Octal225321141

Shades and tints

Shades of #95D161

#95D161
(149,209,97)
#88BE59
(136,190,89)
#7BAB51
(123,171,81)
#6E9849
(110,152,73)
#618541
(97,133,65)
#547239
(84,114,57)
#475F31
(71,95,49)
#3A4C29
(58,76,41)
#2D3921
(45,57,33)
#202619
(32,38,25)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95D161

#95D161
(149,209,97)
#9ED56F
(158,213,111)
#A7D97D
(167,217,125)
#B0DD8B
(176,221,139)
#B9E199
(185,225,153)
#C2E5A7
(194,229,167)
#CBE9B5
(203,233,181)
#D4EDC3
(212,237,195)
#DDF1D1
(221,241,209)
#E6F5DF
(230,245,223)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D161 color. Also use rgb(149,209,97) instead hex code.

Text Font Color

.myTextColor { color: #95D161; }

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

This text font color is #95D161.


Background Color

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

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

This div background color is #95D161.


Border color

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

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

This div border color is #95D161.


Opacity

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

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

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

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

This text has shadow with #95D161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D161 on black background.


Color preview on white background

This text has color #95D161 on white background.



Black color preview on #95D161 background

This text has black color on #95D161 background.


White color preview on #95D161 background

This text has white color on #95D161 background.