COLOR #50A909

HEX: #50A909 RGB: (80,169,9)

Color info

#50A909 contains mainly green color. Web safe color of #50A909 is #669900 (or #690).

RGB color model

#50A909 color RGB value is (80,169,9).

RGB: (80,169,9) (31%, 66%, 4%)

RGB channels and saturation

R 80 of 255 = 31%
G 169 of 255 = 66%
B 9 of 255 = 4%

80
169
9

R + G + B ~ 34%. #50A909 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 169 + 9 = 258 (100%)
R 80 of 258 ~ 31.01%
G 169 of 258 ~ 65.5%
B 9 of 258 ~ 3.49'%

%31.01
%65.5

CMYK color model

#50A909 color CMYK value is (53,0,95,34).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 94.67%
  • key color value is 33.73%
CMYK: (53,0,95,34) C53M0Y95K34 (53%,0%,95%,34%) (0.53/0.00/0.95/0.34) 

CMYK percentages

%52.66
%0
%94.67
%33.73

Codes

Color #50A909 in popluar color models

50 A9 09
RGB 80 169 9
HSL 93° 89.89% 34.90%
HSB/HSV 93° 94.67% 66.27%
CMYK 52.66% 0.00% 94.67%
33.73%

Color #50A909 in popluar number systems.

HEX 50 A9 09
Decimal 80 169 9
Binary 1010000 10101001 1001
Octal 120 251 11

Shades and tints

Shades of #50A909

#50A909
(80,169,9)
#499A09
(73,154,9)
#428B09
(66,139,9)
#3B7C09
(59,124,9)
#346D09
(52,109,9)
#2D5E09
(45,94,9)
#264F09
(38,79,9)
#1F4009
(31,64,9)
#183109
(24,49,9)
#112209
(17,34,9)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #50A909

#50A909
(80,169,9)
#5FB01F
(95,176,31)
#6EB735
(110,183,53)
#7DBE4B
(125,190,75)
#8CC561
(140,197,97)
#9BCC77
(155,204,119)
#AAD38D
(170,211,141)
#B9DAA3
(185,218,163)
#C8E1B9
(200,225,185)
#D7E8CF
(215,232,207)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A909 color. Also use rgb(80,169,9) instead hex code.

Text Font Color

.myTextColor { color: #50A909; }

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

This text font color is #50A909.

Background Color

.myBgColor { background-color: #50A909; }

<div style="background-color:#50A909">Inner text</div>

This div background color is #50A909.

Border color

.myBorderColor { border: 1px solid #50A909; }

<div style="border:3px solid #50A909">Div</div>

This div border color is #50A909.

Opacity

.myOpacity80 { color: #50A909; opacity: 0.8; }

<p style="color:#50A909;opacity:0.8;">80%</p>

Text with #50A909 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 #50A909;}

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

This text has shadow with #50A909 color.


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

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

This text has shadow with #50A909 primary color and red secondary color.


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

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

This text has shadow with #50A909 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50A909.

Preview

Color preview on black background

This text has color #50A909 on black background.


Color preview on white background

This text has color #50A909 on white background.


Black color preview on #50A909 background

This text has black color on #50A909 background.


White color preview on #50A909 background

This text has white color on #50A909 background.


Related colors

Complementary color

Complementary color for #hex is #AF56F6.


I love getcolorcode.com

Triadic colors

1 #0950A9 and #A90950 with #50A909 are triadic colors.

2 #09A950 and #A95009 with #50A909 are triadic colors.