COLOR #62AA21

HEX: #62AA21
RGB: (98,170,33)

Color info

#62AA21 contains mainly green color. Web safe color of #62AA21 is #669933 (or #693).

RGB color model

#62AA21 color RGB value is (98,170,33).

  • red value is 98;
  • green value is 170;
  • blue value is 33.
RGB:
(98,170,33)
(38%,67%,13%)

RGB channels and saturation

R 98 of 255 = 38%
G 170 of 255 = 67%
B 33 of 255 = 13%

98
170
33

R + G + B ~ 39%. #62AA21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 170 + 33 = 301 (100%)
R 98 of 301 ~ 32.56%
G 170 of 301 ~ 56.48%
B 33 of 301 ~ 10.96%

%32.56
%56.48
%10.96

CMYK color model

#62AA21 color CMYK value is (42,0,81,33).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 80.59%
  • key color value is 33.33%
CMYK:
(42,0,81,33)
C42M0Y81K33 
(42%,0%,81%,33%)
(0.42/0.00/0.81/0.33)	

CMYK percentages

%42.35
%0
%80.59
%33.33

Codes

Color #62AA21 in popluar color models

62AA21
RGB9817033
HSL92°67.49%39.80%
HSB/HSV92°80.59%66.67%
CMYK42.35%0.00%80.59%
33.33%

Color #62AA21 in popluar number systems.

HEX62AA21
Decimal9817033
Binary110001010101010100001
Octal14225241

Shades and tints

Shades of #62AA21

#62AA21
(98,170,33)
#5A9B1E
(90,155,30)
#528C1B
(82,140,27)
#4A7D18
(74,125,24)
#426E15
(66,110,21)
#3A5F12
(58,95,18)
#32500F
(50,80,15)
#2A410C
(42,65,12)
#223209
(34,50,9)
#1A2306
(26,35,6)
#121403
(18,20,3)
#000000
(0,0,0)

Tints of #62AA21

#62AA21
(98,170,33)
#70B135
(112,177,53)
#7EB849
(126,184,73)
#8CBF5D
(140,191,93)
#9AC671
(154,198,113)
#A8CD85
(168,205,133)
#B6D499
(182,212,153)
#C4DBAD
(196,219,173)
#D2E2C1
(210,226,193)
#E0E9D5
(224,233,213)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AA21 color. Also use rgb(98,170,33) instead hex code.

Text Font Color

.myTextColor { color: #62AA21; }

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

This text font color is #62AA21.


Background Color

.myBgColor { background-color: #62AA21; }

<div style="background-color:#62AA21">Inner text</div>

This div background color is #62AA21.


Border color

.myBorderColor { border: 1px solid #62AA21; }

<div style="border:3px solid #62AA21">Div</div>

This div border color is #62AA21.


Opacity

.myOpacity80 { color: #62AA21; opacity: 0.8; }

<p style="color:#62AA21;opacity:0.8;">80%</p>

Text with #62AA21 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 #62AA21;}

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

This text has shadow with #62AA21 color.

.textShadow {text-shadow: 3px 3px 1px #62AA21, 3px 3px 1px red;}

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

This text has shadow with #62AA21 primary color and red secondary color.


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

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

This text has shadow with #62AA21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AA21 on black background.


Color preview on white background

This text has color #62AA21 on white background.



Black color preview on #62AA21 background

This text has black color on #62AA21 background.


White color preview on #62AA21 background

This text has white color on #62AA21 background.