COLOR #54AC6D

HEX: #54AC6D RGB: (84,172,109)

Color info

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

RGB color model

#54AC6D color RGB value is (84,172,109).

RGB: (84,172,109) (33%, 67%, 43%)

RGB channels and saturation

R 84 of 255 = 33%
G 172 of 255 = 67%
B 109 of 255 = 43%

84
172
109

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

Portions of RGB colors in percentages

R + G + B = 84 + 172 + 109 = 365 (100%)
R 84 of 365 ~ 23.01%
G 172 of 365 ~ 47.12%
B 109 of 365 ~ 29.86'%

%23.01
%47.12
%29.86

CMYK color model

#54AC6D color CMYK value is (51,0,37,33).

  • cyan value is 51.16%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%

CMYK: (51,0,37,33)
C51M0Y37K33 (51%, 0%, 37%, 33%)
(0.51 / 0.00 / 0.37 / 0.33)

CMYK percentages

%51.16
%0
%36.63
%32.55

Codes

Color #54AC6D in popluar color models

54 AC 6D
RGB 84 172 109
HSL 137° 34.65% 50.20%
HSB/HSV 137° 51.16% 67.45%
CMYK 51.16% 0.00% 36.63%
32.55%

Color #54AC6D in popluar number systems.

HEX 54 AC 6D
Decimal 84 172 109
Binary 1010100 10101100 1101101
Octal 124 254 155

Shades and tints

Shades of #54AC6D

#54AC6D
(84,172,109)
#4D9D64
(77,157,100)
#468E5B
(70,142,91)
#3F7F52
(63,127,82)
#387049
(56,112,73)
#316140
(49,97,64)
#2A5237
(42,82,55)
#23432E
(35,67,46)
#1C3425
(28,52,37)
#15251C
(21,37,28)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #54AC6D

#54AC6D
(84,172,109)
#63B37A
(99,179,122)
#72BA87
(114,186,135)
#81C194
(129,193,148)
#90C8A1
(144,200,161)
#9FCFAE
(159,207,174)
#AED6BB
(174,214,187)
#BDDDC8
(189,221,200)
#CCE4D5
(204,228,213)
#DBEBE2
(219,235,226)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AC6D color. Also use rgb(84,172,109) instead hex code.

Text Font Color

.myTextColor { color: #54AC6D; }

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

This text font color is #54AC6D.

Background Color

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

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

This div background color is #54AC6D.

Border color

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

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

This div border color is #54AC6D.

Opacity

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

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

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

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

This text has shadow with #54AC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54AC6D.

Preview

Color preview on black background

This text has color #54AC6D on black background.


Color preview on white background

This text has color #54AC6D on white background.


Black color preview on #54AC6D background

This text has black color on #54AC6D background.


White color preview on #54AC6D background

This text has white color on #54AC6D background.


Related colors

Complementary color

Complementary color for #hex is #AB5392.


I love getcolorcode.com

Triadic colors

1 #6D54AC and #AC6D54 with #54AC6D are triadic colors.

2 #6DAC54 and #AC546D with #54AC6D are triadic colors.