COLOR #90AA55

HEX: #90AA55 RGB: (144,170,85)

Color info

#90AA55 contains mainly red and green colors. Web safe color of #90AA55 is #999966 (or #996).

RGB color model

#90AA55 color RGB value is (144,170,85).

RGB: (144,170,85) (56%, 67%, 33%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 85 of 255 = 33%

144
170
85

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

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 85 = 399 (100%)
R 144 of 399 ~ 36.09%
G 170 of 399 ~ 42.61%
B 85 of 399 ~ 21.3'%

%36.09
%42.61
%21.3

CMYK color model

#90AA55 color CMYK value is (15,0,50,33).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 33.33%

CMYK: (15,0,50,33)
C15M0Y50K33 (15%, 0%, 50%, 33%)
(0.15 / 0.00 / 0.50 / 0.33)

CMYK percentages

%15.29
%0
%50
%33.33

Codes

Color #90AA55 in popluar color models

90 AA 55
RGB 144 170 85
HSL 78° 33.33% 50.00%
HSB/HSV 78° 50.00% 66.67%
CMYK 15.29% 0.00% 50.00%
33.33%

Color #90AA55 in popluar number systems.

HEX 90 AA 55
Decimal 144 170 85
Binary 10010000 10101010 1010101
Octal 220 252 125

Shades and tints

Shades of #90AA55

#90AA55
(144,170,85)
#839B4E
(131,155,78)
#768C47
(118,140,71)
#697D40
(105,125,64)
#5C6E39
(92,110,57)
#4F5F32
(79,95,50)
#42502B
(66,80,43)
#354124
(53,65,36)
#28321D
(40,50,29)
#1B2316
(27,35,22)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #90AA55

#90AA55
(144,170,85)
#9AB164
(154,177,100)
#A4B873
(164,184,115)
#AEBF82
(174,191,130)
#B8C691
(184,198,145)
#C2CDA0
(194,205,160)
#CCD4AF
(204,212,175)
#D6DBBE
(214,219,190)
#E0E2CD
(224,226,205)
#EAE9DC
(234,233,220)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AA55; }

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

This text font color is #90AA55.

Background Color

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

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

This div background color is #90AA55.

Border color

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

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

This div border color is #90AA55.

Opacity

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

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

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

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

This text has shadow with #90AA55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AA55.

Preview

Color preview on black background

This text has color #90AA55 on black background.


Color preview on white background

This text has color #90AA55 on white background.


Black color preview on #90AA55 background

This text has black color on #90AA55 background.


White color preview on #90AA55 background

This text has white color on #90AA55 background.


Related colors

Complementary color

Complementary color for #hex is #6F55AA.


I love getcolorcode.com

Triadic colors

1 #5590AA and #AA5590 with #90AA55 are triadic colors.

2 #55AA90 and #AA9055 with #90AA55 are triadic colors.