COLOR #90DA9B

HEX: #90DA9B RGB: (144,218,155)

Color info

#90DA9B contains mainly green color. Web safe color of #90DA9B is #99CC99 (or #9C9).

RGB color model

#90DA9B color RGB value is (144,218,155).

RGB: (144,218,155) (56%, 85%, 61%)

RGB channels and saturation

R 144 of 255 = 56%
G 218 of 255 = 85%
B 155 of 255 = 61%

144
218
155

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

Portions of RGB colors in percentages

R + G + B = 144 + 218 + 155 = 517 (100%)
R 144 of 517 ~ 27.85%
G 218 of 517 ~ 42.17%
B 155 of 517 ~ 29.98'%

%27.85
%42.17
%29.98

CMYK color model

#90DA9B color CMYK value is (34,0,29,15).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%

CMYK: (34,0,29,15)
C34M0Y29K15 (34%, 0%, 29%, 15%)
(0.34 / 0.00 / 0.29 / 0.15)

CMYK percentages

%33.94
%0
%28.9
%14.51

Codes

Color #90DA9B in popluar color models

90 DA 9B
RGB 144 218 155
HSL 129° 50.00% 70.98%
HSB/HSV 129° 33.94% 85.49%
CMYK 33.94% 0.00% 28.90%
14.51%

Color #90DA9B in popluar number systems.

HEX 90 DA 9B
Decimal 144 218 155
Binary 10010000 11011010 10011011
Octal 220 332 233

Shades and tints

Shades of #90DA9B

#90DA9B
(144,218,155)
#83C78D
(131,199,141)
#76B47F
(118,180,127)
#69A171
(105,161,113)
#5C8E63
(92,142,99)
#4F7B55
(79,123,85)
#426847
(66,104,71)
#355539
(53,85,57)
#28422B
(40,66,43)
#1B2F1D
(27,47,29)
#0E1C0F
(14,28,15)
#000000
(0,0,0)

Tints of #90DA9B

#90DA9B
(144,218,155)
#9ADDA4
(154,221,164)
#A4E0AD
(164,224,173)
#AEE3B6
(174,227,182)
#B8E6BF
(184,230,191)
#C2E9C8
(194,233,200)
#CCECD1
(204,236,209)
#D6EFDA
(214,239,218)
#E0F2E3
(224,242,227)
#EAF5EC
(234,245,236)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DA9B color. Also use rgb(144,218,155) instead hex code.

Text Font Color

.myTextColor { color: #90DA9B; }

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

This text font color is #90DA9B.

Background Color

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

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

This div background color is #90DA9B.

Border color

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

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

This div border color is #90DA9B.

Opacity

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

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

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

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

This text has shadow with #90DA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DA9B.

Preview

Color preview on black background

This text has color #90DA9B on black background.


Color preview on white background

This text has color #90DA9B on white background.


Black color preview on #90DA9B background

This text has black color on #90DA9B background.


White color preview on #90DA9B background

This text has white color on #90DA9B background.


Related colors

Complementary color

Complementary color for #hex is #6F2564.


I love getcolorcode.com

Triadic colors

1 #9B90DA and #DA9B90 with #90DA9B are triadic colors.

2 #9BDA90 and #DA909B with #90DA9B are triadic colors.