COLOR #00A85A

HEX: #00A85A
RGB: (0,168,90)

Color info

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

RGB color model

#00A85A color RGB value is (0,168,90).

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

RGB channels and saturation

R 0 of 255 = 0%
G 168 of 255 = 66%
B 90 of 255 = 35%

0
168
90

R + G + B ~ 34%. #00A85A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 168 + 90 = 258 (100%)
R 0 of 258 ~ 0%
G 168 of 258 ~ 65.12%
B 90 of 258 ~ 34.88%

%65.12
%34.88

CMYK color model

#00A85A color CMYK value is (100,0,46,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK:
(100,0,46,34)
C100M0Y46K34 
(100%,0%,46%,34%)
(1.00/0.00/0.46/0.34)	

CMYK percentages

%100
%0
%46.43
%34.12

Codes

Color #00A85A in popluar color models

00A85A
RGB016890
HSL152°100.00%32.94%
HSB/HSV152°100.00%65.88%
CMYK100.00%0.00%46.43%
34.12%

Color #00A85A in popluar number systems.

HEX00A85A
Decimal016890
Binary0101010001011010
Octal0250132

Shades and tints

Shades of #00A85A

#00A85A
(0,168,90)
#009952
(0,153,82)
#008A4A
(0,138,74)
#007B42
(0,123,66)
#006C3A
(0,108,58)
#005D32
(0,93,50)
#004E2A
(0,78,42)
#003F22
(0,63,34)
#00301A
(0,48,26)
#002112
(0,33,18)
#00120A
(0,18,10)
#000000
(0,0,0)

Tints of #00A85A

#00A85A
(0,168,90)
#17AF69
(23,175,105)
#2EB678
(46,182,120)
#45BD87
(69,189,135)
#5CC496
(92,196,150)
#73CBA5
(115,203,165)
#8AD2B4
(138,210,180)
#A1D9C3
(161,217,195)
#B8E0D2
(184,224,210)
#CFE7E1
(207,231,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A85A; }

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

This text font color is #00A85A.


Background Color

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

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

This div background color is #00A85A.


Border color

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

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

This div border color is #00A85A.


Opacity

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

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

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

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

This text has shadow with #00A85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A85A on black background.


Color preview on white background

This text has color #00A85A on white background.



Black color preview on #00A85A background

This text has black color on #00A85A background.


White color preview on #00A85A background

This text has white color on #00A85A background.