COLOR #54AA6D

HEX: #54AA6D RGB: (84,170,109)

Color info

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

RGB color model

#54AA6D color RGB value is (84,170,109).

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

RGB channels and saturation

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

84
170
109

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

Portions of RGB colors in percentages

R + G + B = 84 + 170 + 109 = 363 (100%)
R 84 of 363 ~ 23.14%
G 170 of 363 ~ 46.83%
B 109 of 363 ~ 30.03'%

%23.14
%46.83
%30.03

CMYK color model

#54AA6D color CMYK value is (51,0,36,33).

  • cyan value is 50.59%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK: (51,0,36,33) C51M0Y36K33 (51%,0%,36%,33%) (0.51/0.00/0.36/0.33) 

CMYK percentages

%50.59
%0
%35.88
%33.33

Codes

Color #54AA6D in popluar color models

54 AA 6D
RGB 84 170 109
HSL 137° 33.86% 49.80%
HSB/HSV 137° 50.59% 66.67%
CMYK 50.59% 0.00% 35.88%
33.33%

Color #54AA6D in popluar number systems.

HEX 54 AA 6D
Decimal 84 170 109
Binary 1010100 10101010 1101101
Octal 124 252 155

Shades and tints

Shades of #54AA6D

#54AA6D
(84,170,109)
#4D9B64
(77,155,100)
#468C5B
(70,140,91)
#3F7D52
(63,125,82)
#386E49
(56,110,73)
#315F40
(49,95,64)
#2A5037
(42,80,55)
#23412E
(35,65,46)
#1C3225
(28,50,37)
#15231C
(21,35,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #54AA6D

#54AA6D
(84,170,109)
#63B17A
(99,177,122)
#72B887
(114,184,135)
#81BF94
(129,191,148)
#90C6A1
(144,198,161)
#9FCDAE
(159,205,174)
#AED4BB
(174,212,187)
#BDDBC8
(189,219,200)
#CCE2D5
(204,226,213)
#DBE9E2
(219,233,226)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54AA6D; }

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

This text font color is #54AA6D.

Background Color

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

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

This div background color is #54AA6D.

Border color

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

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

This div border color is #54AA6D.

Opacity

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

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

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

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

This text has shadow with #54AA6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54AA6D.

Preview

Color preview on black background

This text has color #54AA6D on black background.


Color preview on white background

This text has color #54AA6D on white background.


Black color preview on #54AA6D background

This text has black color on #54AA6D background.


White color preview on #54AA6D background

This text has white color on #54AA6D background.


Related colors

Complementary color

Complementary color for #hex is #AB5592.


I love getcolorcode.com

Triadic colors

1 #6D54AA and #AA6D54 with #54AA6D are triadic colors.

2 #6DAA54 and #AA546D with #54AA6D are triadic colors.