COLOR #5AB23D

HEX: #5AB23D RGB: (90,178,61)

Color info

#5AB23D contains mainly green color. Web safe color of #5AB23D is #669933 (or #693).

RGB color model

#5AB23D color RGB value is (90,178,61).

RGB: (90,178,61) (35%, 70%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 61 of 255 = 24%

90
178
61

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

Portions of RGB colors in percentages

R + G + B = 90 + 178 + 61 = 329 (100%)
R 90 of 329 ~ 27.36%
G 178 of 329 ~ 54.1%
B 61 of 329 ~ 18.54'%

%27.36
%54.1
%18.54

CMYK color model

#5AB23D color CMYK value is (49,0,66,30).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 65.73%
  • key color value is 30.20%

CMYK: (49,0,66,30)
C49M0Y66K30 (49%, 0%, 66%, 30%)
(0.49 / 0.00 / 0.66 / 0.30)

CMYK percentages

%49.44
%0
%65.73
%30.2

Codes

Color #5AB23D in popluar color models

5A B2 3D
RGB 90 178 61
HSL 105° 48.95% 46.86%
HSB/HSV 105° 65.73% 69.80%
CMYK 49.44% 0.00% 65.73%
30.20%

Color #5AB23D in popluar number systems.

HEX 5A B2 3D
Decimal 90 178 61
Binary 1011010 10110010 111101
Octal 132 262 75

Shades and tints

Shades of #5AB23D

#5AB23D
(90,178,61)
#52A238
(82,162,56)
#4A9233
(74,146,51)
#42822E
(66,130,46)
#3A7229
(58,114,41)
#326224
(50,98,36)
#2A521F
(42,82,31)
#22421A
(34,66,26)
#1A3215
(26,50,21)
#122210
(18,34,16)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #5AB23D

#5AB23D
(90,178,61)
#69B94E
(105,185,78)
#78C05F
(120,192,95)
#87C770
(135,199,112)
#96CE81
(150,206,129)
#A5D592
(165,213,146)
#B4DCA3
(180,220,163)
#C3E3B4
(195,227,180)
#D2EAC5
(210,234,197)
#E1F1D6
(225,241,214)
#F0F8E7
(240,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB23D; }

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

This text font color is #5AB23D.

Background Color

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

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

This div background color is #5AB23D.

Border color

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

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

This div border color is #5AB23D.

Opacity

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

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

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

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

This text has shadow with #5AB23D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB23D.

Preview

Color preview on black background

This text has color #5AB23D on black background.


Color preview on white background

This text has color #5AB23D on white background.


Black color preview on #5AB23D background

This text has black color on #5AB23D background.


White color preview on #5AB23D background

This text has white color on #5AB23D background.


Related colors

Complementary color

Complementary color for #hex is #A54DC2.


I love getcolorcode.com

Triadic colors

1 #3D5AB2 and #B23D5A with #5AB23D are triadic colors.

2 #3DB25A and #B25A3D with #5AB23D are triadic colors.