COLOR #90AE7A

HEX: #90AE7A
RGB: (144,174,122)

Color info

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

RGB color model

#90AE7A color RGB value is (144,174,122).

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

RGB channels and saturation

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

144
174
122

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

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 122 = 440 (100%)
R 144 of 440 ~ 32.73%
G 174 of 440 ~ 39.55%
B 122 of 440 ~ 27.73%

%32.73
%39.55
%27.73

CMYK color model

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

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%
CMYK:
(17,0,30,32)
C17M0Y30K32 
(17%,0%,30%,32%)
(0.17/0.00/0.30/0.32)	

CMYK percentages

%17.24
%0
%29.89
%31.76

Codes

Color #90AE7A in popluar color models

90AE7A
RGB144174122
HSL95°24.30%58.04%
HSB/HSV95°29.89%68.24%
CMYK17.24%0.00%29.89%
31.76%

Color #90AE7A in popluar number systems.

HEX90AE7A
Decimal144174122
Binary10010000101011101111010
Octal220256172

Shades and tints

Shades of #90AE7A

#90AE7A
(144,174,122)
#839F6F
(131,159,111)
#769064
(118,144,100)
#698159
(105,129,89)
#5C724E
(92,114,78)
#4F6343
(79,99,67)
#425438
(66,84,56)
#35452D
(53,69,45)
#283622
(40,54,34)
#1B2717
(27,39,23)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #90AE7A

#90AE7A
(144,174,122)
#9AB586
(154,181,134)
#A4BC92
(164,188,146)
#AEC39E
(174,195,158)
#B8CAAA
(184,202,170)
#C2D1B6
(194,209,182)
#CCD8C2
(204,216,194)
#D6DFCE
(214,223,206)
#E0E6DA
(224,230,218)
#EAEDE6
(234,237,230)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AE7A; }

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

This text font color is #90AE7A.


Background Color

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

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

This div background color is #90AE7A.


Border color

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

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

This div border color is #90AE7A.


Opacity

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

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

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

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

This text has shadow with #90AE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AE7A on black background.


Color preview on white background

This text has color #90AE7A on white background.



Black color preview on #90AE7A background

This text has black color on #90AE7A background.


White color preview on #90AE7A background

This text has white color on #90AE7A background.