COLOR #00A956

HEX: #00A956
RGB: (0,169,86)

Color info

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

RGB color model

#00A956 color RGB value is (0,169,86).

  • red value is 0;
  • green value is 169;
  • blue value is 86.
RGB:
(0,169,86)
(0%,66%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 169 of 255 = 66%
B 86 of 255 = 34%

0
169
86

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

Portions of RGB colors in percentages

R + G + B =
0 + 169 + 86 = 255 (100%)
R 0 of 255 ~ 0%
G 169 of 255 ~ 66.27%
B 86 of 255 ~ 33.73%

%66.27
%33.73

CMYK color model

#00A956 color CMYK value is (100,0,49,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.11%
  • key color value is 33.73%
CMYK:
(100,0,49,34)
C100M0Y49K34 
(100%,0%,49%,34%)
(1.00/0.00/0.49/0.34)	

CMYK percentages

%100
%0
%49.11
%33.73

Codes

Color #00A956 in popluar color models

00A956
RGB016986
HSL151°100.00%33.14%
HSB/HSV151°100.00%66.27%
CMYK100.00%0.00%49.11%
33.73%

Color #00A956 in popluar number systems.

HEX00A956
Decimal016986
Binary0101010011010110
Octal0251126

Shades and tints

Shades of #00A956

#00A956
(0,169,86)
#009A4F
(0,154,79)
#008B48
(0,139,72)
#007C41
(0,124,65)
#006D3A
(0,109,58)
#005E33
(0,94,51)
#004F2C
(0,79,44)
#004025
(0,64,37)
#00311E
(0,49,30)
#002217
(0,34,23)
#001310
(0,19,16)
#000000
(0,0,0)

Tints of #00A956

#00A956
(0,169,86)
#17B065
(23,176,101)
#2EB774
(46,183,116)
#45BE83
(69,190,131)
#5CC592
(92,197,146)
#73CCA1
(115,204,161)
#8AD3B0
(138,211,176)
#A1DABF
(161,218,191)
#B8E1CE
(184,225,206)
#CFE8DD
(207,232,221)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A956 color. Also use rgb(0,169,86) instead hex code.

Text Font Color

.myTextColor { color: #00A956; }

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

This text font color is #00A956.


Background Color

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

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

This div background color is #00A956.


Border color

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

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

This div border color is #00A956.


Opacity

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

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

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

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

This text has shadow with #00A956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A956 on black background.


Color preview on white background

This text has color #00A956 on white background.



Black color preview on #00A956 background

This text has black color on #00A956 background.


White color preview on #00A956 background

This text has white color on #00A956 background.