COLOR #90AA63

HEX: #90AA63
RGB: (144,170,99)

Color info

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

RGB color model

#90AA63 color RGB value is (144,170,99).

  • red value is 144;
  • green value is 170;
  • blue value is 99.
RGB:
(144,170,99)
(56%,67%,39%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 99 of 255 = 39%

144
170
99

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

Portions of RGB colors in percentages

R + G + B =
144 + 170 + 99 = 413 (100%)
R 144 of 413 ~ 34.87%
G 170 of 413 ~ 41.16%
B 99 of 413 ~ 23.97%

%34.87
%41.16
%23.97

CMYK color model

#90AA63 color CMYK value is (15,0,42,33).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(15,0,42,33)
C15M0Y42K33 
(15%,0%,42%,33%)
(0.15/0.00/0.42/0.33)	

CMYK percentages

%15.29
%0
%41.76
%33.33

Codes

Color #90AA63 in popluar color models

90AA63
RGB14417099
HSL82°29.46%52.75%
HSB/HSV82°41.76%66.67%
CMYK15.29%0.00%41.76%
33.33%

Color #90AA63 in popluar number systems.

HEX90AA63
Decimal14417099
Binary10010000101010101100011
Octal220252143

Shades and tints

Shades of #90AA63

#90AA63
(144,170,99)
#839B5A
(131,155,90)
#768C51
(118,140,81)
#697D48
(105,125,72)
#5C6E3F
(92,110,63)
#4F5F36
(79,95,54)
#42502D
(66,80,45)
#354124
(53,65,36)
#28321B
(40,50,27)
#1B2312
(27,35,18)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #90AA63

#90AA63
(144,170,99)
#9AB171
(154,177,113)
#A4B87F
(164,184,127)
#AEBF8D
(174,191,141)
#B8C69B
(184,198,155)
#C2CDA9
(194,205,169)
#CCD4B7
(204,212,183)
#D6DBC5
(214,219,197)
#E0E2D3
(224,226,211)
#EAE9E1
(234,233,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AA63; }

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

This text font color is #90AA63.


Background Color

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

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

This div background color is #90AA63.


Border color

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

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

This div border color is #90AA63.


Opacity

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

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

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

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

This text has shadow with #90AA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AA63 on black background.


Color preview on white background

This text has color #90AA63 on white background.



Black color preview on #90AA63 background

This text has black color on #90AA63 background.


White color preview on #90AA63 background

This text has white color on #90AA63 background.