COLOR #90C78D

HEX: #90C78D RGB: (144,199,141)

Color info

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

RGB color model

#90C78D color RGB value is (144,199,141).

RGB: (144,199,141) (56%, 78%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 141 of 255 = 55%

144
199
141

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

Portions of RGB colors in percentages

R + G + B = 144 + 199 + 141 = 484 (100%)
R 144 of 484 ~ 29.75%
G 199 of 484 ~ 41.12%
B 141 of 484 ~ 29.13'%

%29.75
%41.12
%29.13

CMYK color model

#90C78D color CMYK value is (28,0,29,22).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%

CMYK: (28,0,29,22)
C28M0Y29K22 (28%, 0%, 29%, 22%)
(0.28 / 0.00 / 0.29 / 0.22)

CMYK percentages

%27.64
%0
%29.15
%21.96

Codes

Color #90C78D in popluar color models

90 C7 8D
RGB 144 199 141
HSL 117° 34.12% 66.67%
HSB/HSV 117° 29.15% 78.04%
CMYK 27.64% 0.00% 29.15%
21.96%

Color #90C78D in popluar number systems.

HEX 90 C7 8D
Decimal 144 199 141
Binary 10010000 11000111 10001101
Octal 220 307 215

Shades and tints

Shades of #90C78D

#90C78D
(144,199,141)
#83B581
(131,181,129)
#76A375
(118,163,117)
#699169
(105,145,105)
#5C7F5D
(92,127,93)
#4F6D51
(79,109,81)
#425B45
(66,91,69)
#354939
(53,73,57)
#28372D
(40,55,45)
#1B2521
(27,37,33)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #90C78D

#90C78D
(144,199,141)
#9ACC97
(154,204,151)
#A4D1A1
(164,209,161)
#AED6AB
(174,214,171)
#B8DBB5
(184,219,181)
#C2E0BF
(194,224,191)
#CCE5C9
(204,229,201)
#D6EAD3
(214,234,211)
#E0EFDD
(224,239,221)
#EAF4E7
(234,244,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C78D; }

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

This text font color is #90C78D.

Background Color

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

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

This div background color is #90C78D.

Border color

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

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

This div border color is #90C78D.

Opacity

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

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

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

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

This text has shadow with #90C78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C78D.

Preview

Color preview on black background

This text has color #90C78D on black background.


Color preview on white background

This text has color #90C78D on white background.


Black color preview on #90C78D background

This text has black color on #90C78D background.


White color preview on #90C78D background

This text has white color on #90C78D background.


Related colors

Complementary color

Complementary color for #hex is #6F3872.


I love getcolorcode.com

Triadic colors

1 #8D90C7 and #C78D90 with #90C78D are triadic colors.

2 #8DC790 and #C7908D with #90C78D are triadic colors.