COLOR #90BE7E

HEX: #90BE7E RGB: (144,190,126)

Color info

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

RGB color model

#90BE7E color RGB value is (144,190,126).

RGB: (144,190,126) (56%, 75%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 190 of 255 = 75%
B 126 of 255 = 49%

144
190
126

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

Portions of RGB colors in percentages

R + G + B = 144 + 190 + 126 = 460 (100%)
R 144 of 460 ~ 31.3%
G 190 of 460 ~ 41.3%
B 126 of 460 ~ 27.39'%

%31.3
%41.3
%27.39

CMYK color model

#90BE7E color CMYK value is (24,0,34,25).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK: (24,0,34,25) C24M0Y34K25 (24%,0%,34%,25%) (0.24/0.00/0.34/0.25) 

CMYK percentages

%24.21
%0
%33.68
%25.49

Codes

Color #90BE7E in popluar color models

90 BE 7E
RGB 144 190 126
HSL 103° 32.99% 61.96%
HSB/HSV 103° 33.68% 74.51%
CMYK 24.21% 0.00% 33.68%
25.49%

Color #90BE7E in popluar number systems.

HEX 90 BE 7E
Decimal 144 190 126
Binary 10010000 10111110 1111110
Octal 220 276 176

Shades and tints

Shades of #90BE7E

#90BE7E
(144,190,126)
#83AD73
(131,173,115)
#769C68
(118,156,104)
#698B5D
(105,139,93)
#5C7A52
(92,122,82)
#4F6947
(79,105,71)
#42583C
(66,88,60)
#354731
(53,71,49)
#283626
(40,54,38)
#1B251B
(27,37,27)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #90BE7E

#90BE7E
(144,190,126)
#9AC389
(154,195,137)
#A4C894
(164,200,148)
#AECD9F
(174,205,159)
#B8D2AA
(184,210,170)
#C2D7B5
(194,215,181)
#CCDCC0
(204,220,192)
#D6E1CB
(214,225,203)
#E0E6D6
(224,230,214)
#EAEBE1
(234,235,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BE7E; }

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

This text font color is #90BE7E.

Background Color

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

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

This div background color is #90BE7E.

Border color

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

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

This div border color is #90BE7E.

Opacity

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

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

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

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

This text has shadow with #90BE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BE7E.

Preview

Color preview on black background

This text has color #90BE7E on black background.


Color preview on white background

This text has color #90BE7E on white background.


Black color preview on #90BE7E background

This text has black color on #90BE7E background.


White color preview on #90BE7E background

This text has white color on #90BE7E background.


Related colors

Complementary color

Complementary color for #hex is #6F4181.


I love getcolorcode.com

Triadic colors

1 #7E90BE and #BE7E90 with #90BE7E are triadic colors.

2 #7EBE90 and #BE907E with #90BE7E are triadic colors.