COLOR #90C799

HEX: #90C799
RGB: (144,199,153)

Color info

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

RGB color model

#90C799 color RGB value is (144,199,153).

  • red value is 144;
  • green value is 199;
  • blue value is 153.
RGB:
(144,199,153)
(56%,78%,60%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 153 of 255 = 60%

144
199
153

R + G + B ~ 65%. #90C799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 199 + 153 = 496 (100%)
R 144 of 496 ~ 29.03%
G 199 of 496 ~ 40.12%
B 153 of 496 ~ 30.85%

%29.03
%40.12
%30.85

CMYK color model

#90C799 color CMYK value is (28,0,23,22).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(28,0,23,22)
C28M0Y23K22 
(28%,0%,23%,22%)
(0.28/0.00/0.23/0.22)	

CMYK percentages

%27.64
%0
%23.12
%21.96

Codes

Color #90C799 in popluar color models

90C799
RGB144199153
HSL130°32.93%67.25%
HSB/HSV130°27.64%78.04%
CMYK27.64%0.00%23.12%
21.96%

Color #90C799 in popluar number systems.

HEX90C799
Decimal144199153
Binary100100001100011110011001
Octal220307231

Shades and tints

Shades of #90C799

#90C799
(144,199,153)
#83B58C
(131,181,140)
#76A37F
(118,163,127)
#699172
(105,145,114)
#5C7F65
(92,127,101)
#4F6D58
(79,109,88)
#425B4B
(66,91,75)
#35493E
(53,73,62)
#283731
(40,55,49)
#1B2524
(27,37,36)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #90C799

#90C799
(144,199,153)
#9ACCA2
(154,204,162)
#A4D1AB
(164,209,171)
#AED6B4
(174,214,180)
#B8DBBD
(184,219,189)
#C2E0C6
(194,224,198)
#CCE5CF
(204,229,207)
#D6EAD8
(214,234,216)
#E0EFE1
(224,239,225)
#EAF4EA
(234,244,234)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C799; }

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

This text font color is #90C799.


Background Color

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

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

This div background color is #90C799.


Border color

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

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

This div border color is #90C799.


Opacity

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

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

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

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

This text has shadow with #90C799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C799 on black background.


Color preview on white background

This text has color #90C799 on white background.



Black color preview on #90C799 background

This text has black color on #90C799 background.


White color preview on #90C799 background

This text has white color on #90C799 background.