COLOR #5AA263

HEX: #5AA263
RGB: (90,162,99)

Color info

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

RGB color model

#5AA263 color RGB value is (90,162,99).

  • red value is 90;
  • green value is 162;
  • blue value is 99.
RGB:
(90,162,99)
(35%,64%,39%)

RGB channels and saturation

R 90 of 255 = 35%
G 162 of 255 = 64%
B 99 of 255 = 39%

90
162
99

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

Portions of RGB colors in percentages

R + G + B =
90 + 162 + 99 = 351 (100%)
R 90 of 351 ~ 25.64%
G 162 of 351 ~ 46.15%
B 99 of 351 ~ 28.21%

%25.64
%46.15
%28.21

CMYK color model

#5AA263 color CMYK value is (44,0,39,36).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(44,0,39,36)
C44M0Y39K36 
(44%,0%,39%,36%)
(0.44/0.00/0.39/0.36)	

CMYK percentages

%44.44
%0
%38.89
%36.47

Codes

Color #5AA263 in popluar color models

5AA263
RGB9016299
HSL128°28.57%49.41%
HSB/HSV128°44.44%63.53%
CMYK44.44%0.00%38.89%
36.47%

Color #5AA263 in popluar number systems.

HEX5AA263
Decimal9016299
Binary1011010101000101100011
Octal132242143

Shades and tints

Shades of #5AA263

#5AA263
(90,162,99)
#52945A
(82,148,90)
#4A8651
(74,134,81)
#427848
(66,120,72)
#3A6A3F
(58,106,63)
#325C36
(50,92,54)
#2A4E2D
(42,78,45)
#224024
(34,64,36)
#1A321B
(26,50,27)
#122412
(18,36,18)
#0A1609
(10,22,9)
#000000
(0,0,0)

Tints of #5AA263

#5AA263
(90,162,99)
#69AA71
(105,170,113)
#78B27F
(120,178,127)
#87BA8D
(135,186,141)
#96C29B
(150,194,155)
#A5CAA9
(165,202,169)
#B4D2B7
(180,210,183)
#C3DAC5
(195,218,197)
#D2E2D3
(210,226,211)
#E1EAE1
(225,234,225)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA263 color. Also use rgb(90,162,99) instead hex code.

Text Font Color

.myTextColor { color: #5AA263; }

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

This text font color is #5AA263.


Background Color

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

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

This div background color is #5AA263.


Border color

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

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

This div border color is #5AA263.


Opacity

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

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

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

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

This text has shadow with #5AA263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA263 on black background.


Color preview on white background

This text has color #5AA263 on white background.



Black color preview on #5AA263 background

This text has black color on #5AA263 background.


White color preview on #5AA263 background

This text has white color on #5AA263 background.