COLOR #90C195

HEX: #90C195
RGB: (144,193,149)

Color info

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

RGB color model

#90C195 color RGB value is (144,193,149).

  • red value is 144;
  • green value is 193;
  • blue value is 149.
RGB:
(144,193,149)
(56%,76%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 193 of 255 = 76%
B 149 of 255 = 58%

144
193
149

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

Portions of RGB colors in percentages

R + G + B =
144 + 193 + 149 = 486 (100%)
R 144 of 486 ~ 29.63%
G 193 of 486 ~ 39.71%
B 149 of 486 ~ 30.66%

%29.63
%39.71
%30.66

CMYK color model

#90C195 color CMYK value is (25,0,23,24).

  • cyan value is 25.39%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(25,0,23,24)
C25M0Y23K24 
(25%,0%,23%,24%)
(0.25/0.00/0.23/0.24)	

CMYK percentages

%25.39
%0
%22.8
%24.31

Codes

Color #90C195 in popluar color models

90C195
RGB144193149
HSL126°28.32%66.08%
HSB/HSV126°25.39%75.69%
CMYK25.39%0.00%22.80%
24.31%

Color #90C195 in popluar number systems.

HEX90C195
Decimal144193149
Binary100100001100000110010101
Octal220301225

Shades and tints

Shades of #90C195

#90C195
(144,193,149)
#83B088
(131,176,136)
#769F7B
(118,159,123)
#698E6E
(105,142,110)
#5C7D61
(92,125,97)
#4F6C54
(79,108,84)
#425B47
(66,91,71)
#354A3A
(53,74,58)
#28392D
(40,57,45)
#1B2820
(27,40,32)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90C195

#90C195
(144,193,149)
#9AC69E
(154,198,158)
#A4CBA7
(164,203,167)
#AED0B0
(174,208,176)
#B8D5B9
(184,213,185)
#C2DAC2
(194,218,194)
#CCDFCB
(204,223,203)
#D6E4D4
(214,228,212)
#E0E9DD
(224,233,221)
#EAEEE6
(234,238,230)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C195 color. Also use rgb(144,193,149) instead hex code.

Text Font Color

.myTextColor { color: #90C195; }

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

This text font color is #90C195.


Background Color

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

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

This div background color is #90C195.


Border color

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

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

This div border color is #90C195.


Opacity

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

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

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

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

This text has shadow with #90C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C195 on black background.


Color preview on white background

This text has color #90C195 on white background.



Black color preview on #90C195 background

This text has black color on #90C195 background.


White color preview on #90C195 background

This text has white color on #90C195 background.