COLOR #95E9AA

HEX: #95E9AA
RGB: (149,233,170)

Color info

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

RGB color model

#95E9AA color RGB value is (149,233,170).

  • red value is 149;
  • green value is 233;
  • blue value is 170.
RGB:
(149,233,170)
(58%,91%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 233 of 255 = 91%
B 170 of 255 = 67%

149
233
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 233 + 170 = 552 (100%)
R 149 of 552 ~ 26.99%
G 233 of 552 ~ 42.21%
B 170 of 552 ~ 30.8%

%26.99
%42.21
%30.8

CMYK color model

#95E9AA color CMYK value is (36,0,27,9).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(36,0,27,9)
C36M0Y27K9 
(36%,0%,27%,9%)
(0.36/0.00/0.27/0.09)	

CMYK percentages

%36.05
%0
%27.04
%8.63

Codes

Color #95E9AA in popluar color models

95E9AA
RGB149233170
HSL135°65.63%74.90%
HSB/HSV135°36.05%91.37%
CMYK36.05%0.00%27.04%
8.63%

Color #95E9AA in popluar number systems.

HEX95E9AA
Decimal149233170
Binary100101011110100110101010
Octal225351252

Shades and tints

Shades of #95E9AA

#95E9AA
(149,233,170)
#88D49B
(136,212,155)
#7BBF8C
(123,191,140)
#6EAA7D
(110,170,125)
#61956E
(97,149,110)
#54805F
(84,128,95)
#476B50
(71,107,80)
#3A5641
(58,86,65)
#2D4132
(45,65,50)
#202C23
(32,44,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95E9AA

#95E9AA
(149,233,170)
#9EEBB1
(158,235,177)
#A7EDB8
(167,237,184)
#B0EFBF
(176,239,191)
#B9F1C6
(185,241,198)
#C2F3CD
(194,243,205)
#CBF5D4
(203,245,212)
#D4F7DB
(212,247,219)
#DDF9E2
(221,249,226)
#E6FBE9
(230,251,233)
#EFFDF0
(239,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E9AA color. Also use rgb(149,233,170) instead hex code.

Text Font Color

.myTextColor { color: #95E9AA; }

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

This text font color is #95E9AA.


Background Color

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

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

This div background color is #95E9AA.


Border color

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

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

This div border color is #95E9AA.


Opacity

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

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

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

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

This text has shadow with #95E9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E9AA on black background.


Color preview on white background

This text has color #95E9AA on white background.



Black color preview on #95E9AA background

This text has black color on #95E9AA background.


White color preview on #95E9AA background

This text has white color on #95E9AA background.