COLOR #95EBA9

HEX: #95EBA9
RGB: (149,235,169)

Color info

#95EBA9 contains mainly green color. Web safe color of #95EBA9 is #99FF99 (or #9F9).

RGB color model

#95EBA9 color RGB value is (149,235,169).

  • red value is 149;
  • green value is 235;
  • blue value is 169.
RGB:
(149,235,169)
(58%,92%,66%)

RGB channels and saturation

R 149 of 255 = 58%
G 235 of 255 = 92%
B 169 of 255 = 66%

149
235
169

R + G + B ~ 72%. #95EBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 235 + 169 = 553 (100%)
R 149 of 553 ~ 26.94%
G 235 of 553 ~ 42.5%
B 169 of 553 ~ 30.56%

%26.94
%42.5
%30.56

CMYK color model

#95EBA9 color CMYK value is (37,0,28,8).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(37,0,28,8)
C37M0Y28K8 
(37%,0%,28%,8%)
(0.37/0.00/0.28/0.08)	

CMYK percentages

%36.6
%0
%28.09
%7.84

Codes

Color #95EBA9 in popluar color models

95EBA9
RGB149235169
HSL134°68.25%75.29%
HSB/HSV134°36.60%92.16%
CMYK36.60%0.00%28.09%
7.84%

Color #95EBA9 in popluar number systems.

HEX95EBA9
Decimal149235169
Binary100101011110101110101001
Octal225353251

Shades and tints

Shades of #95EBA9

#95EBA9
(149,235,169)
#88D69A
(136,214,154)
#7BC18B
(123,193,139)
#6EAC7C
(110,172,124)
#61976D
(97,151,109)
#54825E
(84,130,94)
#476D4F
(71,109,79)
#3A5840
(58,88,64)
#2D4331
(45,67,49)
#202E22
(32,46,34)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #95EBA9

#95EBA9
(149,235,169)
#9EECB0
(158,236,176)
#A7EDB7
(167,237,183)
#B0EEBE
(176,238,190)
#B9EFC5
(185,239,197)
#C2F0CC
(194,240,204)
#CBF1D3
(203,241,211)
#D4F2DA
(212,242,218)
#DDF3E1
(221,243,225)
#E6F4E8
(230,244,232)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EBA9 color. Also use rgb(149,235,169) instead hex code.

Text Font Color

.myTextColor { color: #95EBA9; }

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

This text font color is #95EBA9.


Background Color

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

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

This div background color is #95EBA9.


Border color

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

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

This div border color is #95EBA9.


Opacity

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

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

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

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

This text has shadow with #95EBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EBA9 on black background.


Color preview on white background

This text has color #95EBA9 on white background.



Black color preview on #95EBA9 background

This text has black color on #95EBA9 background.


White color preview on #95EBA9 background

This text has white color on #95EBA9 background.