COLOR #90AA52

HEX: #90AA52 RGB: (144,170,82)

Color info

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

RGB color model

#90AA52 color RGB value is (144,170,82).

RGB: (144,170,82) (56%, 67%, 32%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 82 of 255 = 32%

144
170
82

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

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 82 = 396 (100%)
R 144 of 396 ~ 36.36%
G 170 of 396 ~ 42.93%
B 82 of 396 ~ 20.71'%

%36.36
%42.93
%20.71

CMYK color model

#90AA52 color CMYK value is (15,0,52,33).

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

CMYK: (15,0,52,33)
C15M0Y52K33 (15%, 0%, 52%, 33%)
(0.15 / 0.00 / 0.52 / 0.33)

CMYK percentages

%15.29
%0
%51.76
%33.33

Codes

Color #90AA52 in popluar color models

90 AA 52
RGB 144 170 82
HSL 78° 34.92% 49.41%
HSB/HSV 78° 51.76% 66.67%
CMYK 15.29% 0.00% 51.76%
33.33%

Color #90AA52 in popluar number systems.

HEX 90 AA 52
Decimal 144 170 82
Binary 10010000 10101010 1010010
Octal 220 252 122

Shades and tints

Shades of #90AA52

#90AA52
(144,170,82)
#839B4B
(131,155,75)
#768C44
(118,140,68)
#697D3D
(105,125,61)
#5C6E36
(92,110,54)
#4F5F2F
(79,95,47)
#425028
(66,80,40)
#354121
(53,65,33)
#28321A
(40,50,26)
#1B2313
(27,35,19)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #90AA52

#90AA52
(144,170,82)
#9AB161
(154,177,97)
#A4B870
(164,184,112)
#AEBF7F
(174,191,127)
#B8C68E
(184,198,142)
#C2CD9D
(194,205,157)
#CCD4AC
(204,212,172)
#D6DBBB
(214,219,187)
#E0E2CA
(224,226,202)
#EAE9D9
(234,233,217)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AA52; }

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

This text font color is #90AA52.

Background Color

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

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

This div background color is #90AA52.

Border color

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

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

This div border color is #90AA52.

Opacity

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

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

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

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

This text has shadow with #90AA52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AA52.

Preview

Color preview on black background

This text has color #90AA52 on black background.


Color preview on white background

This text has color #90AA52 on white background.


Black color preview on #90AA52 background

This text has black color on #90AA52 background.


White color preview on #90AA52 background

This text has white color on #90AA52 background.


Related colors

Complementary color

Complementary color for #hex is #6F55AD.


I love getcolorcode.com

Triadic colors

1 #5290AA and #AA5290 with #90AA52 are triadic colors.

2 #52AA90 and #AA9052 with #90AA52 are triadic colors.