COLOR #90C987

HEX: #90C987 RGB: (144,201,135)

Color info

#90C987 contains mainly red and green colors. Web safe color of #90C987 is #99CC99 (or #9C9).

RGB color model

#90C987 color RGB value is (144,201,135).

RGB: (144,201,135) (56%, 79%, 53%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 135 of 255 = 53%

144
201
135

R + G + B ~ 63%. #90C987 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 135 = 480 (100%)
R 144 of 480 ~ 30%
G 201 of 480 ~ 41.88%
B 135 of 480 ~ 28.13'%

%30
%41.88
%28.13

CMYK color model

#90C987 color CMYK value is (28,0,33,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 21.18%

CMYK: (28,0,33,21)
C28M0Y33K21 (28%, 0%, 33%, 21%)
(0.28 / 0.00 / 0.33 / 0.21)

CMYK percentages

%28.36
%0
%32.84
%21.18

Codes

Color #90C987 in popluar color models

90 C9 87
RGB 144 201 135
HSL 112° 37.93% 65.88%
HSB/HSV 112° 32.84% 78.82%
CMYK 28.36% 0.00% 32.84%
21.18%

Color #90C987 in popluar number systems.

HEX 90 C9 87
Decimal 144 201 135
Binary 10010000 11001001 10000111
Octal 220 311 207

Shades and tints

Shades of #90C987

#90C987
(144,201,135)
#83B77B
(131,183,123)
#76A56F
(118,165,111)
#699363
(105,147,99)
#5C8157
(92,129,87)
#4F6F4B
(79,111,75)
#425D3F
(66,93,63)
#354B33
(53,75,51)
#283927
(40,57,39)
#1B271B
(27,39,27)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #90C987

#90C987
(144,201,135)
#9ACD91
(154,205,145)
#A4D19B
(164,209,155)
#AED5A5
(174,213,165)
#B8D9AF
(184,217,175)
#C2DDB9
(194,221,185)
#CCE1C3
(204,225,195)
#D6E5CD
(214,229,205)
#E0E9D7
(224,233,215)
#EAEDE1
(234,237,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C987 color. Also use rgb(144,201,135) instead hex code.

Text Font Color

.myTextColor { color: #90C987; }

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

This text font color is #90C987.

Background Color

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

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

This div background color is #90C987.

Border color

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

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

This div border color is #90C987.

Opacity

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

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

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

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

This text has shadow with #90C987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C987.

Preview

Color preview on black background

This text has color #90C987 on black background.


Color preview on white background

This text has color #90C987 on white background.


Black color preview on #90C987 background

This text has black color on #90C987 background.


White color preview on #90C987 background

This text has white color on #90C987 background.


Related colors

Complementary color

Complementary color for #hex is #6F3678.


I love getcolorcode.com

Triadic colors

1 #8790C9 and #C98790 with #90C987 are triadic colors.

2 #87C990 and #C99087 with #90C987 are triadic colors.