COLOR #5AB20F

HEX: #5AB20F RGB: (90,178,15)

Color info

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

RGB color model

#5AB20F color RGB value is (90,178,15).

RGB: (90,178,15) (35%, 70%, 6%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 15 of 255 = 6%

90
178
15

R + G + B ~ 37%. #5AB20F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 178 + 15 = 283 (100%)
R 90 of 283 ~ 31.8%
G 178 of 283 ~ 62.9%
B 15 of 283 ~ 5.3'%

%31.8
%62.9

CMYK color model

#5AB20F color CMYK value is (49,0,92,30).

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

CMYK: (49,0,92,30)
C49M0Y92K30 (49%, 0%, 92%, 30%)
(0.49 / 0.00 / 0.92 / 0.30)

CMYK percentages

%49.44
%0
%91.57
%30.2

Codes

Color #5AB20F in popluar color models

5A B2 0F
RGB 90 178 15
HSL 92° 84.46% 37.84%
HSB/HSV 92° 91.57% 69.80%
CMYK 49.44% 0.00% 91.57%
30.20%

Color #5AB20F in popluar number systems.

HEX 5A B2 0F
Decimal 90 178 15
Binary 1011010 10110010 1111
Octal 132 262 17

Shades and tints

Shades of #5AB20F

#5AB20F
(90,178,15)
#52A20E
(82,162,14)
#4A920D
(74,146,13)
#42820C
(66,130,12)
#3A720B
(58,114,11)
#32620A
(50,98,10)
#2A5209
(42,82,9)
#224208
(34,66,8)
#1A3207
(26,50,7)
#122206
(18,34,6)
#0A1205
(10,18,5)
#000000
(0,0,0)

Tints of #5AB20F

#5AB20F
(90,178,15)
#69B924
(105,185,36)
#78C039
(120,192,57)
#87C74E
(135,199,78)
#96CE63
(150,206,99)
#A5D578
(165,213,120)
#B4DC8D
(180,220,141)
#C3E3A2
(195,227,162)
#D2EAB7
(210,234,183)
#E1F1CC
(225,241,204)
#F0F8E1
(240,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB20F; }

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

This text font color is #5AB20F.

Background Color

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

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

This div background color is #5AB20F.

Border color

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

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

This div border color is #5AB20F.

Opacity

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

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

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

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

This text has shadow with #5AB20F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB20F.

Preview

Color preview on black background

This text has color #5AB20F on black background.


Color preview on white background

This text has color #5AB20F on white background.


Black color preview on #5AB20F background

This text has black color on #5AB20F background.


White color preview on #5AB20F background

This text has white color on #5AB20F background.


Related colors

Complementary color

Complementary color for #hex is #A54DF0.


I love getcolorcode.com

Triadic colors

1 #0F5AB2 and #B20F5A with #5AB20F are triadic colors.

2 #0FB25A and #B25A0F with #5AB20F are triadic colors.