COLOR #90F2AD

HEX: #90F2AD RGB: (144,242,173)

Color info

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

RGB color model

#90F2AD color RGB value is (144,242,173).

RGB: (144,242,173) (56%, 95%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 242 of 255 = 95%
B 173 of 255 = 68%

144
242
173

R + G + B ~ 73%. #90F2AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 242 + 173 = 559 (100%)
R 144 of 559 ~ 25.76%
G 242 of 559 ~ 43.29%
B 173 of 559 ~ 30.95'%

%25.76
%43.29
%30.95

CMYK color model

#90F2AD color CMYK value is (40,0,29,5).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 5.10%

CMYK: (40,0,29,5)
C40M0Y29K5 (40%, 0%, 29%, 5%)
(0.40 / 0.00 / 0.29 / 0.05)

CMYK percentages

%40.5
%0
%28.51
%5.1

Codes

Color #90F2AD in popluar color models

90 F2 AD
RGB 144 242 173
HSL 138° 79.03% 75.69%
HSB/HSV 138° 40.50% 94.90%
CMYK 40.50% 0.00% 28.51%
5.10%

Color #90F2AD in popluar number systems.

HEX 90 F2 AD
Decimal 144 242 173
Binary 10010000 11110010 10101101
Octal 220 362 255

Shades and tints

Shades of #90F2AD

#90F2AD
(144,242,173)
#83DC9E
(131,220,158)
#76C68F
(118,198,143)
#69B080
(105,176,128)
#5C9A71
(92,154,113)
#4F8462
(79,132,98)
#426E53
(66,110,83)
#355844
(53,88,68)
#284235
(40,66,53)
#1B2C26
(27,44,38)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #90F2AD

#90F2AD
(144,242,173)
#9AF3B4
(154,243,180)
#A4F4BB
(164,244,187)
#AEF5C2
(174,245,194)
#B8F6C9
(184,246,201)
#C2F7D0
(194,247,208)
#CCF8D7
(204,248,215)
#D6F9DE
(214,249,222)
#E0FAE5
(224,250,229)
#EAFBEC
(234,251,236)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90F2AD; }

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

This text font color is #90F2AD.

Background Color

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

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

This div background color is #90F2AD.

Border color

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

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

This div border color is #90F2AD.

Opacity

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

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

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

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

This text has shadow with #90F2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90F2AD.

Preview

Color preview on black background

This text has color #90F2AD on black background.


Color preview on white background

This text has color #90F2AD on white background.


Black color preview on #90F2AD background

This text has black color on #90F2AD background.


White color preview on #90F2AD background

This text has white color on #90F2AD background.


Related colors

Complementary color

Complementary color for #hex is #6F0D52.


I love getcolorcode.com

Triadic colors

1 #AD90F2 and #F2AD90 with #90F2AD are triadic colors.

2 #ADF290 and #F290AD with #90F2AD are triadic colors.