COLOR #90AC4C

HEX: #90AC4C
RGB: (144,172,76)

Color info

#90AC4C contains mainly red and green colors. Web safe color of #90AC4C is #999933 (or #993).

RGB color model

#90AC4C color RGB value is (144,172,76).

  • red value is 144;
  • green value is 172;
  • blue value is 76.
RGB:
(144,172,76)
(56%,67%,30%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 76 of 255 = 30%

144
172
76

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 76 = 392 (100%)
R 144 of 392 ~ 36.73%
G 172 of 392 ~ 43.88%
B 76 of 392 ~ 19.39%

%36.73
%43.88
%19.39

CMYK color model

#90AC4C color CMYK value is (16,0,56,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 32.55%
CMYK:
(16,0,56,33)
C16M0Y56K33 
(16%,0%,56%,33%)
(0.16/0.00/0.56/0.33)	

CMYK percentages

%16.28
%0
%55.81
%32.55

Codes

Color #90AC4C in popluar color models

90AC4C
RGB14417276
HSL78°38.71%48.63%
HSB/HSV78°55.81%67.45%
CMYK16.28%0.00%55.81%
32.55%

Color #90AC4C in popluar number systems.

HEX90AC4C
Decimal14417276
Binary10010000101011001001100
Octal220254114

Shades and tints

Shades of #90AC4C

#90AC4C
(144,172,76)
#839D46
(131,157,70)
#768E40
(118,142,64)
#697F3A
(105,127,58)
#5C7034
(92,112,52)
#4F612E
(79,97,46)
#425228
(66,82,40)
#354322
(53,67,34)
#28341C
(40,52,28)
#1B2516
(27,37,22)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90AC4C

#90AC4C
(144,172,76)
#9AB35C
(154,179,92)
#A4BA6C
(164,186,108)
#AEC17C
(174,193,124)
#B8C88C
(184,200,140)
#C2CF9C
(194,207,156)
#CCD6AC
(204,214,172)
#D6DDBC
(214,221,188)
#E0E4CC
(224,228,204)
#EAEBDC
(234,235,220)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC4C; }

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

This text font color is #90AC4C.


Background Color

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

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

This div background color is #90AC4C.


Border color

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

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

This div border color is #90AC4C.


Opacity

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

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

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

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

This text has shadow with #90AC4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC4C on black background.


Color preview on white background

This text has color #90AC4C on white background.



Black color preview on #90AC4C background

This text has black color on #90AC4C background.


White color preview on #90AC4C background

This text has white color on #90AC4C background.