COLOR #90E4A6

HEX: #90E4A6
RGB: (144,228,166)

Color info

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

RGB color model

#90E4A6 color RGB value is (144,228,166).

  • red value is 144;
  • green value is 228;
  • blue value is 166.
RGB:
(144,228,166)
(56%,89%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 228 of 255 = 89%
B 166 of 255 = 65%

144
228
166

R + G + B ~ 70%. #90E4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 228 + 166 = 538 (100%)
R 144 of 538 ~ 26.77%
G 228 of 538 ~ 42.38%
B 166 of 538 ~ 30.86%

%26.77
%42.38
%30.86

CMYK color model

#90E4A6 color CMYK value is (37,0,27,11).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK:
(37,0,27,11)
C37M0Y27K11 
(37%,0%,27%,11%)
(0.37/0.00/0.27/0.11)	

CMYK percentages

%36.84
%0
%27.19
%10.59

Codes

Color #90E4A6 in popluar color models

90E4A6
RGB144228166
HSL136°60.87%72.94%
HSB/HSV136°36.84%89.41%
CMYK36.84%0.00%27.19%
10.59%

Color #90E4A6 in popluar number systems.

HEX90E4A6
Decimal144228166
Binary100100001110010010100110
Octal220344246

Shades and tints

Shades of #90E4A6

#90E4A6
(144,228,166)
#83D097
(131,208,151)
#76BC88
(118,188,136)
#69A879
(105,168,121)
#5C946A
(92,148,106)
#4F805B
(79,128,91)
#426C4C
(66,108,76)
#35583D
(53,88,61)
#28442E
(40,68,46)
#1B301F
(27,48,31)
#0E1C10
(14,28,16)
#000000
(0,0,0)

Tints of #90E4A6

#90E4A6
(144,228,166)
#9AE6AE
(154,230,174)
#A4E8B6
(164,232,182)
#AEEABE
(174,234,190)
#B8ECC6
(184,236,198)
#C2EECE
(194,238,206)
#CCF0D6
(204,240,214)
#D6F2DE
(214,242,222)
#E0F4E6
(224,244,230)
#EAF6EE
(234,246,238)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E4A6 color. Also use rgb(144,228,166) instead hex code.

Text Font Color

.myTextColor { color: #90E4A6; }

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

This text font color is #90E4A6.


Background Color

.myBgColor { background-color: #90E4A6; }

<div style="background-color:#90E4A6">Inner text</div>

This div background color is #90E4A6.


Border color

.myBorderColor { border: 1px solid #90E4A6; }

<div style="border:3px solid #90E4A6">Div</div>

This div border color is #90E4A6.


Opacity

.myOpacity80 { color: #90E4A6; opacity: 0.8; }

<p style="color:#90E4A6;opacity:0.8;">80%</p>

Text with #90E4A6 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 #90E4A6;}

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

This text has shadow with #90E4A6 color.

.textShadow {text-shadow: 3px 3px 1px #90E4A6, 3px 3px 1px red;}

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

This text has shadow with #90E4A6 primary color and red secondary color.


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

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

This text has shadow with #90E4A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E4A6 on black background.


Color preview on white background

This text has color #90E4A6 on white background.



Black color preview on #90E4A6 background

This text has black color on #90E4A6 background.


White color preview on #90E4A6 background

This text has white color on #90E4A6 background.