COLOR #95D79A

HEX: #95D79A
RGB: (149,215,154)

Color info

#95D79A contains mainly green color. Web safe color of #95D79A is #99CC99 (or #9C9).

RGB color model

#95D79A color RGB value is (149,215,154).

  • red value is 149;
  • green value is 215;
  • blue value is 154.
RGB:
(149,215,154)
(58%,84%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 215 of 255 = 84%
B 154 of 255 = 60%

149
215
154

R + G + B ~ 67%. #95D79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 215 + 154 = 518 (100%)
R 149 of 518 ~ 28.76%
G 215 of 518 ~ 41.51%
B 154 of 518 ~ 29.73%

%28.76
%41.51
%29.73

CMYK color model

#95D79A color CMYK value is (31,0,28,16).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(31,0,28,16)
C31M0Y28K16 
(31%,0%,28%,16%)
(0.31/0.00/0.28/0.16)	

CMYK percentages

%30.7
%0
%28.37
%15.69

Codes

Color #95D79A in popluar color models

95D79A
RGB149215154
HSL125°45.21%71.37%
HSB/HSV125°30.70%84.31%
CMYK30.70%0.00%28.37%
15.69%

Color #95D79A in popluar number systems.

HEX95D79A
Decimal149215154
Binary100101011101011110011010
Octal225327232

Shades and tints

Shades of #95D79A

#95D79A
(149,215,154)
#88C48C
(136,196,140)
#7BB17E
(123,177,126)
#6E9E70
(110,158,112)
#618B62
(97,139,98)
#547854
(84,120,84)
#476546
(71,101,70)
#3A5238
(58,82,56)
#2D3F2A
(45,63,42)
#202C1C
(32,44,28)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #95D79A

#95D79A
(149,215,154)
#9EDAA3
(158,218,163)
#A7DDAC
(167,221,172)
#B0E0B5
(176,224,181)
#B9E3BE
(185,227,190)
#C2E6C7
(194,230,199)
#CBE9D0
(203,233,208)
#D4ECD9
(212,236,217)
#DDEFE2
(221,239,226)
#E6F2EB
(230,242,235)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D79A color. Also use rgb(149,215,154) instead hex code.

Text Font Color

.myTextColor { color: #95D79A; }

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

This text font color is #95D79A.


Background Color

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

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

This div background color is #95D79A.


Border color

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

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

This div border color is #95D79A.


Opacity

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

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

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

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

This text has shadow with #95D79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D79A on black background.


Color preview on white background

This text has color #95D79A on white background.



Black color preview on #95D79A background

This text has black color on #95D79A background.


White color preview on #95D79A background

This text has white color on #95D79A background.