COLOR #90D973

HEX: #90D973
RGB: (144,217,115)

Color info

#90D973 contains mainly green color. Web safe color of #90D973 is #99CC66 (or #9C6).

RGB color model

#90D973 color RGB value is (144,217,115).

  • red value is 144;
  • green value is 217;
  • blue value is 115.
RGB:
(144,217,115)
(56%,85%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 217 of 255 = 85%
B 115 of 255 = 45%

144
217
115

R + G + B ~ 62%. #90D973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 217 + 115 = 476 (100%)
R 144 of 476 ~ 30.25%
G 217 of 476 ~ 45.59%
B 115 of 476 ~ 24.16%

%30.25
%45.59
%24.16

CMYK color model

#90D973 color CMYK value is (34,0,47,15).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 47.00%
  • key color value is 14.90%
CMYK:
(34,0,47,15)
C34M0Y47K15 
(34%,0%,47%,15%)
(0.34/0.00/0.47/0.15)	

CMYK percentages

%33.64
%0
%47
%14.9

Codes

Color #90D973 in popluar color models

90D973
RGB144217115
HSL103°57.30%65.10%
HSB/HSV103°47.00%85.10%
CMYK33.64%0.00%47.00%
14.90%

Color #90D973 in popluar number systems.

HEX90D973
Decimal144217115
Binary10010000110110011110011
Octal220331163

Shades and tints

Shades of #90D973

#90D973
(144,217,115)
#83C669
(131,198,105)
#76B35F
(118,179,95)
#69A055
(105,160,85)
#5C8D4B
(92,141,75)
#4F7A41
(79,122,65)
#426737
(66,103,55)
#35542D
(53,84,45)
#284123
(40,65,35)
#1B2E19
(27,46,25)
#0E1B0F
(14,27,15)
#000000
(0,0,0)

Tints of #90D973

#90D973
(144,217,115)
#9ADC7F
(154,220,127)
#A4DF8B
(164,223,139)
#AEE297
(174,226,151)
#B8E5A3
(184,229,163)
#C2E8AF
(194,232,175)
#CCEBBB
(204,235,187)
#D6EEC7
(214,238,199)
#E0F1D3
(224,241,211)
#EAF4DF
(234,244,223)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D973 color. Also use rgb(144,217,115) instead hex code.

Text Font Color

.myTextColor { color: #90D973; }

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

This text font color is #90D973.


Background Color

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

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

This div background color is #90D973.


Border color

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

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

This div border color is #90D973.


Opacity

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

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

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

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

This text has shadow with #90D973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D973 on black background.


Color preview on white background

This text has color #90D973 on white background.



Black color preview on #90D973 background

This text has black color on #90D973 background.


White color preview on #90D973 background

This text has white color on #90D973 background.