COLOR #90BF73

HEX: #90BF73 RGB: (144,191,115)

Color info

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

RGB color model

#90BF73 color RGB value is (144,191,115).

RGB: (144,191,115) (56%, 75%, 45%)

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 115 of 255 = 45%

144
191
115

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

Portions of RGB colors in percentages

R + G + B = 144 + 191 + 115 = 450 (100%)
R 144 of 450 ~ 32%
G 191 of 450 ~ 42.44%
B 115 of 450 ~ 25.56'%

%32
%42.44
%25.56

CMYK color model

#90BF73 color CMYK value is (25,0,40,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK: (25,0,40,25) C25M0Y40K25 (25%,0%,40%,25%) (0.25/0.00/0.40/0.25) 

CMYK percentages

%24.61
%0
%39.79
%25.1

Codes

Color #90BF73 in popluar color models

90 BF 73
RGB 144 191 115
HSL 97° 37.25% 60.00%
HSB/HSV 97° 39.79% 74.90%
CMYK 24.61% 0.00% 39.79%
25.10%

Color #90BF73 in popluar number systems.

HEX 90 BF 73
Decimal 144 191 115
Binary 10010000 10111111 1110011
Octal 220 277 163

Shades and tints

Shades of #90BF73

#90BF73
(144,191,115)
#83AE69
(131,174,105)
#769D5F
(118,157,95)
#698C55
(105,140,85)
#5C7B4B
(92,123,75)
#4F6A41
(79,106,65)
#425937
(66,89,55)
#35482D
(53,72,45)
#283723
(40,55,35)
#1B2619
(27,38,25)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #90BF73

#90BF73
(144,191,115)
#9AC47F
(154,196,127)
#A4C98B
(164,201,139)
#AECE97
(174,206,151)
#B8D3A3
(184,211,163)
#C2D8AF
(194,216,175)
#CCDDBB
(204,221,187)
#D6E2C7
(214,226,199)
#E0E7D3
(224,231,211)
#EAECDF
(234,236,223)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BF73; }

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

This text font color is #90BF73.

Background Color

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

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

This div background color is #90BF73.

Border color

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

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

This div border color is #90BF73.

Opacity

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

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

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

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

This text has shadow with #90BF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BF73.

Preview

Color preview on black background

This text has color #90BF73 on black background.


Color preview on white background

This text has color #90BF73 on white background.


Black color preview on #90BF73 background

This text has black color on #90BF73 background.


White color preview on #90BF73 background

This text has white color on #90BF73 background.


Related colors

Complementary color

Complementary color for #hex is #6F408C.


I love getcolorcode.com

Triadic colors

1 #7390BF and #BF7390 with #90BF73 are triadic colors.

2 #73BF90 and #BF9073 with #90BF73 are triadic colors.