COLOR #90AE74

HEX: #90AE74 RGB: (144,174,116)

Color info

#90AE74 contains red, green and blue colors in about the same proportion. Web safe color of #90AE74 is #999966 (or #996).

RGB color model

#90AE74 color RGB value is (144,174,116).

RGB: (144,174,116) (56%, 68%, 45%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 116 of 255 = 45%

144
174
116

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

Portions of RGB colors in percentages

R + G + B = 144 + 174 + 116 = 434 (100%)
R 144 of 434 ~ 33.18%
G 174 of 434 ~ 40.09%
B 116 of 434 ~ 26.73'%

%33.18
%40.09
%26.73

CMYK color model

#90AE74 color CMYK value is (17,0,33,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK: (17,0,33,32) C17M0Y33K32 (17%,0%,33%,32%) (0.17/0.00/0.33/0.32) 

CMYK percentages

%17.24
%0
%33.33
%31.76

Codes

Color #90AE74 in popluar color models

90 AE 74
RGB 144 174 116
HSL 91° 26.36% 56.86%
HSB/HSV 91° 33.33% 68.24%
CMYK 17.24% 0.00% 33.33%
31.76%

Color #90AE74 in popluar number systems.

HEX 90 AE 74
Decimal 144 174 116
Binary 10010000 10101110 1110100
Octal 220 256 164

Shades and tints

Shades of #90AE74

#90AE74
(144,174,116)
#839F6A
(131,159,106)
#769060
(118,144,96)
#698156
(105,129,86)
#5C724C
(92,114,76)
#4F6342
(79,99,66)
#425438
(66,84,56)
#35452E
(53,69,46)
#283624
(40,54,36)
#1B271A
(27,39,26)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90AE74

#90AE74
(144,174,116)
#9AB580
(154,181,128)
#A4BC8C
(164,188,140)
#AEC398
(174,195,152)
#B8CAA4
(184,202,164)
#C2D1B0
(194,209,176)
#CCD8BC
(204,216,188)
#D6DFC8
(214,223,200)
#E0E6D4
(224,230,212)
#EAEDE0
(234,237,224)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AE74 color. Also use rgb(144,174,116) instead hex code.

Text Font Color

.myTextColor { color: #90AE74; }

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

This text font color is #90AE74.

Background Color

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

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

This div background color is #90AE74.

Border color

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

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

This div border color is #90AE74.

Opacity

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

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

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

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

This text has shadow with #90AE74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AE74.

Preview

Color preview on black background

This text has color #90AE74 on black background.


Color preview on white background

This text has color #90AE74 on white background.


Black color preview on #90AE74 background

This text has black color on #90AE74 background.


White color preview on #90AE74 background

This text has white color on #90AE74 background.


Related colors

Complementary color

Complementary color for #hex is #6F518B.


I love getcolorcode.com

Triadic colors

1 #7490AE and #AE7490 with #90AE74 are triadic colors.

2 #74AE90 and #AE9074 with #90AE74 are triadic colors.