COLOR #02A76D

HEX: #02A76D
RGB: (2,167,109)

Color info

#02A76D contains mainly green and blue colors. Web safe color of #02A76D is #009966 (or #096).

RGB color model

#02A76D color RGB value is (2,167,109).

  • red value is 2;
  • green value is 167;
  • blue value is 109.
RGB:
(2,167,109)
(1%,65%,43%)

RGB channels and saturation

R 2 of 255 = 1%
G 167 of 255 = 65%
B 109 of 255 = 43%

2
167
109

R + G + B ~ 36%. #02A76D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 167 + 109 = 278 (100%)
R 2 of 278 ~ 0.72%
G 167 of 278 ~ 60.07%
B 109 of 278 ~ 39.21%

%60.07
%39.21

CMYK color model

#02A76D color CMYK value is (99,0,35,35).

  • cyan value is 98.80%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(99,0,35,35)
C99M0Y35K35 
(99%,0%,35%,35%)
(0.99/0.00/0.35/0.35)	

CMYK percentages

%98.8
%0
%34.73
%34.51

Codes

Color #02A76D in popluar color models

02A76D
RGB2167109
HSL159°97.63%33.14%
HSB/HSV159°98.80%65.49%
CMYK98.80%0.00%34.73%
34.51%

Color #02A76D in popluar number systems.

HEX02A76D
Decimal2167109
Binary10101001111101101
Octal2247155

Shades and tints

Shades of #02A76D

#02A76D
(2,167,109)
#029864
(2,152,100)
#02895B
(2,137,91)
#027A52
(2,122,82)
#026B49
(2,107,73)
#025C40
(2,92,64)
#024D37
(2,77,55)
#023E2E
(2,62,46)
#022F25
(2,47,37)
#02201C
(2,32,28)
#021113
(2,17,19)
#000000
(0,0,0)

Tints of #02A76D

#02A76D
(2,167,109)
#19AF7A
(25,175,122)
#30B787
(48,183,135)
#47BF94
(71,191,148)
#5EC7A1
(94,199,161)
#75CFAE
(117,207,174)
#8CD7BB
(140,215,187)
#A3DFC8
(163,223,200)
#BAE7D5
(186,231,213)
#D1EFE2
(209,239,226)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02A76D color. Also use rgb(2,167,109) instead hex code.

Text Font Color

.myTextColor { color: #02A76D; }

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

This text font color is #02A76D.


Background Color

.myBgColor { background-color: #02A76D; }

<div style="background-color:#02A76D">Inner text</div>

This div background color is #02A76D.


Border color

.myBorderColor { border: 1px solid #02A76D; }

<div style="border:3px solid #02A76D">Div</div>

This div border color is #02A76D.


Opacity

.myOpacity80 { color: #02A76D; opacity: 0.8; }

<p style="color:#02A76D;opacity:0.8;">80%</p>

Text with #02A76D 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 #02A76D;}

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

This text has shadow with #02A76D color.

.textShadow {text-shadow: 3px 3px 1px #02A76D, 3px 3px 1px red;}

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

This text has shadow with #02A76D primary color and red secondary color.


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

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

This text has shadow with #02A76D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02A76D on black background.


Color preview on white background

This text has color #02A76D on white background.



Black color preview on #02A76D background

This text has black color on #02A76D background.


White color preview on #02A76D background

This text has white color on #02A76D background.