COLOR #90EA92

HEX: #90EA92
RGB: (144,234,146)

Color info

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

RGB color model

#90EA92 color RGB value is (144,234,146).

  • red value is 144;
  • green value is 234;
  • blue value is 146.
RGB:
(144,234,146)
(56%,92%,57%)

RGB channels and saturation

R 144 of 255 = 56%
G 234 of 255 = 92%
B 146 of 255 = 57%

144
234
146

R + G + B ~ 68%. #90EA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 234 + 146 = 524 (100%)
R 144 of 524 ~ 27.48%
G 234 of 524 ~ 44.66%
B 146 of 524 ~ 27.86%

%27.48
%44.66
%27.86

CMYK color model

#90EA92 color CMYK value is (38,0,38,8).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 8.24%
CMYK:
(38,0,38,8)
C38M0Y38K8 
(38%,0%,38%,8%)
(0.38/0.00/0.38/0.08)	

CMYK percentages

%38.46
%0
%37.61
%8.24

Codes

Color #90EA92 in popluar color models

90EA92
RGB144234146
HSL121°68.18%74.12%
HSB/HSV121°38.46%91.76%
CMYK38.46%0.00%37.61%
8.24%

Color #90EA92 in popluar number systems.

HEX90EA92
Decimal144234146
Binary100100001110101010010010
Octal220352222

Shades and tints

Shades of #90EA92

#90EA92
(144,234,146)
#83D585
(131,213,133)
#76C078
(118,192,120)
#69AB6B
(105,171,107)
#5C965E
(92,150,94)
#4F8151
(79,129,81)
#426C44
(66,108,68)
#355737
(53,87,55)
#28422A
(40,66,42)
#1B2D1D
(27,45,29)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90EA92

#90EA92
(144,234,146)
#9AEB9B
(154,235,155)
#A4ECA4
(164,236,164)
#AEEDAD
(174,237,173)
#B8EEB6
(184,238,182)
#C2EFBF
(194,239,191)
#CCF0C8
(204,240,200)
#D6F1D1
(214,241,209)
#E0F2DA
(224,242,218)
#EAF3E3
(234,243,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90EA92 color. Also use rgb(144,234,146) instead hex code.

Text Font Color

.myTextColor { color: #90EA92; }

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

This text font color is #90EA92.


Background Color

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

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

This div background color is #90EA92.


Border color

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

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

This div border color is #90EA92.


Opacity

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

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

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

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

This text has shadow with #90EA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EA92 on black background.


Color preview on white background

This text has color #90EA92 on white background.



Black color preview on #90EA92 background

This text has black color on #90EA92 background.


White color preview on #90EA92 background

This text has white color on #90EA92 background.