COLOR #90BF5A

HEX: #90BF5A
RGB: (144,191,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 90 of 255 = 35%

144
191
90

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

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 90 = 425 (100%)
R 144 of 425 ~ 33.88%
G 191 of 425 ~ 44.94%
B 90 of 425 ~ 21.18%

%33.88
%44.94
%21.18

CMYK color model

#90BF5A color CMYK value is (25,0,53,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 52.88%
  • key color value is 25.10%
CMYK:
(25,0,53,25)
C25M0Y53K25 
(25%,0%,53%,25%)
(0.25/0.00/0.53/0.25)	

CMYK percentages

%24.61
%0
%52.88
%25.1

Codes

Color #90BF5A in popluar color models

90BF5A
RGB14419190
HSL88°44.10%55.10%
HSB/HSV88°52.88%74.90%
CMYK24.61%0.00%52.88%
25.10%

Color #90BF5A in popluar number systems.

HEX90BF5A
Decimal14419190
Binary10010000101111111011010
Octal220277132

Shades and tints

Shades of #90BF5A

#90BF5A
(144,191,90)
#83AE52
(131,174,82)
#769D4A
(118,157,74)
#698C42
(105,140,66)
#5C7B3A
(92,123,58)
#4F6A32
(79,106,50)
#42592A
(66,89,42)
#354822
(53,72,34)
#28371A
(40,55,26)
#1B2612
(27,38,18)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #90BF5A

#90BF5A
(144,191,90)
#9AC469
(154,196,105)
#A4C978
(164,201,120)
#AECE87
(174,206,135)
#B8D396
(184,211,150)
#C2D8A5
(194,216,165)
#CCDDB4
(204,221,180)
#D6E2C3
(214,226,195)
#E0E7D2
(224,231,210)
#EAECE1
(234,236,225)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BF5A; }

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

This text font color is #90BF5A.


Background Color

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

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

This div background color is #90BF5A.


Border color

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

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

This div border color is #90BF5A.


Opacity

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

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

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

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

This text has shadow with #90BF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BF5A on black background.


Color preview on white background

This text has color #90BF5A on white background.



Black color preview on #90BF5A background

This text has black color on #90BF5A background.


White color preview on #90BF5A background

This text has white color on #90BF5A background.