COLOR #9AE895

HEX: #9AE895
RGB: (154,232,149)

Color info

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

RGB color model

#9AE895 color RGB value is (154,232,149).

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

RGB channels and saturation

R 154 of 255 = 60%
G 232 of 255 = 91%
B 149 of 255 = 58%

154
232
149

R + G + B ~ 70%. #9AE895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 232 + 149 = 535 (100%)
R 154 of 535 ~ 28.79%
G 232 of 535 ~ 43.36%
B 149 of 535 ~ 27.85%

%28.79
%43.36
%27.85

CMYK color model

#9AE895 color CMYK value is (34,0,36,9).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 9.02%
CMYK:
(34,0,36,9)
C34M0Y36K9 
(34%,0%,36%,9%)
(0.34/0.00/0.36/0.09)	

CMYK percentages

%33.62
%0
%35.78
%9.02

Codes

Color #9AE895 in popluar color models

9AE895
RGB154232149
HSL116°64.34%74.71%
HSB/HSV116°35.78%90.98%
CMYK33.62%0.00%35.78%
9.02%

Color #9AE895 in popluar number systems.

HEX9AE895
Decimal154232149
Binary100110101110100010010101
Octal232350225

Shades and tints

Shades of #9AE895

#9AE895
(154,232,149)
#8CD388
(140,211,136)
#7EBE7B
(126,190,123)
#70A96E
(112,169,110)
#629461
(98,148,97)
#547F54
(84,127,84)
#466A47
(70,106,71)
#38553A
(56,85,58)
#2A402D
(42,64,45)
#1C2B20
(28,43,32)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9AE895

#9AE895
(154,232,149)
#A3EA9E
(163,234,158)
#ACECA7
(172,236,167)
#B5EEB0
(181,238,176)
#BEF0B9
(190,240,185)
#C7F2C2
(199,242,194)
#D0F4CB
(208,244,203)
#D9F6D4
(217,246,212)
#E2F8DD
(226,248,221)
#EBFAE6
(235,250,230)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE895 color. Also use rgb(154,232,149) instead hex code.

Text Font Color

.myTextColor { color: #9AE895; }

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

This text font color is #9AE895.


Background Color

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

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

This div background color is #9AE895.


Border color

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

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

This div border color is #9AE895.


Opacity

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

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

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

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

This text has shadow with #9AE895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE895 on black background.


Color preview on white background

This text has color #9AE895 on white background.



Black color preview on #9AE895 background

This text has black color on #9AE895 background.


White color preview on #9AE895 background

This text has white color on #9AE895 background.