COLOR #90BF7C

HEX: #90BF7C
RGB: (144,191,124)

Color info

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

RGB color model

#90BF7C color RGB value is (144,191,124).

  • red value is 144;
  • green value is 191;
  • blue value is 124.
RGB:
(144,191,124)
(56%,75%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 124 of 255 = 49%

144
191
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 124 = 459 (100%)
R 144 of 459 ~ 31.37%
G 191 of 459 ~ 41.61%
B 124 of 459 ~ 27.02%

%31.37
%41.61
%27.02

CMYK color model

#90BF7C color CMYK value is (25,0,35,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 35.08%
  • key color value is 25.10%
CMYK:
(25,0,35,25)
C25M0Y35K25 
(25%,0%,35%,25%)
(0.25/0.00/0.35/0.25)	

CMYK percentages

%24.61
%0
%35.08
%25.1

Codes

Color #90BF7C in popluar color models

90BF7C
RGB144191124
HSL102°34.36%61.76%
HSB/HSV102°35.08%74.90%
CMYK24.61%0.00%35.08%
25.10%

Color #90BF7C in popluar number systems.

HEX90BF7C
Decimal144191124
Binary10010000101111111111100
Octal220277174

Shades and tints

Shades of #90BF7C

#90BF7C
(144,191,124)
#83AE71
(131,174,113)
#769D66
(118,157,102)
#698C5B
(105,140,91)
#5C7B50
(92,123,80)
#4F6A45
(79,106,69)
#42593A
(66,89,58)
#35482F
(53,72,47)
#283724
(40,55,36)
#1B2619
(27,38,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #90BF7C

#90BF7C
(144,191,124)
#9AC487
(154,196,135)
#A4C992
(164,201,146)
#AECE9D
(174,206,157)
#B8D3A8
(184,211,168)
#C2D8B3
(194,216,179)
#CCDDBE
(204,221,190)
#D6E2C9
(214,226,201)
#E0E7D4
(224,231,212)
#EAECDF
(234,236,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BF7C color. Also use rgb(144,191,124) instead hex code.

Text Font Color

.myTextColor { color: #90BF7C; }

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

This text font color is #90BF7C.


Background Color

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

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

This div background color is #90BF7C.


Border color

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

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

This div border color is #90BF7C.


Opacity

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

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

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

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

This text has shadow with #90BF7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BF7C on black background.


Color preview on white background

This text has color #90BF7C on white background.



Black color preview on #90BF7C background

This text has black color on #90BF7C background.


White color preview on #90BF7C background

This text has white color on #90BF7C background.