COLOR #90AC7C

HEX: #90AC7C RGB: (144,172,124)

Color info

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

RGB color model

#90AC7C color RGB value is (144,172,124).

RGB: (144,172,124) (56%, 67%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 124 of 255 = 49%

144
172
124

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

Portions of RGB colors in percentages

R + G + B = 144 + 172 + 124 = 440 (100%)
R 144 of 440 ~ 32.73%
G 172 of 440 ~ 39.09%
B 124 of 440 ~ 28.18'%

%32.73
%39.09
%28.18

CMYK color model

#90AC7C color CMYK value is (16,0,28,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 32.55%

CMYK: (16,0,28,33)
C16M0Y28K33 (16%, 0%, 28%, 33%)
(0.16 / 0.00 / 0.28 / 0.33)

CMYK percentages

%16.28
%0
%27.91
%32.55

Codes

Color #90AC7C in popluar color models

90 AC 7C
RGB 144 172 124
HSL 95° 22.43% 58.04%
HSB/HSV 95° 27.91% 67.45%
CMYK 16.28% 0.00% 27.91%
32.55%

Color #90AC7C in popluar number systems.

HEX 90 AC 7C
Decimal 144 172 124
Binary 10010000 10101100 1111100
Octal 220 254 174

Shades and tints

Shades of #90AC7C

#90AC7C
(144,172,124)
#839D71
(131,157,113)
#768E66
(118,142,102)
#697F5B
(105,127,91)
#5C7050
(92,112,80)
#4F6145
(79,97,69)
#42523A
(66,82,58)
#35432F
(53,67,47)
#283424
(40,52,36)
#1B2519
(27,37,25)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #90AC7C

#90AC7C
(144,172,124)
#9AB387
(154,179,135)
#A4BA92
(164,186,146)
#AEC19D
(174,193,157)
#B8C8A8
(184,200,168)
#C2CFB3
(194,207,179)
#CCD6BE
(204,214,190)
#D6DDC9
(214,221,201)
#E0E4D4
(224,228,212)
#EAEBDF
(234,235,223)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC7C; }

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

This text font color is #90AC7C.

Background Color

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

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

This div background color is #90AC7C.

Border color

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

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

This div border color is #90AC7C.

Opacity

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

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

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

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

This text has shadow with #90AC7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AC7C.

Preview

Color preview on black background

This text has color #90AC7C on black background.


Color preview on white background

This text has color #90AC7C on white background.


Black color preview on #90AC7C background

This text has black color on #90AC7C background.


White color preview on #90AC7C background

This text has white color on #90AC7C background.


Related colors

Complementary color

Complementary color for #hex is #6F5383.


I love getcolorcode.com

Triadic colors

1 #7C90AC and #AC7C90 with #90AC7C are triadic colors.

2 #7CAC90 and #AC907C with #90AC7C are triadic colors.