COLOR #5AA719

HEX: #5AA719 RGB: (90,167,25)

Color info

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

RGB color model

#5AA719 color RGB value is (90,167,25).

RGB: (90,167,25) (35%, 65%, 10%)

RGB channels and saturation

R 90 of 255 = 35%
G 167 of 255 = 65%
B 25 of 255 = 10%

90
167
25

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

Portions of RGB colors in percentages

R + G + B = 90 + 167 + 25 = 282 (100%)
R 90 of 282 ~ 31.91%
G 167 of 282 ~ 59.22%
B 25 of 282 ~ 8.87'%

%31.91
%59.22

CMYK color model

#5AA719 color CMYK value is (46,0,85,35).

  • cyan value is 46.11%
  • magenta value is 0.00%
  • yellow value is 85.03%
  • key color value is 34.51%
CMYK: (46,0,85,35) C46M0Y85K35 (46%,0%,85%,35%) (0.46/0.00/0.85/0.35) 

CMYK percentages

%46.11
%0
%85.03
%34.51

Codes

Color #5AA719 in popluar color models

5A A7 19
RGB 90 167 25
HSL 93° 73.96% 37.65%
HSB/HSV 93° 85.03% 65.49%
CMYK 46.11% 0.00% 85.03%
34.51%

Color #5AA719 in popluar number systems.

HEX 5A A7 19
Decimal 90 167 25
Binary 1011010 10100111 11001
Octal 132 247 31

Shades and tints

Shades of #5AA719

#5AA719
(90,167,25)
#529817
(82,152,23)
#4A8915
(74,137,21)
#427A13
(66,122,19)
#3A6B11
(58,107,17)
#325C0F
(50,92,15)
#2A4D0D
(42,77,13)
#223E0B
(34,62,11)
#1A2F09
(26,47,9)
#122007
(18,32,7)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #5AA719

#5AA719
(90,167,25)
#69AF2D
(105,175,45)
#78B741
(120,183,65)
#87BF55
(135,191,85)
#96C769
(150,199,105)
#A5CF7D
(165,207,125)
#B4D791
(180,215,145)
#C3DFA5
(195,223,165)
#D2E7B9
(210,231,185)
#E1EFCD
(225,239,205)
#F0F7E1
(240,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA719 color. Also use rgb(90,167,25) instead hex code.

Text Font Color

.myTextColor { color: #5AA719; }

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

This text font color is #5AA719.

Background Color

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

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

This div background color is #5AA719.

Border color

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

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

This div border color is #5AA719.

Opacity

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

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

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

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

This text has shadow with #5AA719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA719.

Preview

Color preview on black background

This text has color #5AA719 on black background.


Color preview on white background

This text has color #5AA719 on white background.


Black color preview on #5AA719 background

This text has black color on #5AA719 background.


White color preview on #5AA719 background

This text has white color on #5AA719 background.


Related colors

Complementary color

Complementary color for #hex is #A558E6.


I love getcolorcode.com

Triadic colors

1 #195AA7 and #A7195A with #5AA719 are triadic colors.

2 #19A75A and #A75A19 with #5AA719 are triadic colors.