COLOR #00A353

HEX: #00A353
RGB: (0,163,83)

Color info

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

RGB color model

#00A353 color RGB value is (0,163,83).

  • red value is 0;
  • green value is 163;
  • blue value is 83.
RGB:
(0,163,83)
(0%,64%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 163 of 255 = 64%
B 83 of 255 = 33%

0
163
83

R + G + B ~ 32%. #00A353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 163 + 83 = 246 (100%)
R 0 of 246 ~ 0%
G 163 of 246 ~ 66.26%
B 83 of 246 ~ 33.74%

%66.26
%33.74

CMYK color model

#00A353 color CMYK value is (100,0,49,36).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.08%
  • key color value is 36.08%
CMYK:
(100,0,49,36)
C100M0Y49K36 
(100%,0%,49%,36%)
(1.00/0.00/0.49/0.36)	

CMYK percentages

%100
%0
%49.08
%36.08

Codes

Color #00A353 in popluar color models

00A353
RGB016383
HSL151°100.00%31.96%
HSB/HSV151°100.00%63.92%
CMYK100.00%0.00%49.08%
36.08%

Color #00A353 in popluar number systems.

HEX00A353
Decimal016383
Binary0101000111010011
Octal0243123

Shades and tints

Shades of #00A353

#00A353
(0,163,83)
#00954C
(0,149,76)
#008745
(0,135,69)
#00793E
(0,121,62)
#006B37
(0,107,55)
#005D30
(0,93,48)
#004F29
(0,79,41)
#004122
(0,65,34)
#00331B
(0,51,27)
#002514
(0,37,20)
#00170D
(0,23,13)
#000000
(0,0,0)

Tints of #00A353

#00A353
(0,163,83)
#17AB62
(23,171,98)
#2EB371
(46,179,113)
#45BB80
(69,187,128)
#5CC38F
(92,195,143)
#73CB9E
(115,203,158)
#8AD3AD
(138,211,173)
#A1DBBC
(161,219,188)
#B8E3CB
(184,227,203)
#CFEBDA
(207,235,218)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A353 color. Also use rgb(0,163,83) instead hex code.

Text Font Color

.myTextColor { color: #00A353; }

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

This text font color is #00A353.


Background Color

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

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

This div background color is #00A353.


Border color

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

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

This div border color is #00A353.


Opacity

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

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

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

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

This text has shadow with #00A353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A353 on black background.


Color preview on white background

This text has color #00A353 on white background.



Black color preview on #00A353 background

This text has black color on #00A353 background.


White color preview on #00A353 background

This text has white color on #00A353 background.