COLOR #90C780

HEX: #90C780 RGB: (144,199,128)

Color info

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

RGB color model

#90C780 color RGB value is (144,199,128).

RGB: (144,199,128) (56%, 78%, 50%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 128 of 255 = 50%

144
199
128

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

Portions of RGB colors in percentages

R + G + B = 144 + 199 + 128 = 471 (100%)
R 144 of 471 ~ 30.57%
G 199 of 471 ~ 42.25%
B 128 of 471 ~ 27.18'%

%30.57
%42.25
%27.18

CMYK color model

#90C780 color CMYK value is (28,0,36,22).

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

CMYK: (28,0,36,22)
C28M0Y36K22 (28%, 0%, 36%, 22%)
(0.28 / 0.00 / 0.36 / 0.22)

CMYK percentages

%27.64
%0
%35.68
%21.96

Codes

Color #90C780 in popluar color models

90 C7 80
RGB 144 199 128
HSL 106° 38.80% 64.12%
HSB/HSV 106° 35.68% 78.04%
CMYK 27.64% 0.00% 35.68%
21.96%

Color #90C780 in popluar number systems.

HEX 90 C7 80
Decimal 144 199 128
Binary 10010000 11000111 10000000
Octal 220 307 200

Shades and tints

Shades of #90C780

#90C780
(144,199,128)
#83B575
(131,181,117)
#76A36A
(118,163,106)
#69915F
(105,145,95)
#5C7F54
(92,127,84)
#4F6D49
(79,109,73)
#425B3E
(66,91,62)
#354933
(53,73,51)
#283728
(40,55,40)
#1B251D
(27,37,29)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #90C780

#90C780
(144,199,128)
#9ACC8B
(154,204,139)
#A4D196
(164,209,150)
#AED6A1
(174,214,161)
#B8DBAC
(184,219,172)
#C2E0B7
(194,224,183)
#CCE5C2
(204,229,194)
#D6EACD
(214,234,205)
#E0EFD8
(224,239,216)
#EAF4E3
(234,244,227)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C780; }

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

This text font color is #90C780.

Background Color

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

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

This div background color is #90C780.

Border color

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

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

This div border color is #90C780.

Opacity

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

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

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

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

This text has shadow with #90C780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C780.

Preview

Color preview on black background

This text has color #90C780 on black background.


Color preview on white background

This text has color #90C780 on white background.


Black color preview on #90C780 background

This text has black color on #90C780 background.


White color preview on #90C780 background

This text has white color on #90C780 background.


Related colors

Complementary color

Complementary color for #hex is #6F387F.


I love getcolorcode.com

Triadic colors

1 #8090C7 and #C78090 with #90C780 are triadic colors.

2 #80C790 and #C79080 with #90C780 are triadic colors.