COLOR #9EF5AB

HEX: #9EF5AB
RGB: (158,245,171)

Color info

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

RGB color model

#9EF5AB color RGB value is (158,245,171).

  • red value is 158;
  • green value is 245;
  • blue value is 171.
RGB:
(158,245,171)
(62%,96%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 245 of 255 = 96%
B 171 of 255 = 67%

158
245
171

R + G + B ~ 75%. #9EF5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 245 + 171 = 574 (100%)
R 158 of 574 ~ 27.53%
G 245 of 574 ~ 42.68%
B 171 of 574 ~ 29.79%

%27.53
%42.68
%29.79

CMYK color model

#9EF5AB color CMYK value is (36,0,30,4).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(36,0,30,4)
C36M0Y30K4 
(36%,0%,30%,4%)
(0.36/0.00/0.30/0.04)	

CMYK percentages

%35.51
%0
%30.2
%3.92

Codes

Color #9EF5AB in popluar color models

9EF5AB
RGB158245171
HSL129°81.31%79.02%
HSB/HSV129°35.51%96.08%
CMYK35.51%0.00%30.20%
3.92%

Color #9EF5AB in popluar number systems.

HEX9EF5AB
Decimal158245171
Binary100111101111010110101011
Octal236365253

Shades and tints

Shades of #9EF5AB

#9EF5AB
(158,245,171)
#90DF9C
(144,223,156)
#82C98D
(130,201,141)
#74B37E
(116,179,126)
#669D6F
(102,157,111)
#588760
(88,135,96)
#4A7151
(74,113,81)
#3C5B42
(60,91,66)
#2E4533
(46,69,51)
#202F24
(32,47,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9EF5AB

#9EF5AB
(158,245,171)
#A6F5B2
(166,245,178)
#AEF5B9
(174,245,185)
#B6F5C0
(182,245,192)
#BEF5C7
(190,245,199)
#C6F5CE
(198,245,206)
#CEF5D5
(206,245,213)
#D6F5DC
(214,245,220)
#DEF5E3
(222,245,227)
#E6F5EA
(230,245,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF5AB color. Also use rgb(158,245,171) instead hex code.

Text Font Color

.myTextColor { color: #9EF5AB; }

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

This text font color is #9EF5AB.


Background Color

.myBgColor { background-color: #9EF5AB; }

<div style="background-color:#9EF5AB">Inner text</div>

This div background color is #9EF5AB.


Border color

.myBorderColor { border: 1px solid #9EF5AB; }

<div style="border:3px solid #9EF5AB">Div</div>

This div border color is #9EF5AB.


Opacity

.myOpacity80 { color: #9EF5AB; opacity: 0.8; }

<p style="color:#9EF5AB;opacity:0.8;">80%</p>

Text with #9EF5AB 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 #9EF5AB;}

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

This text has shadow with #9EF5AB color.

.textShadow {text-shadow: 3px 3px 1px #9EF5AB, 3px 3px 1px red;}

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

This text has shadow with #9EF5AB primary color and red secondary color.


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

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

This text has shadow with #9EF5AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF5AB on black background.


Color preview on white background

This text has color #9EF5AB on white background.



Black color preview on #9EF5AB background

This text has black color on #9EF5AB background.


White color preview on #9EF5AB background

This text has white color on #9EF5AB background.