COLOR #90AD7A

HEX: #90AD7A
RGB: (144,173,122)

Color info

#90AD7A contains red, green and blue colors in about the same proportion. Web safe color of #90AD7A is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

144
173
122

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 122 = 439 (100%)
R 144 of 439 ~ 32.8%
G 173 of 439 ~ 39.41%
B 122 of 439 ~ 27.79%

%32.8
%39.41
%27.79

CMYK color model

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

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

CMYK percentages

%16.76
%0
%29.48
%32.16

Codes

Color #90AD7A in popluar color models

90AD7A
RGB144173122
HSL94°23.72%57.84%
HSB/HSV94°29.48%67.84%
CMYK16.76%0.00%29.48%
32.16%

Color #90AD7A in popluar number systems.

HEX90AD7A
Decimal144173122
Binary10010000101011011111010
Octal220255172

Shades and tints

Shades of #90AD7A

#90AD7A
(144,173,122)
#839E6F
(131,158,111)
#768F64
(118,143,100)
#698059
(105,128,89)
#5C714E
(92,113,78)
#4F6243
(79,98,67)
#425338
(66,83,56)
#35442D
(53,68,45)
#283522
(40,53,34)
#1B2617
(27,38,23)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #90AD7A

#90AD7A
(144,173,122)
#9AB486
(154,180,134)
#A4BB92
(164,187,146)
#AEC29E
(174,194,158)
#B8C9AA
(184,201,170)
#C2D0B6
(194,208,182)
#CCD7C2
(204,215,194)
#D6DECE
(214,222,206)
#E0E5DA
(224,229,218)
#EAECE6
(234,236,230)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD7A; }

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

This text font color is #90AD7A.


Background Color

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

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

This div background color is #90AD7A.


Border color

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

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

This div border color is #90AD7A.


Opacity

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

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

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

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

This text has shadow with #90AD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD7A on black background.


Color preview on white background

This text has color #90AD7A on white background.



Black color preview on #90AD7A background

This text has black color on #90AD7A background.


White color preview on #90AD7A background

This text has white color on #90AD7A background.