COLOR #90E98C

HEX: #90E98C
RGB: (144,233,140)

Color info

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

RGB color model

#90E98C color RGB value is (144,233,140).

  • red value is 144;
  • green value is 233;
  • blue value is 140.
RGB:
(144,233,140)
(56%,91%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 233 of 255 = 91%
B 140 of 255 = 55%

144
233
140

R + G + B ~ 67%. #90E98C is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 233 + 140 = 517 (100%)
R 144 of 517 ~ 27.85%
G 233 of 517 ~ 45.07%
B 140 of 517 ~ 27.08%

%27.85
%45.07
%27.08

CMYK color model

#90E98C color CMYK value is (38,0,40,9).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(38,0,40,9)
C38M0Y40K9 
(38%,0%,40%,9%)
(0.38/0.00/0.40/0.09)	

CMYK percentages

%38.2
%0
%39.91
%8.63

Codes

Color #90E98C in popluar color models

90E98C
RGB144233140
HSL117°67.88%73.14%
HSB/HSV117°39.91%91.37%
CMYK38.20%0.00%39.91%
8.63%

Color #90E98C in popluar number systems.

HEX90E98C
Decimal144233140
Binary100100001110100110001100
Octal220351214

Shades and tints

Shades of #90E98C

#90E98C
(144,233,140)
#83D480
(131,212,128)
#76BF74
(118,191,116)
#69AA68
(105,170,104)
#5C955C
(92,149,92)
#4F8050
(79,128,80)
#426B44
(66,107,68)
#355638
(53,86,56)
#28412C
(40,65,44)
#1B2C20
(27,44,32)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #90E98C

#90E98C
(144,233,140)
#9AEB96
(154,235,150)
#A4EDA0
(164,237,160)
#AEEFAA
(174,239,170)
#B8F1B4
(184,241,180)
#C2F3BE
(194,243,190)
#CCF5C8
(204,245,200)
#D6F7D2
(214,247,210)
#E0F9DC
(224,249,220)
#EAFBE6
(234,251,230)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E98C color. Also use rgb(144,233,140) instead hex code.

Text Font Color

.myTextColor { color: #90E98C; }

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

This text font color is #90E98C.


Background Color

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

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

This div background color is #90E98C.


Border color

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

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

This div border color is #90E98C.


Opacity

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

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

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

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

This text has shadow with #90E98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E98C on black background.


Color preview on white background

This text has color #90E98C on white background.



Black color preview on #90E98C background

This text has black color on #90E98C background.


White color preview on #90E98C background

This text has white color on #90E98C background.