COLOR #90BE65

HEX: #90BE65
RGB: (144,190,101)

Color info

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

RGB color model

#90BE65 color RGB value is (144,190,101).

  • red value is 144;
  • green value is 190;
  • blue value is 101.
RGB:
(144,190,101)
(56%,75%,40%)

RGB channels and saturation

R 144 of 255 = 56%
G 190 of 255 = 75%
B 101 of 255 = 40%

144
190
101

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

Portions of RGB colors in percentages

R + G + B =
144 + 190 + 101 = 435 (100%)
R 144 of 435 ~ 33.1%
G 190 of 435 ~ 43.68%
B 101 of 435 ~ 23.22%

%33.1
%43.68
%23.22

CMYK color model

#90BE65 color CMYK value is (24,0,47,25).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 25.49%
CMYK:
(24,0,47,25)
C24M0Y47K25 
(24%,0%,47%,25%)
(0.24/0.00/0.47/0.25)	

CMYK percentages

%24.21
%0
%46.84
%25.49

Codes

Color #90BE65 in popluar color models

90BE65
RGB144190101
HSL91°40.64%57.06%
HSB/HSV91°46.84%74.51%
CMYK24.21%0.00%46.84%
25.49%

Color #90BE65 in popluar number systems.

HEX90BE65
Decimal144190101
Binary10010000101111101100101
Octal220276145

Shades and tints

Shades of #90BE65

#90BE65
(144,190,101)
#83AD5C
(131,173,92)
#769C53
(118,156,83)
#698B4A
(105,139,74)
#5C7A41
(92,122,65)
#4F6938
(79,105,56)
#42582F
(66,88,47)
#354726
(53,71,38)
#28361D
(40,54,29)
#1B2514
(27,37,20)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #90BE65

#90BE65
(144,190,101)
#9AC373
(154,195,115)
#A4C881
(164,200,129)
#AECD8F
(174,205,143)
#B8D29D
(184,210,157)
#C2D7AB
(194,215,171)
#CCDCB9
(204,220,185)
#D6E1C7
(214,225,199)
#E0E6D5
(224,230,213)
#EAEBE3
(234,235,227)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BE65 color. Also use rgb(144,190,101) instead hex code.

Text Font Color

.myTextColor { color: #90BE65; }

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

This text font color is #90BE65.


Background Color

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

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

This div background color is #90BE65.


Border color

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

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

This div border color is #90BE65.


Opacity

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

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

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

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

This text has shadow with #90BE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BE65 on black background.


Color preview on white background

This text has color #90BE65 on white background.



Black color preview on #90BE65 background

This text has black color on #90BE65 background.


White color preview on #90BE65 background

This text has white color on #90BE65 background.