COLOR #5AB648

HEX: #5AB648
RGB: (90,182,72)

Color info

#5AB648 contains mainly green color. Web safe color of #5AB648 is #66CC33 (or #6C3).

RGB color model

#5AB648 color RGB value is (90,182,72).

  • red value is 90;
  • green value is 182;
  • blue value is 72.
RGB:
(90,182,72)
(35%,71%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 182 of 255 = 71%
B 72 of 255 = 28%

90
182
72

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

Portions of RGB colors in percentages

R + G + B =
90 + 182 + 72 = 344 (100%)
R 90 of 344 ~ 26.16%
G 182 of 344 ~ 52.91%
B 72 of 344 ~ 20.93%

%26.16
%52.91
%20.93

CMYK color model

#5AB648 color CMYK value is (51,0,60,29).

  • cyan value is 50.55%
  • magenta value is 0.00%
  • yellow value is 60.44%
  • key color value is 28.63%
CMYK:
(51,0,60,29)
C51M0Y60K29 
(51%,0%,60%,29%)
(0.51/0.00/0.60/0.29)	

CMYK percentages

%50.55
%0
%60.44
%28.63

Codes

Color #5AB648 in popluar color models

5AB648
RGB9018272
HSL110°43.31%49.80%
HSB/HSV110°60.44%71.37%
CMYK50.55%0.00%60.44%
28.63%

Color #5AB648 in popluar number systems.

HEX5AB648
Decimal9018272
Binary1011010101101101001000
Octal132266110

Shades and tints

Shades of #5AB648

#5AB648
(90,182,72)
#52A642
(82,166,66)
#4A963C
(74,150,60)
#428636
(66,134,54)
#3A7630
(58,118,48)
#32662A
(50,102,42)
#2A5624
(42,86,36)
#22461E
(34,70,30)
#1A3618
(26,54,24)
#122612
(18,38,18)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #5AB648

#5AB648
(90,182,72)
#69BC58
(105,188,88)
#78C268
(120,194,104)
#87C878
(135,200,120)
#96CE88
(150,206,136)
#A5D498
(165,212,152)
#B4DAA8
(180,218,168)
#C3E0B8
(195,224,184)
#D2E6C8
(210,230,200)
#E1ECD8
(225,236,216)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB648 color. Also use rgb(90,182,72) instead hex code.

Text Font Color

.myTextColor { color: #5AB648; }

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

This text font color is #5AB648.


Background Color

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

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

This div background color is #5AB648.


Border color

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

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

This div border color is #5AB648.


Opacity

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

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

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

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

This text has shadow with #5AB648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB648 on black background.


Color preview on white background

This text has color #5AB648 on white background.



Black color preview on #5AB648 background

This text has black color on #5AB648 background.


White color preview on #5AB648 background

This text has white color on #5AB648 background.