COLOR #90AF55

HEX: #90AF55
RGB: (144,175,85)

Color info

#90AF55 contains mainly red and green colors. Web safe color of #90AF55 is #999966 (or #996).

RGB color model

#90AF55 color RGB value is (144,175,85).

  • red value is 144;
  • green value is 175;
  • blue value is 85.
RGB:
(144,175,85)
(56%,69%,33%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 85 of 255 = 33%

144
175
85

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

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 85 = 404 (100%)
R 144 of 404 ~ 35.64%
G 175 of 404 ~ 43.32%
B 85 of 404 ~ 21.04%

%35.64
%43.32
%21.04

CMYK color model

#90AF55 color CMYK value is (18,0,51,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 31.37%
CMYK:
(18,0,51,31)
C18M0Y51K31 
(18%,0%,51%,31%)
(0.18/0.00/0.51/0.31)	

CMYK percentages

%17.71
%0
%51.43
%31.37

Codes

Color #90AF55 in popluar color models

90AF55
RGB14417585
HSL81°36.00%50.98%
HSB/HSV81°51.43%68.63%
CMYK17.71%0.00%51.43%
31.37%

Color #90AF55 in popluar number systems.

HEX90AF55
Decimal14417585
Binary10010000101011111010101
Octal220257125

Shades and tints

Shades of #90AF55

#90AF55
(144,175,85)
#83A04E
(131,160,78)
#769147
(118,145,71)
#698240
(105,130,64)
#5C7339
(92,115,57)
#4F6432
(79,100,50)
#42552B
(66,85,43)
#354624
(53,70,36)
#28371D
(40,55,29)
#1B2816
(27,40,22)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #90AF55

#90AF55
(144,175,85)
#9AB664
(154,182,100)
#A4BD73
(164,189,115)
#AEC482
(174,196,130)
#B8CB91
(184,203,145)
#C2D2A0
(194,210,160)
#CCD9AF
(204,217,175)
#D6E0BE
(214,224,190)
#E0E7CD
(224,231,205)
#EAEEDC
(234,238,220)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AF55; }

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

This text font color is #90AF55.


Background Color

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

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

This div background color is #90AF55.


Border color

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

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

This div border color is #90AF55.


Opacity

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

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

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

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

This text has shadow with #90AF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF55 on black background.


Color preview on white background

This text has color #90AF55 on white background.



Black color preview on #90AF55 background

This text has black color on #90AF55 background.


White color preview on #90AF55 background

This text has white color on #90AF55 background.