COLOR #90C880

HEX: #90C880 RGB: (144,200,128)

Color info

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

RGB color model

#90C880 color RGB value is (144,200,128).

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

RGB channels and saturation

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

144
200
128

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

Portions of RGB colors in percentages

R + G + B = 144 + 200 + 128 = 472 (100%)
R 144 of 472 ~ 30.51%
G 200 of 472 ~ 42.37%
B 128 of 472 ~ 27.12'%

%30.51
%42.37
%27.12

CMYK color model

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

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 21.57%

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

CMYK percentages

%28
%0
%36
%21.57

Codes

Color #90C880 in popluar color models

90 C8 80
RGB 144 200 128
HSL 107° 39.56% 64.31%
HSB/HSV 107° 36.00% 78.43%
CMYK 28.00% 0.00% 36.00%
21.57%

Color #90C880 in popluar number systems.

HEX 90 C8 80
Decimal 144 200 128
Binary 10010000 11001000 10000000
Octal 220 310 200

Shades and tints

Shades of #90C880

#90C880
(144,200,128)
#83B675
(131,182,117)
#76A46A
(118,164,106)
#69925F
(105,146,95)
#5C8054
(92,128,84)
#4F6E49
(79,110,73)
#425C3E
(66,92,62)
#354A33
(53,74,51)
#283828
(40,56,40)
#1B261D
(27,38,29)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #90C880

#90C880
(144,200,128)
#9ACD8B
(154,205,139)
#A4D296
(164,210,150)
#AED7A1
(174,215,161)
#B8DCAC
(184,220,172)
#C2E1B7
(194,225,183)
#CCE6C2
(204,230,194)
#D6EBCD
(214,235,205)
#E0F0D8
(224,240,216)
#EAF5E3
(234,245,227)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C880; }

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

This text font color is #90C880.

Background Color

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

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

This div background color is #90C880.

Border color

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

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

This div border color is #90C880.

Opacity

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

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

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

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

This text has shadow with #90C880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C880.

Preview

Color preview on black background

This text has color #90C880 on black background.


Color preview on white background

This text has color #90C880 on white background.


Black color preview on #90C880 background

This text has black color on #90C880 background.


White color preview on #90C880 background

This text has white color on #90C880 background.


Related colors

Complementary color

Complementary color for #hex is #6F377F.


I love getcolorcode.com

Triadic colors

1 #8090C8 and #C88090 with #90C880 are triadic colors.

2 #80C890 and #C89080 with #90C880 are triadic colors.