COLOR #90F2B4

HEX: #90F2B4
RGB: (144,242,180)

Color info

#90F2B4 contains mainly green color. Web safe color of #90F2B4 is #99FFCC (or #9FC).

RGB color model

#90F2B4 color RGB value is (144,242,180).

  • red value is 144;
  • green value is 242;
  • blue value is 180.
RGB:
(144,242,180)
(56%,95%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 242 of 255 = 95%
B 180 of 255 = 71%

144
242
180

R + G + B ~ 74%. #90F2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 242 + 180 = 566 (100%)
R 144 of 566 ~ 25.44%
G 242 of 566 ~ 42.76%
B 180 of 566 ~ 31.8%

%25.44
%42.76
%31.8

CMYK color model

#90F2B4 color CMYK value is (40,0,26,5).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(40,0,26,5)
C40M0Y26K5 
(40%,0%,26%,5%)
(0.40/0.00/0.26/0.05)	

CMYK percentages

%40.5
%0
%25.62
%5.1

Codes

Color #90F2B4 in popluar color models

90F2B4
RGB144242180
HSL142°79.03%75.69%
HSB/HSV142°40.50%94.90%
CMYK40.50%0.00%25.62%
5.10%

Color #90F2B4 in popluar number systems.

HEX90F2B4
Decimal144242180
Binary100100001111001010110100
Octal220362264

Shades and tints

Shades of #90F2B4

#90F2B4
(144,242,180)
#83DCA4
(131,220,164)
#76C694
(118,198,148)
#69B084
(105,176,132)
#5C9A74
(92,154,116)
#4F8464
(79,132,100)
#426E54
(66,110,84)
#355844
(53,88,68)
#284234
(40,66,52)
#1B2C24
(27,44,36)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #90F2B4

#90F2B4
(144,242,180)
#9AF3BA
(154,243,186)
#A4F4C0
(164,244,192)
#AEF5C6
(174,245,198)
#B8F6CC
(184,246,204)
#C2F7D2
(194,247,210)
#CCF8D8
(204,248,216)
#D6F9DE
(214,249,222)
#E0FAE4
(224,250,228)
#EAFBEA
(234,251,234)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90F2B4 color. Also use rgb(144,242,180) instead hex code.

Text Font Color

.myTextColor { color: #90F2B4; }

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

This text font color is #90F2B4.


Background Color

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

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

This div background color is #90F2B4.


Border color

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

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

This div border color is #90F2B4.


Opacity

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

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

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

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

This text has shadow with #90F2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90F2B4 on black background.


Color preview on white background

This text has color #90F2B4 on white background.



Black color preview on #90F2B4 background

This text has black color on #90F2B4 background.


White color preview on #90F2B4 background

This text has white color on #90F2B4 background.