COLOR #5AA65C

HEX: #5AA65C
RGB: (90,166,92)

Color info

#5AA65C contains mainly green color. Web safe color of #5AA65C is #669966 (or #696).

RGB color model

#5AA65C color RGB value is (90,166,92).

  • red value is 90;
  • green value is 166;
  • blue value is 92.
RGB:
(90,166,92)
(35%,65%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 166 of 255 = 65%
B 92 of 255 = 36%

90
166
92

R + G + B ~ 45%. #5AA65C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 166 + 92 = 348 (100%)
R 90 of 348 ~ 25.86%
G 166 of 348 ~ 47.7%
B 92 of 348 ~ 26.44%

%25.86
%47.7
%26.44

CMYK color model

#5AA65C color CMYK value is (46,0,45,35).

  • cyan value is 45.78%
  • magenta value is 0.00%
  • yellow value is 44.58%
  • key color value is 34.90%
CMYK:
(46,0,45,35)
C46M0Y45K35 
(46%,0%,45%,35%)
(0.46/0.00/0.45/0.35)	

CMYK percentages

%45.78
%0
%44.58
%34.9

Codes

Color #5AA65C in popluar color models

5AA65C
RGB9016692
HSL122°29.92%50.20%
HSB/HSV122°45.78%65.10%
CMYK45.78%0.00%44.58%
34.90%

Color #5AA65C in popluar number systems.

HEX5AA65C
Decimal9016692
Binary1011010101001101011100
Octal132246134

Shades and tints

Shades of #5AA65C

#5AA65C
(90,166,92)
#529754
(82,151,84)
#4A884C
(74,136,76)
#427944
(66,121,68)
#3A6A3C
(58,106,60)
#325B34
(50,91,52)
#2A4C2C
(42,76,44)
#223D24
(34,61,36)
#1A2E1C
(26,46,28)
#121F14
(18,31,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #5AA65C

#5AA65C
(90,166,92)
#69AE6A
(105,174,106)
#78B678
(120,182,120)
#87BE86
(135,190,134)
#96C694
(150,198,148)
#A5CEA2
(165,206,162)
#B4D6B0
(180,214,176)
#C3DEBE
(195,222,190)
#D2E6CC
(210,230,204)
#E1EEDA
(225,238,218)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA65C color. Also use rgb(90,166,92) instead hex code.

Text Font Color

.myTextColor { color: #5AA65C; }

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

This text font color is #5AA65C.


Background Color

.myBgColor { background-color: #5AA65C; }

<div style="background-color:#5AA65C">Inner text</div>

This div background color is #5AA65C.


Border color

.myBorderColor { border: 1px solid #5AA65C; }

<div style="border:3px solid #5AA65C">Div</div>

This div border color is #5AA65C.


Opacity

.myOpacity80 { color: #5AA65C; opacity: 0.8; }

<p style="color:#5AA65C;opacity:0.8;">80%</p>

Text with #5AA65C 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 #5AA65C;}

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

This text has shadow with #5AA65C color.

.textShadow {text-shadow: 3px 3px 1px #5AA65C, 3px 3px 1px red;}

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

This text has shadow with #5AA65C primary color and red secondary color.


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

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

This text has shadow with #5AA65C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA65C on black background.


Color preview on white background

This text has color #5AA65C on white background.



Black color preview on #5AA65C background

This text has black color on #5AA65C background.


White color preview on #5AA65C background

This text has white color on #5AA65C background.