COLOR #90AD90

HEX: #90AD90
RGB: (144,173,144)

Color info

#90AD90 contains red, green and blue colors in about the same proportion. Web safe color of #90AD90 is #999999 (or #999).

RGB color model

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

  • red value is 144;
  • green value is 173;
  • blue value is 144.
RGB:
(144,173,144)
(56%,68%,56%)

RGB channels and saturation

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

144
173
144

R + G + B ~ 60%. #90AD90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 144 = 461 (100%)
R 144 of 461 ~ 31.24%
G 173 of 461 ~ 37.53%
B 144 of 461 ~ 31.24%

%31.24
%37.53
%31.24

CMYK color model

#90AD90 color CMYK value is (17,0,17,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(17,0,17,32)
C17M0Y17K32 
(17%,0%,17%,32%)
(0.17/0.00/0.17/0.32)	

CMYK percentages

%16.76
%0
%16.76
%32.16

Codes

Color #90AD90 in popluar color models

90AD90
RGB144173144
HSL120°15.03%62.16%
HSB/HSV120°16.76%67.84%
CMYK16.76%0.00%16.76%
32.16%

Color #90AD90 in popluar number systems.

HEX90AD90
Decimal144173144
Binary100100001010110110010000
Octal220255220

Shades and tints

Shades of #90AD90

#90AD90
(144,173,144)
#839E83
(131,158,131)
#768F76
(118,143,118)
#698069
(105,128,105)
#5C715C
(92,113,92)
#4F624F
(79,98,79)
#425342
(66,83,66)
#354435
(53,68,53)
#283528
(40,53,40)
#1B261B
(27,38,27)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #90AD90

#90AD90
(144,173,144)
#9AB49A
(154,180,154)
#A4BBA4
(164,187,164)
#AEC2AE
(174,194,174)
#B8C9B8
(184,201,184)
#C2D0C2
(194,208,194)
#CCD7CC
(204,215,204)
#D6DED6
(214,222,214)
#E0E5E0
(224,229,224)
#EAECEA
(234,236,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD90; }

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

This text font color is #90AD90.


Background Color

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

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

This div background color is #90AD90.


Border color

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

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

This div border color is #90AD90.


Opacity

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

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

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

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

This text has shadow with #90AD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD90 on black background.


Color preview on white background

This text has color #90AD90 on white background.



Black color preview on #90AD90 background

This text has black color on #90AD90 background.


White color preview on #90AD90 background

This text has white color on #90AD90 background.