COLOR #54A800

HEX: #54A800
RGB: (84,168,0)

Color info

#54A800 contains mainly green color. Web safe color of #54A800 is #669900 (or #690).

RGB color model

#54A800 color RGB value is (84,168,0).

  • red value is 84;
  • green value is 168;
  • blue value is 0.
RGB:
(84,168,0)
(33%,66%,0%)

RGB channels and saturation

R 84 of 255 = 33%
G 168 of 255 = 66%
B 0 of 255 = 0%

84
168
0

R + G + B ~ 33%. #54A800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 168 + 0 = 252 (100%)
R 84 of 252 ~ 33.33%
G 168 of 252 ~ 66.67%
B 0 of 252 ~ 0%

%33.33
%66.67

CMYK color model

#54A800 color CMYK value is (50,0,100,34).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 34.12%
CMYK:
(50,0,100,34)
C50M0Y100K34 
(50%,0%,100%,34%)
(0.50/0.00/1.00/0.34)	

CMYK percentages

%50
%0
%100
%34.12

Codes

Color #54A800 in popluar color models

54A800
RGB841680
HSL90°100.00%32.94%
HSB/HSV90°100.00%65.88%
CMYK50.00%0.00%100.00%
34.12%

Color #54A800 in popluar number systems.

HEX54A800
Decimal841680
Binary1010100101010000
Octal1242500

Shades and tints

Shades of #54A800

#54A800
(84,168,0)
#4D9900
(77,153,0)
#468A00
(70,138,0)
#3F7B00
(63,123,0)
#386C00
(56,108,0)
#315D00
(49,93,0)
#2A4E00
(42,78,0)
#233F00
(35,63,0)
#1C3000
(28,48,0)
#152100
(21,33,0)
#0E1200
(14,18,0)
#000000
(0,0,0)

Tints of #54A800

#54A800
(84,168,0)
#63AF17
(99,175,23)
#72B62E
(114,182,46)
#81BD45
(129,189,69)
#90C45C
(144,196,92)
#9FCB73
(159,203,115)
#AED28A
(174,210,138)
#BDD9A1
(189,217,161)
#CCE0B8
(204,224,184)
#DBE7CF
(219,231,207)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A800; }

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

This text font color is #54A800.


Background Color

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

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

This div background color is #54A800.


Border color

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

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

This div border color is #54A800.


Opacity

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

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

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

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

This text has shadow with #54A800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A800 on black background.


Color preview on white background

This text has color #54A800 on white background.



Black color preview on #54A800 background

This text has black color on #54A800 background.


White color preview on #54A800 background

This text has white color on #54A800 background.