COLOR #90AF88

HEX: #90AF88
RGB: (144,175,136)

Color info

#90AF88 contains red, green and blue colors in about the same proportion. Web safe color of #90AF88 is #999999 (or #999).

RGB color model

#90AF88 color RGB value is (144,175,136).

  • red value is 144;
  • green value is 175;
  • blue value is 136.
RGB:
(144,175,136)
(56%,69%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 136 of 255 = 53%

144
175
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 136 = 455 (100%)
R 144 of 455 ~ 31.65%
G 175 of 455 ~ 38.46%
B 136 of 455 ~ 29.89%

%31.65
%38.46
%29.89

CMYK color model

#90AF88 color CMYK value is (18,0,22,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(18,0,22,31)
C18M0Y22K31 
(18%,0%,22%,31%)
(0.18/0.00/0.22/0.31)	

CMYK percentages

%17.71
%0
%22.29
%31.37

Codes

Color #90AF88 in popluar color models

90AF88
RGB144175136
HSL108°19.60%60.98%
HSB/HSV108°22.29%68.63%
CMYK17.71%0.00%22.29%
31.37%

Color #90AF88 in popluar number systems.

HEX90AF88
Decimal144175136
Binary100100001010111110001000
Octal220257210

Shades and tints

Shades of #90AF88

#90AF88
(144,175,136)
#83A07C
(131,160,124)
#769170
(118,145,112)
#698264
(105,130,100)
#5C7358
(92,115,88)
#4F644C
(79,100,76)
#425540
(66,85,64)
#354634
(53,70,52)
#283728
(40,55,40)
#1B281C
(27,40,28)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #90AF88

#90AF88
(144,175,136)
#9AB692
(154,182,146)
#A4BD9C
(164,189,156)
#AEC4A6
(174,196,166)
#B8CBB0
(184,203,176)
#C2D2BA
(194,210,186)
#CCD9C4
(204,217,196)
#D6E0CE
(214,224,206)
#E0E7D8
(224,231,216)
#EAEEE2
(234,238,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AF88 color. Also use rgb(144,175,136) instead hex code.

Text Font Color

.myTextColor { color: #90AF88; }

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

This text font color is #90AF88.


Background Color

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

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

This div background color is #90AF88.


Border color

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

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

This div border color is #90AF88.


Opacity

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

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

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

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

This text has shadow with #90AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF88 on black background.


Color preview on white background

This text has color #90AF88 on white background.



Black color preview on #90AF88 background

This text has black color on #90AF88 background.


White color preview on #90AF88 background

This text has white color on #90AF88 background.