COLOR #5AB96B

HEX: #5AB96B
RGB: (90,185,107)

Color info

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

RGB color model

#5AB96B color RGB value is (90,185,107).

  • red value is 90;
  • green value is 185;
  • blue value is 107.
RGB:
(90,185,107)
(35%,73%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 185 of 255 = 73%
B 107 of 255 = 42%

90
185
107

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

Portions of RGB colors in percentages

R + G + B =
90 + 185 + 107 = 382 (100%)
R 90 of 382 ~ 23.56%
G 185 of 382 ~ 48.43%
B 107 of 382 ~ 28.01%

%23.56
%48.43
%28.01

CMYK color model

#5AB96B color CMYK value is (51,0,42,27).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 27.45%
CMYK:
(51,0,42,27)
C51M0Y42K27 
(51%,0%,42%,27%)
(0.51/0.00/0.42/0.27)	

CMYK percentages

%51.35
%0
%42.16
%27.45

Codes

Color #5AB96B in popluar color models

5AB96B
RGB90185107
HSL131°40.43%53.92%
HSB/HSV131°51.35%72.55%
CMYK51.35%0.00%42.16%
27.45%

Color #5AB96B in popluar number systems.

HEX5AB96B
Decimal90185107
Binary1011010101110011101011
Octal132271153

Shades and tints

Shades of #5AB96B

#5AB96B
(90,185,107)
#52A962
(82,169,98)
#4A9959
(74,153,89)
#428950
(66,137,80)
#3A7947
(58,121,71)
#32693E
(50,105,62)
#2A5935
(42,89,53)
#22492C
(34,73,44)
#1A3923
(26,57,35)
#12291A
(18,41,26)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #5AB96B

#5AB96B
(90,185,107)
#69BF78
(105,191,120)
#78C585
(120,197,133)
#87CB92
(135,203,146)
#96D19F
(150,209,159)
#A5D7AC
(165,215,172)
#B4DDB9
(180,221,185)
#C3E3C6
(195,227,198)
#D2E9D3
(210,233,211)
#E1EFE0
(225,239,224)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB96B color. Also use rgb(90,185,107) instead hex code.

Text Font Color

.myTextColor { color: #5AB96B; }

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

This text font color is #5AB96B.


Background Color

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

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

This div background color is #5AB96B.


Border color

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

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

This div border color is #5AB96B.


Opacity

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

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

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

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

This text has shadow with #5AB96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB96B on black background.


Color preview on white background

This text has color #5AB96B on white background.



Black color preview on #5AB96B background

This text has black color on #5AB96B background.


White color preview on #5AB96B background

This text has white color on #5AB96B background.