COLOR #90AD57

HEX: #90AD57
RGB: (144,173,87)

Color info

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

RGB color model

#90AD57 color RGB value is (144,173,87).

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

RGB channels and saturation

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

144
173
87

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 87 = 404 (100%)
R 144 of 404 ~ 35.64%
G 173 of 404 ~ 42.82%
B 87 of 404 ~ 21.53%

%35.64
%42.82
%21.53

CMYK color model

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

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • 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
%49.71
%32.16

Codes

Color #90AD57 in popluar color models

90AD57
RGB14417387
HSL80°34.40%50.98%
HSB/HSV80°49.71%67.84%
CMYK16.76%0.00%49.71%
32.16%

Color #90AD57 in popluar number systems.

HEX90AD57
Decimal14417387
Binary10010000101011011010111
Octal220255127

Shades and tints

Shades of #90AD57

#90AD57
(144,173,87)
#839E50
(131,158,80)
#768F49
(118,143,73)
#698042
(105,128,66)
#5C713B
(92,113,59)
#4F6234
(79,98,52)
#42532D
(66,83,45)
#354426
(53,68,38)
#28351F
(40,53,31)
#1B2618
(27,38,24)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #90AD57

#90AD57
(144,173,87)
#9AB466
(154,180,102)
#A4BB75
(164,187,117)
#AEC284
(174,194,132)
#B8C993
(184,201,147)
#C2D0A2
(194,208,162)
#CCD7B1
(204,215,177)
#D6DEC0
(214,222,192)
#E0E5CF
(224,229,207)
#EAECDE
(234,236,222)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD57; }

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

This text font color is #90AD57.


Background Color

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

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

This div background color is #90AD57.


Border color

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

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

This div border color is #90AD57.


Opacity

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

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

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

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

This text has shadow with #90AD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD57 on black background.


Color preview on white background

This text has color #90AD57 on white background.



Black color preview on #90AD57 background

This text has black color on #90AD57 background.


White color preview on #90AD57 background

This text has white color on #90AD57 background.