COLOR #90C57D

HEX: #90C57D RGB: (144,197,125)

Color info

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

RGB color model

#90C57D color RGB value is (144,197,125).

RGB: (144,197,125) (56%, 77%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 125 of 255 = 49%

144
197
125

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

Portions of RGB colors in percentages

R + G + B = 144 + 197 + 125 = 466 (100%)
R 144 of 466 ~ 30.9%
G 197 of 466 ~ 42.27%
B 125 of 466 ~ 26.82'%

%30.9
%42.27
%26.82

CMYK color model

#90C57D color CMYK value is (27,0,37,23).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 22.75%

CMYK: (27,0,37,23)
C27M0Y37K23 (27%, 0%, 37%, 23%)
(0.27 / 0.00 / 0.37 / 0.23)

CMYK percentages

%26.9
%0
%36.55
%22.75

Codes

Color #90C57D in popluar color models

90 C5 7D
RGB 144 197 125
HSL 104° 38.30% 63.14%
HSB/HSV 104° 36.55% 77.25%
CMYK 26.90% 0.00% 36.55%
22.75%

Color #90C57D in popluar number systems.

HEX 90 C5 7D
Decimal 144 197 125
Binary 10010000 11000101 1111101
Octal 220 305 175

Shades and tints

Shades of #90C57D

#90C57D
(144,197,125)
#83B472
(131,180,114)
#76A367
(118,163,103)
#69925C
(105,146,92)
#5C8151
(92,129,81)
#4F7046
(79,112,70)
#425F3B
(66,95,59)
#354E30
(53,78,48)
#283D25
(40,61,37)
#1B2C1A
(27,44,26)
#0E1B0F
(14,27,15)
#000000
(0,0,0)

Tints of #90C57D

#90C57D
(144,197,125)
#9ACA88
(154,202,136)
#A4CF93
(164,207,147)
#AED49E
(174,212,158)
#B8D9A9
(184,217,169)
#C2DEB4
(194,222,180)
#CCE3BF
(204,227,191)
#D6E8CA
(214,232,202)
#E0EDD5
(224,237,213)
#EAF2E0
(234,242,224)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C57D color. Also use rgb(144,197,125) instead hex code.

Text Font Color

.myTextColor { color: #90C57D; }

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

This text font color is #90C57D.

Background Color

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

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

This div background color is #90C57D.

Border color

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

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

This div border color is #90C57D.

Opacity

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

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

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

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

This text has shadow with #90C57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C57D.

Preview

Color preview on black background

This text has color #90C57D on black background.


Color preview on white background

This text has color #90C57D on white background.


Black color preview on #90C57D background

This text has black color on #90C57D background.


White color preview on #90C57D background

This text has white color on #90C57D background.


Related colors

Complementary color

Complementary color for #hex is #6F3A82.


I love getcolorcode.com

Triadic colors

1 #7D90C5 and #C57D90 with #90C57D are triadic colors.

2 #7DC590 and #C5907D with #90C57D are triadic colors.