COLOR #90AD56

HEX: #90AD56
RGB: (144,173,86)

Color info

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

RGB color model

#90AD56 color RGB value is (144,173,86).

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

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 86 of 255 = 34%

144
173
86

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 86 = 403 (100%)
R 144 of 403 ~ 35.73%
G 173 of 403 ~ 42.93%
B 86 of 403 ~ 21.34%

%35.73
%42.93
%21.34

CMYK color model

#90AD56 color CMYK value is (17,0,50,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 50.29%
  • key color value is 32.16%
CMYK:
(17,0,50,32)
C17M0Y50K32 
(17%,0%,50%,32%)
(0.17/0.00/0.50/0.32)	

CMYK percentages

%16.76
%0
%50.29
%32.16

Codes

Color #90AD56 in popluar color models

90AD56
RGB14417386
HSL80°34.66%50.78%
HSB/HSV80°50.29%67.84%
CMYK16.76%0.00%50.29%
32.16%

Color #90AD56 in popluar number systems.

HEX90AD56
Decimal14417386
Binary10010000101011011010110
Octal220255126

Shades and tints

Shades of #90AD56

#90AD56
(144,173,86)
#839E4F
(131,158,79)
#768F48
(118,143,72)
#698041
(105,128,65)
#5C713A
(92,113,58)
#4F6233
(79,98,51)
#42532C
(66,83,44)
#354425
(53,68,37)
#28351E
(40,53,30)
#1B2617
(27,38,23)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #90AD56

#90AD56
(144,173,86)
#9AB465
(154,180,101)
#A4BB74
(164,187,116)
#AEC283
(174,194,131)
#B8C992
(184,201,146)
#C2D0A1
(194,208,161)
#CCD7B0
(204,215,176)
#D6DEBF
(214,222,191)
#E0E5CE
(224,229,206)
#EAECDD
(234,236,221)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD56; }

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

This text font color is #90AD56.


Background Color

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

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

This div background color is #90AD56.


Border color

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

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

This div border color is #90AD56.


Opacity

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

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

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

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

This text has shadow with #90AD56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD56 on black background.


Color preview on white background

This text has color #90AD56 on white background.



Black color preview on #90AD56 background

This text has black color on #90AD56 background.


White color preview on #90AD56 background

This text has white color on #90AD56 background.