COLOR #9AEE8E

HEX: #9AEE8E
RGB: (154,238,142)

Color info

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

RGB color model

#9AEE8E color RGB value is (154,238,142).

  • red value is 154;
  • green value is 238;
  • blue value is 142.
RGB:
(154,238,142)
(60%,93%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 238 of 255 = 93%
B 142 of 255 = 56%

154
238
142

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

Portions of RGB colors in percentages

R + G + B =
154 + 238 + 142 = 534 (100%)
R 154 of 534 ~ 28.84%
G 238 of 534 ~ 44.57%
B 142 of 534 ~ 26.59%

%28.84
%44.57
%26.59

CMYK color model

#9AEE8E color CMYK value is (35,0,40,7).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 6.67%
CMYK:
(35,0,40,7)
C35M0Y40K7 
(35%,0%,40%,7%)
(0.35/0.00/0.40/0.07)	

CMYK percentages

%35.29
%0
%40.34
%6.67

Codes

Color #9AEE8E in popluar color models

9AEE8E
RGB154238142
HSL113°73.85%74.51%
HSB/HSV113°40.34%93.33%
CMYK35.29%0.00%40.34%
6.67%

Color #9AEE8E in popluar number systems.

HEX9AEE8E
Decimal154238142
Binary100110101110111010001110
Octal232356216

Shades and tints

Shades of #9AEE8E

#9AEE8E
(154,238,142)
#8CD982
(140,217,130)
#7EC476
(126,196,118)
#70AF6A
(112,175,106)
#629A5E
(98,154,94)
#548552
(84,133,82)
#467046
(70,112,70)
#385B3A
(56,91,58)
#2A462E
(42,70,46)
#1C3122
(28,49,34)
#0E1C16
(14,28,22)
#000000
(0,0,0)

Tints of #9AEE8E

#9AEE8E
(154,238,142)
#A3EF98
(163,239,152)
#ACF0A2
(172,240,162)
#B5F1AC
(181,241,172)
#BEF2B6
(190,242,182)
#C7F3C0
(199,243,192)
#D0F4CA
(208,244,202)
#D9F5D4
(217,245,212)
#E2F6DE
(226,246,222)
#EBF7E8
(235,247,232)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AEE8E color. Also use rgb(154,238,142) instead hex code.

Text Font Color

.myTextColor { color: #9AEE8E; }

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

This text font color is #9AEE8E.


Background Color

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

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

This div background color is #9AEE8E.


Border color

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

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

This div border color is #9AEE8E.


Opacity

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

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

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

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

This text has shadow with #9AEE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AEE8E on black background.


Color preview on white background

This text has color #9AEE8E on white background.



Black color preview on #9AEE8E background

This text has black color on #9AEE8E background.


White color preview on #9AEE8E background

This text has white color on #9AEE8E background.