COLOR #90C961

HEX: #90C961
RGB: (144,201,97)

Color info

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

RGB color model

#90C961 color RGB value is (144,201,97).

  • red value is 144;
  • green value is 201;
  • blue value is 97.
RGB:
(144,201,97)
(56%,79%,38%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 97 of 255 = 38%

144
201
97

R + G + B ~ 58%. #90C961 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 201 + 97 = 442 (100%)
R 144 of 442 ~ 32.58%
G 201 of 442 ~ 45.48%
B 97 of 442 ~ 21.95%

%32.58
%45.48
%21.95

CMYK color model

#90C961 color CMYK value is (28,0,52,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 21.18%
CMYK:
(28,0,52,21)
C28M0Y52K21 
(28%,0%,52%,21%)
(0.28/0.00/0.52/0.21)	

CMYK percentages

%28.36
%0
%51.74
%21.18

Codes

Color #90C961 in popluar color models

90C961
RGB14420197
HSL93°49.06%58.43%
HSB/HSV93°51.74%78.82%
CMYK28.36%0.00%51.74%
21.18%

Color #90C961 in popluar number systems.

HEX90C961
Decimal14420197
Binary10010000110010011100001
Octal220311141

Shades and tints

Shades of #90C961

#90C961
(144,201,97)
#83B759
(131,183,89)
#76A551
(118,165,81)
#699349
(105,147,73)
#5C8141
(92,129,65)
#4F6F39
(79,111,57)
#425D31
(66,93,49)
#354B29
(53,75,41)
#283921
(40,57,33)
#1B2719
(27,39,25)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90C961

#90C961
(144,201,97)
#9ACD6F
(154,205,111)
#A4D17D
(164,209,125)
#AED58B
(174,213,139)
#B8D999
(184,217,153)
#C2DDA7
(194,221,167)
#CCE1B5
(204,225,181)
#D6E5C3
(214,229,195)
#E0E9D1
(224,233,209)
#EAEDDF
(234,237,223)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C961 color. Also use rgb(144,201,97) instead hex code.

Text Font Color

.myTextColor { color: #90C961; }

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

This text font color is #90C961.


Background Color

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

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

This div background color is #90C961.


Border color

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

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

This div border color is #90C961.


Opacity

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

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

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

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

This text has shadow with #90C961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C961 on black background.


Color preview on white background

This text has color #90C961 on white background.



Black color preview on #90C961 background

This text has black color on #90C961 background.


White color preview on #90C961 background

This text has white color on #90C961 background.