COLOR #5AB216

HEX: #5AB216
RGB: (90,178,22)

Color info

#5AB216 contains mainly green color. Web safe color of #5AB216 is #669900 (or #690).

RGB color model

#5AB216 color RGB value is (90,178,22).

  • red value is 90;
  • green value is 178;
  • blue value is 22.
RGB:
(90,178,22)
(35%,70%,9%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 22 of 255 = 9%

90
178
22

R + G + B ~ 38%. #5AB216 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 178 + 22 = 290 (100%)
R 90 of 290 ~ 31.03%
G 178 of 290 ~ 61.38%
B 22 of 290 ~ 7.59%

%31.03
%61.38

CMYK color model

#5AB216 color CMYK value is (49,0,88,30).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 87.64%
  • key color value is 30.20%
CMYK:
(49,0,88,30)
C49M0Y88K30 
(49%,0%,88%,30%)
(0.49/0.00/0.88/0.30)	

CMYK percentages

%49.44
%0
%87.64
%30.2

Codes

Color #5AB216 in popluar color models

5AB216
RGB9017822
HSL94°78.00%39.22%
HSB/HSV94°87.64%69.80%
CMYK49.44%0.00%87.64%
30.20%

Color #5AB216 in popluar number systems.

HEX5AB216
Decimal9017822
Binary10110101011001010110
Octal13226226

Shades and tints

Shades of #5AB216

#5AB216
(90,178,22)
#52A214
(82,162,20)
#4A9212
(74,146,18)
#428210
(66,130,16)
#3A720E
(58,114,14)
#32620C
(50,98,12)
#2A520A
(42,82,10)
#224208
(34,66,8)
#1A3206
(26,50,6)
#122204
(18,34,4)
#0A1202
(10,18,2)
#000000
(0,0,0)

Tints of #5AB216

#5AB216
(90,178,22)
#69B92B
(105,185,43)
#78C040
(120,192,64)
#87C755
(135,199,85)
#96CE6A
(150,206,106)
#A5D57F
(165,213,127)
#B4DC94
(180,220,148)
#C3E3A9
(195,227,169)
#D2EABE
(210,234,190)
#E1F1D3
(225,241,211)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB216 color. Also use rgb(90,178,22) instead hex code.

Text Font Color

.myTextColor { color: #5AB216; }

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

This text font color is #5AB216.


Background Color

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

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

This div background color is #5AB216.


Border color

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

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

This div border color is #5AB216.


Opacity

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

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

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

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

This text has shadow with #5AB216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB216 on black background.


Color preview on white background

This text has color #5AB216 on white background.



Black color preview on #5AB216 background

This text has black color on #5AB216 background.


White color preview on #5AB216 background

This text has white color on #5AB216 background.