COLOR #90AD6A

HEX: #90AD6A
RGB: (144,173,106)

Color info

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

RGB color model

#90AD6A color RGB value is (144,173,106).

  • red value is 144;
  • green value is 173;
  • blue value is 106.
RGB:
(144,173,106)
(56%,68%,42%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 106 of 255 = 42%

144
173
106

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 106 = 423 (100%)
R 144 of 423 ~ 34.04%
G 173 of 423 ~ 40.9%
B 106 of 423 ~ 25.06%

%34.04
%40.9
%25.06

CMYK color model

#90AD6A color CMYK value is (17,0,39,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 32.16%
CMYK:
(17,0,39,32)
C17M0Y39K32 
(17%,0%,39%,32%)
(0.17/0.00/0.39/0.32)	

CMYK percentages

%16.76
%0
%38.73
%32.16

Codes

Color #90AD6A in popluar color models

90AD6A
RGB144173106
HSL86°29.00%54.71%
HSB/HSV86°38.73%67.84%
CMYK16.76%0.00%38.73%
32.16%

Color #90AD6A in popluar number systems.

HEX90AD6A
Decimal144173106
Binary10010000101011011101010
Octal220255152

Shades and tints

Shades of #90AD6A

#90AD6A
(144,173,106)
#839E61
(131,158,97)
#768F58
(118,143,88)
#69804F
(105,128,79)
#5C7146
(92,113,70)
#4F623D
(79,98,61)
#425334
(66,83,52)
#35442B
(53,68,43)
#283522
(40,53,34)
#1B2619
(27,38,25)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #90AD6A

#90AD6A
(144,173,106)
#9AB477
(154,180,119)
#A4BB84
(164,187,132)
#AEC291
(174,194,145)
#B8C99E
(184,201,158)
#C2D0AB
(194,208,171)
#CCD7B8
(204,215,184)
#D6DEC5
(214,222,197)
#E0E5D2
(224,229,210)
#EAECDF
(234,236,223)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AD6A color. Also use rgb(144,173,106) instead hex code.

Text Font Color

.myTextColor { color: #90AD6A; }

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

This text font color is #90AD6A.


Background Color

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

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

This div background color is #90AD6A.


Border color

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

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

This div border color is #90AD6A.


Opacity

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

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

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

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

This text has shadow with #90AD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD6A on black background.


Color preview on white background

This text has color #90AD6A on white background.



Black color preview on #90AD6A background

This text has black color on #90AD6A background.


White color preview on #90AD6A background

This text has white color on #90AD6A background.