COLOR #00A854

HEX: #00A854
RGB: (0,168,84)

Color info

#00A854 contains mainly green color. Web safe color of #00A854 is #009966 (or #096).

RGB color model

#00A854 color RGB value is (0,168,84).

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

RGB channels and saturation

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

0
168
84

R + G + B ~ 33%. #00A854 is quite dark color.

Portions of RGB colors in percentages

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

%66.67
%33.33

CMYK color model

#00A854 color CMYK value is (100,0,50,34).

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

CMYK percentages

%100
%0
%50
%34.12

Codes

Color #00A854 in popluar color models

00A854
RGB016884
HSL150°100.00%32.94%
HSB/HSV150°100.00%65.88%
CMYK100.00%0.00%50.00%
34.12%

Color #00A854 in popluar number systems.

HEX00A854
Decimal016884
Binary0101010001010100
Octal0250124

Shades and tints

Shades of #00A854

#00A854
(0,168,84)
#00994D
(0,153,77)
#008A46
(0,138,70)
#007B3F
(0,123,63)
#006C38
(0,108,56)
#005D31
(0,93,49)
#004E2A
(0,78,42)
#003F23
(0,63,35)
#00301C
(0,48,28)
#002115
(0,33,21)
#00120E
(0,18,14)
#000000
(0,0,0)

Tints of #00A854

#00A854
(0,168,84)
#17AF63
(23,175,99)
#2EB672
(46,182,114)
#45BD81
(69,189,129)
#5CC490
(92,196,144)
#73CB9F
(115,203,159)
#8AD2AE
(138,210,174)
#A1D9BD
(161,217,189)
#B8E0CC
(184,224,204)
#CFE7DB
(207,231,219)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A854; }

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

This text font color is #00A854.


Background Color

.myBgColor { background-color: #00A854; }

<div style="background-color:#00A854">Inner text</div>

This div background color is #00A854.


Border color

.myBorderColor { border: 1px solid #00A854; }

<div style="border:3px solid #00A854">Div</div>

This div border color is #00A854.


Opacity

.myOpacity80 { color: #00A854; opacity: 0.8; }

<p style="color:#00A854;opacity:0.8;">80%</p>

Text with #00A854 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 #00A854;}

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

This text has shadow with #00A854 color.

.textShadow {text-shadow: 3px 3px 1px #00A854, 3px 3px 1px red;}

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

This text has shadow with #00A854 primary color and red secondary color.


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

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

This text has shadow with #00A854 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A854 on black background.


Color preview on white background

This text has color #00A854 on white background.



Black color preview on #00A854 background

This text has black color on #00A854 background.


White color preview on #00A854 background

This text has white color on #00A854 background.