COLOR #02A461

HEX: #02A461
RGB: (2,164,97)

Color info

#02A461 contains mainly green color. Web safe color of #02A461 is #009966 (or #096).

RGB color model

#02A461 color RGB value is (2,164,97).

  • red value is 2;
  • green value is 164;
  • blue value is 97.
RGB:
(2,164,97)
(1%,64%,38%)

RGB channels and saturation

R 2 of 255 = 1%
G 164 of 255 = 64%
B 97 of 255 = 38%

2
164
97

R + G + B ~ 34%. #02A461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 164 + 97 = 263 (100%)
R 2 of 263 ~ 0.76%
G 164 of 263 ~ 62.36%
B 97 of 263 ~ 36.88%

%62.36
%36.88

CMYK color model

#02A461 color CMYK value is (99,0,41,36).

  • cyan value is 98.78%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK:
(99,0,41,36)
C99M0Y41K36 
(99%,0%,41%,36%)
(0.99/0.00/0.41/0.36)	

CMYK percentages

%98.78
%0
%40.85
%35.69

Codes

Color #02A461 in popluar color models

02A461
RGB216497
HSL155°97.59%32.55%
HSB/HSV155°98.78%64.31%
CMYK98.78%0.00%40.85%
35.69%

Color #02A461 in popluar number systems.

HEX02A461
Decimal216497
Binary10101001001100001
Octal2244141

Shades and tints

Shades of #02A461

#02A461
(2,164,97)
#029659
(2,150,89)
#028851
(2,136,81)
#027A49
(2,122,73)
#026C41
(2,108,65)
#025E39
(2,94,57)
#025031
(2,80,49)
#024229
(2,66,41)
#023421
(2,52,33)
#022619
(2,38,25)
#021811
(2,24,17)
#000000
(0,0,0)

Tints of #02A461

#02A461
(2,164,97)
#19AC6F
(25,172,111)
#30B47D
(48,180,125)
#47BC8B
(71,188,139)
#5EC499
(94,196,153)
#75CCA7
(117,204,167)
#8CD4B5
(140,212,181)
#A3DCC3
(163,220,195)
#BAE4D1
(186,228,209)
#D1ECDF
(209,236,223)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02A461 color. Also use rgb(2,164,97) instead hex code.

Text Font Color

.myTextColor { color: #02A461; }

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

This text font color is #02A461.


Background Color

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

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

This div background color is #02A461.


Border color

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

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

This div border color is #02A461.


Opacity

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

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

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

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

This text has shadow with #02A461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02A461 on black background.


Color preview on white background

This text has color #02A461 on white background.



Black color preview on #02A461 background

This text has black color on #02A461 background.


White color preview on #02A461 background

This text has white color on #02A461 background.