COLOR #54A650

HEX: #54A650 RGB: (84,166,80)

Color info

#54A650 contains mainly green color. Web safe color of #54A650 is #669966 (or #696).

RGB color model

#54A650 color RGB value is (84,166,80).

RGB: (84,166,80) (33%, 65%, 31%)

RGB channels and saturation

R 84 of 255 = 33%
G 166 of 255 = 65%
B 80 of 255 = 31%

84
166
80

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

Portions of RGB colors in percentages

R + G + B = 84 + 166 + 80 = 330 (100%)
R 84 of 330 ~ 25.45%
G 166 of 330 ~ 50.3%
B 80 of 330 ~ 24.24'%

%25.45
%50.3
%24.24

CMYK color model

#54A650 color CMYK value is (49,0,52,35).

  • cyan value is 49.40%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 34.90%

CMYK: (49,0,52,35)
C49M0Y52K35 (49%, 0%, 52%, 35%)
(0.49 / 0.00 / 0.52 / 0.35)

CMYK percentages

%49.4
%0
%51.81
%34.9

Codes

Color #54A650 in popluar color models

54 A6 50
RGB 84 166 80
HSL 117° 34.96% 48.24%
HSB/HSV 117° 51.81% 65.10%
CMYK 49.40% 0.00% 51.81%
34.90%

Color #54A650 in popluar number systems.

HEX 54 A6 50
Decimal 84 166 80
Binary 1010100 10100110 1010000
Octal 124 246 120

Shades and tints

Shades of #54A650

#54A650
(84,166,80)
#4D9749
(77,151,73)
#468842
(70,136,66)
#3F793B
(63,121,59)
#386A34
(56,106,52)
#315B2D
(49,91,45)
#2A4C26
(42,76,38)
#233D1F
(35,61,31)
#1C2E18
(28,46,24)
#151F11
(21,31,17)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #54A650

#54A650
(84,166,80)
#63AE5F
(99,174,95)
#72B66E
(114,182,110)
#81BE7D
(129,190,125)
#90C68C
(144,198,140)
#9FCE9B
(159,206,155)
#AED6AA
(174,214,170)
#BDDEB9
(189,222,185)
#CCE6C8
(204,230,200)
#DBEED7
(219,238,215)
#EAF6E6
(234,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A650 color. Also use rgb(84,166,80) instead hex code.

Text Font Color

.myTextColor { color: #54A650; }

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

This text font color is #54A650.

Background Color

.myBgColor { background-color: #54A650; }

<div style="background-color:#54A650">Inner text</div>

This div background color is #54A650.

Border color

.myBorderColor { border: 1px solid #54A650; }

<div style="border:3px solid #54A650">Div</div>

This div border color is #54A650.

Opacity

.myOpacity80 { color: #54A650; opacity: 0.8; }

<p style="color:#54A650;opacity:0.8;">80%</p>

Text with #54A650 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 #54A650;}

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

This text has shadow with #54A650 color.


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

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

This text has shadow with #54A650 primary color and red secondary color.


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

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

This text has shadow with #54A650 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54A650.

Preview

Color preview on black background

This text has color #54A650 on black background.


Color preview on white background

This text has color #54A650 on white background.


Black color preview on #54A650 background

This text has black color on #54A650 background.


White color preview on #54A650 background

This text has white color on #54A650 background.


Related colors

Complementary color

Complementary color for #hex is #AB59AF.


I love getcolorcode.com

Triadic colors

1 #5054A6 and #A65054 with #54A650 are triadic colors.

2 #50A654 and #A65450 with #54A650 are triadic colors.