COLOR #90EE7D

HEX: #90EE7D
RGB: (144,238,125)

Color info

#90EE7D contains mainly green color. Web safe color of #90EE7D is #99FF66 (or #9F6).

RGB color model

#90EE7D color RGB value is (144,238,125).

  • red value is 144;
  • green value is 238;
  • blue value is 125.
RGB:
(144,238,125)
(56%,93%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 238 of 255 = 93%
B 125 of 255 = 49%

144
238
125

R + G + B ~ 66%. #90EE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 238 + 125 = 507 (100%)
R 144 of 507 ~ 28.4%
G 238 of 507 ~ 46.94%
B 125 of 507 ~ 24.65%

%28.4
%46.94
%24.65

CMYK color model

#90EE7D color CMYK value is (39,0,47,7).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 6.67%
CMYK:
(39,0,47,7)
C39M0Y47K7 
(39%,0%,47%,7%)
(0.39/0.00/0.47/0.07)	

CMYK percentages

%39.5
%0
%47.48
%6.67

Codes

Color #90EE7D in popluar color models

90EE7D
RGB144238125
HSL110°76.87%71.18%
HSB/HSV110°47.48%93.33%
CMYK39.50%0.00%47.48%
6.67%

Color #90EE7D in popluar number systems.

HEX90EE7D
Decimal144238125
Binary10010000111011101111101
Octal220356175

Shades and tints

Shades of #90EE7D

#90EE7D
(144,238,125)
#83D972
(131,217,114)
#76C467
(118,196,103)
#69AF5C
(105,175,92)
#5C9A51
(92,154,81)
#4F8546
(79,133,70)
#42703B
(66,112,59)
#355B30
(53,91,48)
#284625
(40,70,37)
#1B311A
(27,49,26)
#0E1C0F
(14,28,15)
#000000
(0,0,0)

Tints of #90EE7D

#90EE7D
(144,238,125)
#9AEF88
(154,239,136)
#A4F093
(164,240,147)
#AEF19E
(174,241,158)
#B8F2A9
(184,242,169)
#C2F3B4
(194,243,180)
#CCF4BF
(204,244,191)
#D6F5CA
(214,245,202)
#E0F6D5
(224,246,213)
#EAF7E0
(234,247,224)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90EE7D color. Also use rgb(144,238,125) instead hex code.

Text Font Color

.myTextColor { color: #90EE7D; }

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

This text font color is #90EE7D.


Background Color

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

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

This div background color is #90EE7D.


Border color

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

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

This div border color is #90EE7D.


Opacity

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

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

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

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

This text has shadow with #90EE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EE7D on black background.


Color preview on white background

This text has color #90EE7D on white background.



Black color preview on #90EE7D background

This text has black color on #90EE7D background.


White color preview on #90EE7D background

This text has white color on #90EE7D background.