COLOR #54AA36

HEX: #54AA36
RGB: (84,170,54)

Color info

#54AA36 contains mainly green color. Web safe color of #54AA36 is #669933 (or #693).

RGB color model

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

  • red value is 84;
  • green value is 170;
  • blue value is 54.
RGB:
(84,170,54)
(33%,67%,21%)

RGB channels and saturation

R 84 of 255 = 33%
G 170 of 255 = 67%
B 54 of 255 = 21%

84
170
54

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

Portions of RGB colors in percentages

R + G + B =
84 + 170 + 54 = 308 (100%)
R 84 of 308 ~ 27.27%
G 170 of 308 ~ 55.19%
B 54 of 308 ~ 17.53%

%27.27
%55.19
%17.53

CMYK color model

#54AA36 color CMYK value is (51,0,68,33).

  • cyan value is 50.59%
  • magenta value is 0.00%
  • yellow value is 68.24%
  • key color value is 33.33%
CMYK:
(51,0,68,33)
C51M0Y68K33 
(51%,0%,68%,33%)
(0.51/0.00/0.68/0.33)	

CMYK percentages

%50.59
%0
%68.24
%33.33

Codes

Color #54AA36 in popluar color models

54AA36
RGB8417054
HSL104°51.79%43.92%
HSB/HSV104°68.24%66.67%
CMYK50.59%0.00%68.24%
33.33%

Color #54AA36 in popluar number systems.

HEX54AA36
Decimal8417054
Binary101010010101010110110
Octal12425266

Shades and tints

Shades of #54AA36

#54AA36
(84,170,54)
#4D9B32
(77,155,50)
#468C2E
(70,140,46)
#3F7D2A
(63,125,42)
#386E26
(56,110,38)
#315F22
(49,95,34)
#2A501E
(42,80,30)
#23411A
(35,65,26)
#1C3216
(28,50,22)
#152312
(21,35,18)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #54AA36

#54AA36
(84,170,54)
#63B148
(99,177,72)
#72B85A
(114,184,90)
#81BF6C
(129,191,108)
#90C67E
(144,198,126)
#9FCD90
(159,205,144)
#AED4A2
(174,212,162)
#BDDBB4
(189,219,180)
#CCE2C6
(204,226,198)
#DBE9D8
(219,233,216)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54AA36; }

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

This text font color is #54AA36.


Background Color

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

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

This div background color is #54AA36.


Border color

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

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

This div border color is #54AA36.


Opacity

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

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

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

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

This text has shadow with #54AA36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AA36 on black background.


Color preview on white background

This text has color #54AA36 on white background.



Black color preview on #54AA36 background

This text has black color on #54AA36 background.


White color preview on #54AA36 background

This text has white color on #54AA36 background.