COLOR #90C68E

HEX: #90C68E
RGB: (144,198,142)

Color info

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

RGB color model

#90C68E color RGB value is (144,198,142).

  • red value is 144;
  • green value is 198;
  • blue value is 142.
RGB:
(144,198,142)
(56%,78%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 142 of 255 = 56%

144
198
142

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

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 142 = 484 (100%)
R 144 of 484 ~ 29.75%
G 198 of 484 ~ 40.91%
B 142 of 484 ~ 29.34%

%29.75
%40.91
%29.34

CMYK color model

#90C68E color CMYK value is (27,0,28,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 22.35%
CMYK:
(27,0,28,22)
C27M0Y28K22 
(27%,0%,28%,22%)
(0.27/0.00/0.28/0.22)	

CMYK percentages

%27.27
%0
%28.28
%22.35

Codes

Color #90C68E in popluar color models

90C68E
RGB144198142
HSL118°32.94%66.67%
HSB/HSV118°28.28%77.65%
CMYK27.27%0.00%28.28%
22.35%

Color #90C68E in popluar number systems.

HEX90C68E
Decimal144198142
Binary100100001100011010001110
Octal220306216

Shades and tints

Shades of #90C68E

#90C68E
(144,198,142)
#83B482
(131,180,130)
#76A276
(118,162,118)
#69906A
(105,144,106)
#5C7E5E
(92,126,94)
#4F6C52
(79,108,82)
#425A46
(66,90,70)
#35483A
(53,72,58)
#28362E
(40,54,46)
#1B2422
(27,36,34)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #90C68E

#90C68E
(144,198,142)
#9ACB98
(154,203,152)
#A4D0A2
(164,208,162)
#AED5AC
(174,213,172)
#B8DAB6
(184,218,182)
#C2DFC0
(194,223,192)
#CCE4CA
(204,228,202)
#D6E9D4
(214,233,212)
#E0EEDE
(224,238,222)
#EAF3E8
(234,243,232)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C68E color. Also use rgb(144,198,142) instead hex code.

Text Font Color

.myTextColor { color: #90C68E; }

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

This text font color is #90C68E.


Background Color

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

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

This div background color is #90C68E.


Border color

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

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

This div border color is #90C68E.


Opacity

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

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

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

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

This text has shadow with #90C68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C68E on black background.


Color preview on white background

This text has color #90C68E on white background.



Black color preview on #90C68E background

This text has black color on #90C68E background.


White color preview on #90C68E background

This text has white color on #90C68E background.