COLOR #90AE6E

HEX: #90AE6E
RGB: (144,174,110)

Color info

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

RGB color model

#90AE6E color RGB value is (144,174,110).

  • red value is 144;
  • green value is 174;
  • blue value is 110.
RGB:
(144,174,110)
(56%,68%,43%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 110 of 255 = 43%

144
174
110

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

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 110 = 428 (100%)
R 144 of 428 ~ 33.64%
G 174 of 428 ~ 40.65%
B 110 of 428 ~ 25.7%

%33.64
%40.65
%25.7

CMYK color model

#90AE6E color CMYK value is (17,0,37,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(17,0,37,32)
C17M0Y37K32 
(17%,0%,37%,32%)
(0.17/0.00/0.37/0.32)	

CMYK percentages

%17.24
%0
%36.78
%31.76

Codes

Color #90AE6E in popluar color models

90AE6E
RGB144174110
HSL88°28.32%55.69%
HSB/HSV88°36.78%68.24%
CMYK17.24%0.00%36.78%
31.76%

Color #90AE6E in popluar number systems.

HEX90AE6E
Decimal144174110
Binary10010000101011101101110
Octal220256156

Shades and tints

Shades of #90AE6E

#90AE6E
(144,174,110)
#839F64
(131,159,100)
#76905A
(118,144,90)
#698150
(105,129,80)
#5C7246
(92,114,70)
#4F633C
(79,99,60)
#425432
(66,84,50)
#354528
(53,69,40)
#28361E
(40,54,30)
#1B2714
(27,39,20)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #90AE6E

#90AE6E
(144,174,110)
#9AB57B
(154,181,123)
#A4BC88
(164,188,136)
#AEC395
(174,195,149)
#B8CAA2
(184,202,162)
#C2D1AF
(194,209,175)
#CCD8BC
(204,216,188)
#D6DFC9
(214,223,201)
#E0E6D6
(224,230,214)
#EAEDE3
(234,237,227)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AE6E; }

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

This text font color is #90AE6E.


Background Color

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

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

This div background color is #90AE6E.


Border color

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

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

This div border color is #90AE6E.


Opacity

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

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

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

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

This text has shadow with #90AE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AE6E on black background.


Color preview on white background

This text has color #90AE6E on white background.



Black color preview on #90AE6E background

This text has black color on #90AE6E background.


White color preview on #90AE6E background

This text has white color on #90AE6E background.