COLOR #90AF60

HEX: #90AF60
RGB: (144,175,96)

Color info

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

RGB color model

#90AF60 color RGB value is (144,175,96).

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

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 96 of 255 = 38%

144
175
96

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

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 96 = 415 (100%)
R 144 of 415 ~ 34.7%
G 175 of 415 ~ 42.17%
B 96 of 415 ~ 23.13%

%34.7
%42.17
%23.13

CMYK color model

#90AF60 color CMYK value is (18,0,45,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%
CMYK:
(18,0,45,31)
C18M0Y45K31 
(18%,0%,45%,31%)
(0.18/0.00/0.45/0.31)	

CMYK percentages

%17.71
%0
%45.14
%31.37

Codes

Color #90AF60 in popluar color models

90AF60
RGB14417596
HSL84°33.05%53.14%
HSB/HSV84°45.14%68.63%
CMYK17.71%0.00%45.14%
31.37%

Color #90AF60 in popluar number systems.

HEX90AF60
Decimal14417596
Binary10010000101011111100000
Octal220257140

Shades and tints

Shades of #90AF60

#90AF60
(144,175,96)
#83A058
(131,160,88)
#769150
(118,145,80)
#698248
(105,130,72)
#5C7340
(92,115,64)
#4F6438
(79,100,56)
#425530
(66,85,48)
#354628
(53,70,40)
#283720
(40,55,32)
#1B2818
(27,40,24)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #90AF60

#90AF60
(144,175,96)
#9AB66E
(154,182,110)
#A4BD7C
(164,189,124)
#AEC48A
(174,196,138)
#B8CB98
(184,203,152)
#C2D2A6
(194,210,166)
#CCD9B4
(204,217,180)
#D6E0C2
(214,224,194)
#E0E7D0
(224,231,208)
#EAEEDE
(234,238,222)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AF60; }

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

This text font color is #90AF60.


Background Color

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

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

This div background color is #90AF60.


Border color

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

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

This div border color is #90AF60.


Opacity

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

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

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

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

This text has shadow with #90AF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF60 on black background.


Color preview on white background

This text has color #90AF60 on white background.



Black color preview on #90AF60 background

This text has black color on #90AF60 background.


White color preview on #90AF60 background

This text has white color on #90AF60 background.