COLOR #90BF6D

HEX: #90BF6D
RGB: (144,191,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 109 of 255 = 43%

144
191
109

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

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 109 = 444 (100%)
R 144 of 444 ~ 32.43%
G 191 of 444 ~ 43.02%
B 109 of 444 ~ 24.55%

%32.43
%43.02
%24.55

CMYK color model

#90BF6D color CMYK value is (25,0,43,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 25.10%
CMYK:
(25,0,43,25)
C25M0Y43K25 
(25%,0%,43%,25%)
(0.25/0.00/0.43/0.25)	

CMYK percentages

%24.61
%0
%42.93
%25.1

Codes

Color #90BF6D in popluar color models

90BF6D
RGB144191109
HSL94°39.05%58.82%
HSB/HSV94°42.93%74.90%
CMYK24.61%0.00%42.93%
25.10%

Color #90BF6D in popluar number systems.

HEX90BF6D
Decimal144191109
Binary10010000101111111101101
Octal220277155

Shades and tints

Shades of #90BF6D

#90BF6D
(144,191,109)
#83AE64
(131,174,100)
#769D5B
(118,157,91)
#698C52
(105,140,82)
#5C7B49
(92,123,73)
#4F6A40
(79,106,64)
#425937
(66,89,55)
#35482E
(53,72,46)
#283725
(40,55,37)
#1B261C
(27,38,28)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #90BF6D

#90BF6D
(144,191,109)
#9AC47A
(154,196,122)
#A4C987
(164,201,135)
#AECE94
(174,206,148)
#B8D3A1
(184,211,161)
#C2D8AE
(194,216,174)
#CCDDBB
(204,221,187)
#D6E2C8
(214,226,200)
#E0E7D5
(224,231,213)
#EAECE2
(234,236,226)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BF6D; }

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

This text font color is #90BF6D.


Background Color

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

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

This div background color is #90BF6D.


Border color

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

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

This div border color is #90BF6D.


Opacity

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

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

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

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

This text has shadow with #90BF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BF6D on black background.


Color preview on white background

This text has color #90BF6D on white background.



Black color preview on #90BF6D background

This text has black color on #90BF6D background.


White color preview on #90BF6D background

This text has white color on #90BF6D background.