COLOR #90C38D

HEX: #90C38D RGB: (144,195,141)

Color info

#90C38D contains red, green and blue colors in about the same proportion. Web safe color of #90C38D is #99CC99 (or #9C9).

RGB color model

#90C38D color RGB value is (144,195,141).

RGB: (144,195,141) (56%, 76%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 195 of 255 = 76%
B 141 of 255 = 55%

144
195
141

R + G + B ~ 62%. #90C38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 195 + 141 = 480 (100%)
R 144 of 480 ~ 30%
G 195 of 480 ~ 40.63%
B 141 of 480 ~ 29.38'%

%30
%40.63
%29.38

CMYK color model

#90C38D color CMYK value is (26,0,28,24).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (26,0,28,24)
C26M0Y28K24 (26%, 0%, 28%, 24%)
(0.26 / 0.00 / 0.28 / 0.24)

CMYK percentages

%26.15
%0
%27.69
%23.53

Codes

Color #90C38D in popluar color models

90 C3 8D
RGB 144 195 141
HSL 117° 31.03% 65.88%
HSB/HSV 117° 27.69% 76.47%
CMYK 26.15% 0.00% 27.69%
23.53%

Color #90C38D in popluar number systems.

HEX 90 C3 8D
Decimal 144 195 141
Binary 10010000 11000011 10001101
Octal 220 303 215

Shades and tints

Shades of #90C38D

#90C38D
(144,195,141)
#83B281
(131,178,129)
#76A175
(118,161,117)
#699069
(105,144,105)
#5C7F5D
(92,127,93)
#4F6E51
(79,110,81)
#425D45
(66,93,69)
#354C39
(53,76,57)
#283B2D
(40,59,45)
#1B2A21
(27,42,33)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #90C38D

#90C38D
(144,195,141)
#9AC897
(154,200,151)
#A4CDA1
(164,205,161)
#AED2AB
(174,210,171)
#B8D7B5
(184,215,181)
#C2DCBF
(194,220,191)
#CCE1C9
(204,225,201)
#D6E6D3
(214,230,211)
#E0EBDD
(224,235,221)
#EAF0E7
(234,240,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C38D color. Also use rgb(144,195,141) instead hex code.

Text Font Color

.myTextColor { color: #90C38D; }

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

This text font color is #90C38D.

Background Color

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

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

This div background color is #90C38D.

Border color

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

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

This div border color is #90C38D.

Opacity

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

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

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

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

This text has shadow with #90C38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C38D.

Preview

Color preview on black background

This text has color #90C38D on black background.


Color preview on white background

This text has color #90C38D on white background.


Black color preview on #90C38D background

This text has black color on #90C38D background.


White color preview on #90C38D background

This text has white color on #90C38D background.


Related colors

Complementary color

Complementary color for #hex is #6F3C72.


I love getcolorcode.com

Triadic colors

1 #8D90C3 and #C38D90 with #90C38D are triadic colors.

2 #8DC390 and #C3908D with #90C38D are triadic colors.