COLOR #90C97C

HEX: #90C97C RGB: (144,201,124)

Color info

#90C97C contains mainly red and green colors. Web safe color of #90C97C is #99CC66 (or #9C6).

RGB color model

#90C97C color RGB value is (144,201,124).

RGB: (144,201,124) (56%, 79%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 124 of 255 = 49%

144
201
124

R + G + B ~ 61%. #90C97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 124 = 469 (100%)
R 144 of 469 ~ 30.7%
G 201 of 469 ~ 42.86%
B 124 of 469 ~ 26.44'%

%30.7
%42.86
%26.44

CMYK color model

#90C97C color CMYK value is (28,0,38,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 21.18%
CMYK: (28,0,38,21) C28M0Y38K21 (28%,0%,38%,21%) (0.28/0.00/0.38/0.21) 

CMYK percentages

%28.36
%0
%38.31
%21.18

Codes

Color #90C97C in popluar color models

90 C9 7C
RGB 144 201 124
HSL 104° 41.62% 63.73%
HSB/HSV 104° 38.31% 78.82%
CMYK 28.36% 0.00% 38.31%
21.18%

Color #90C97C in popluar number systems.

HEX 90 C9 7C
Decimal 144 201 124
Binary 10010000 11001001 1111100
Octal 220 311 174

Shades and tints

Shades of #90C97C

#90C97C
(144,201,124)
#83B771
(131,183,113)
#76A566
(118,165,102)
#69935B
(105,147,91)
#5C8150
(92,129,80)
#4F6F45
(79,111,69)
#425D3A
(66,93,58)
#354B2F
(53,75,47)
#283924
(40,57,36)
#1B2719
(27,39,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #90C97C

#90C97C
(144,201,124)
#9ACD87
(154,205,135)
#A4D192
(164,209,146)
#AED59D
(174,213,157)
#B8D9A8
(184,217,168)
#C2DDB3
(194,221,179)
#CCE1BE
(204,225,190)
#D6E5C9
(214,229,201)
#E0E9D4
(224,233,212)
#EAEDDF
(234,237,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C97C; }

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

This text font color is #90C97C.

Background Color

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

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

This div background color is #90C97C.

Border color

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

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

This div border color is #90C97C.

Opacity

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

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

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

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

This text has shadow with #90C97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C97C.

Preview

Color preview on black background

This text has color #90C97C on black background.


Color preview on white background

This text has color #90C97C on white background.


Black color preview on #90C97C background

This text has black color on #90C97C background.


White color preview on #90C97C background

This text has white color on #90C97C background.


Related colors

Complementary color

Complementary color for #hex is #6F3683.


I love getcolorcode.com

Triadic colors

1 #7C90C9 and #C97C90 with #90C97C are triadic colors.

2 #7CC990 and #C9907C with #90C97C are triadic colors.