COLOR #9AE296

HEX: #9AE296
RGB: (154,226,150)

Color info

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

RGB color model

#9AE296 color RGB value is (154,226,150).

  • red value is 154;
  • green value is 226;
  • blue value is 150.
RGB:
(154,226,150)
(60%,89%,59%)

RGB channels and saturation

R 154 of 255 = 60%
G 226 of 255 = 89%
B 150 of 255 = 59%

154
226
150

R + G + B ~ 69%. #9AE296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 226 + 150 = 530 (100%)
R 154 of 530 ~ 29.06%
G 226 of 530 ~ 42.64%
B 150 of 530 ~ 28.3%

%29.06
%42.64
%28.3

CMYK color model

#9AE296 color CMYK value is (32,0,34,11).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 11.37%
CMYK:
(32,0,34,11)
C32M0Y34K11 
(32%,0%,34%,11%)
(0.32/0.00/0.34/0.11)	

CMYK percentages

%31.86
%0
%33.63
%11.37

Codes

Color #9AE296 in popluar color models

9AE296
RGB154226150
HSL117°56.72%73.73%
HSB/HSV117°33.63%88.63%
CMYK31.86%0.00%33.63%
11.37%

Color #9AE296 in popluar number systems.

HEX9AE296
Decimal154226150
Binary100110101110001010010110
Octal232342226

Shades and tints

Shades of #9AE296

#9AE296
(154,226,150)
#8CCE89
(140,206,137)
#7EBA7C
(126,186,124)
#70A66F
(112,166,111)
#629262
(98,146,98)
#547E55
(84,126,85)
#466A48
(70,106,72)
#38563B
(56,86,59)
#2A422E
(42,66,46)
#1C2E21
(28,46,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #9AE296

#9AE296
(154,226,150)
#A3E49F
(163,228,159)
#ACE6A8
(172,230,168)
#B5E8B1
(181,232,177)
#BEEABA
(190,234,186)
#C7ECC3
(199,236,195)
#D0EECC
(208,238,204)
#D9F0D5
(217,240,213)
#E2F2DE
(226,242,222)
#EBF4E7
(235,244,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AE296 color. Also use rgb(154,226,150) instead hex code.

Text Font Color

.myTextColor { color: #9AE296; }

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

This text font color is #9AE296.


Background Color

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

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

This div background color is #9AE296.


Border color

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

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

This div border color is #9AE296.


Opacity

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

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

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

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

This text has shadow with #9AE296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AE296 on black background.


Color preview on white background

This text has color #9AE296 on white background.



Black color preview on #9AE296 background

This text has black color on #9AE296 background.


White color preview on #9AE296 background

This text has white color on #9AE296 background.