COLOR #5AB455

HEX: #5AB455
RGB: (90,180,85)

Color info

#5AB455 contains mainly green color. Web safe color of #5AB455 is #66CC66 (or #6C6).

RGB color model

#5AB455 color RGB value is (90,180,85).

  • red value is 90;
  • green value is 180;
  • blue value is 85.
RGB:
(90,180,85)
(35%,71%,33%)

RGB channels and saturation

R 90 of 255 = 35%
G 180 of 255 = 71%
B 85 of 255 = 33%

90
180
85

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

Portions of RGB colors in percentages

R + G + B =
90 + 180 + 85 = 355 (100%)
R 90 of 355 ~ 25.35%
G 180 of 355 ~ 50.7%
B 85 of 355 ~ 23.94%

%25.35
%50.7
%23.94

CMYK color model

#5AB455 color CMYK value is (50,0,53,29).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 29.41%
CMYK:
(50,0,53,29)
C50M0Y53K29 
(50%,0%,53%,29%)
(0.50/0.00/0.53/0.29)	

CMYK percentages

%50
%0
%52.78
%29.41

Codes

Color #5AB455 in popluar color models

5AB455
RGB9018085
HSL117°38.78%51.96%
HSB/HSV117°52.78%70.59%
CMYK50.00%0.00%52.78%
29.41%

Color #5AB455 in popluar number systems.

HEX5AB455
Decimal9018085
Binary1011010101101001010101
Octal132264125

Shades and tints

Shades of #5AB455

#5AB455
(90,180,85)
#52A44E
(82,164,78)
#4A9447
(74,148,71)
#428440
(66,132,64)
#3A7439
(58,116,57)
#326432
(50,100,50)
#2A542B
(42,84,43)
#224424
(34,68,36)
#1A341D
(26,52,29)
#122416
(18,36,22)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5AB455

#5AB455
(90,180,85)
#69BA64
(105,186,100)
#78C073
(120,192,115)
#87C682
(135,198,130)
#96CC91
(150,204,145)
#A5D2A0
(165,210,160)
#B4D8AF
(180,216,175)
#C3DEBE
(195,222,190)
#D2E4CD
(210,228,205)
#E1EADC
(225,234,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB455 color. Also use rgb(90,180,85) instead hex code.

Text Font Color

.myTextColor { color: #5AB455; }

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

This text font color is #5AB455.


Background Color

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

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

This div background color is #5AB455.


Border color

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

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

This div border color is #5AB455.


Opacity

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

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

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

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

This text has shadow with #5AB455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB455 on black background.


Color preview on white background

This text has color #5AB455 on white background.



Black color preview on #5AB455 background

This text has black color on #5AB455 background.


White color preview on #5AB455 background

This text has white color on #5AB455 background.