COLOR #00A342

HEX: #00A342
RGB: (0,163,66)

Color info

#00A342 contains mainly green color. Web safe color of #00A342 is #009933 (or #093).

RGB color model

#00A342 color RGB value is (0,163,66).

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

RGB channels and saturation

R 0 of 255 = 0%
G 163 of 255 = 64%
B 66 of 255 = 26%

0
163
66

R + G + B ~ 30%. #00A342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 163 + 66 = 229 (100%)
R 0 of 229 ~ 0%
G 163 of 229 ~ 71.18%
B 66 of 229 ~ 28.82%

%71.18
%28.82

CMYK color model

#00A342 color CMYK value is (100,0,60,36).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(100,0,60,36)
C100M0Y60K36 
(100%,0%,60%,36%)
(1.00/0.00/0.60/0.36)	

CMYK percentages

%100
%0
%59.51
%36.08

Codes

Color #00A342 in popluar color models

00A342
RGB016366
HSL144°100.00%31.96%
HSB/HSV144°100.00%63.92%
CMYK100.00%0.00%59.51%
36.08%

Color #00A342 in popluar number systems.

HEX00A342
Decimal016366
Binary0101000111000010
Octal0243102

Shades and tints

Shades of #00A342

#00A342
(0,163,66)
#00953C
(0,149,60)
#008736
(0,135,54)
#007930
(0,121,48)
#006B2A
(0,107,42)
#005D24
(0,93,36)
#004F1E
(0,79,30)
#004118
(0,65,24)
#003312
(0,51,18)
#00250C
(0,37,12)
#001706
(0,23,6)
#000000
(0,0,0)

Tints of #00A342

#00A342
(0,163,66)
#17AB53
(23,171,83)
#2EB364
(46,179,100)
#45BB75
(69,187,117)
#5CC386
(92,195,134)
#73CB97
(115,203,151)
#8AD3A8
(138,211,168)
#A1DBB9
(161,219,185)
#B8E3CA
(184,227,202)
#CFEBDB
(207,235,219)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A342; }

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

This text font color is #00A342.


Background Color

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

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

This div background color is #00A342.


Border color

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

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

This div border color is #00A342.


Opacity

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

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

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

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

This text has shadow with #00A342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A342 on black background.


Color preview on white background

This text has color #00A342 on white background.



Black color preview on #00A342 background

This text has black color on #00A342 background.


White color preview on #00A342 background

This text has white color on #00A342 background.