COLOR #62AA62

HEX: #62AA62
RGB: (98,170,98)

Color info

#62AA62 contains mainly green color. Web safe color of #62AA62 is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

98
170
98

R + G + B ~ 48%. #62AA62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 170 + 98 = 366 (100%)
R 98 of 366 ~ 26.78%
G 170 of 366 ~ 46.45%
B 98 of 366 ~ 26.78%

%26.78
%46.45
%26.78

CMYK color model

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

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

CMYK percentages

%42.35
%0
%42.35
%33.33

Codes

Color #62AA62 in popluar color models

62AA62
RGB9817098
HSL120°29.75%52.55%
HSB/HSV120°42.35%66.67%
CMYK42.35%0.00%42.35%
33.33%

Color #62AA62 in popluar number systems.

HEX62AA62
Decimal9817098
Binary1100010101010101100010
Octal142252142

Shades and tints

Shades of #62AA62

#62AA62
(98,170,98)
#5A9B5A
(90,155,90)
#528C52
(82,140,82)
#4A7D4A
(74,125,74)
#426E42
(66,110,66)
#3A5F3A
(58,95,58)
#325032
(50,80,50)
#2A412A
(42,65,42)
#223222
(34,50,34)
#1A231A
(26,35,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #62AA62

#62AA62
(98,170,98)
#70B170
(112,177,112)
#7EB87E
(126,184,126)
#8CBF8C
(140,191,140)
#9AC69A
(154,198,154)
#A8CDA8
(168,205,168)
#B6D4B6
(182,212,182)
#C4DBC4
(196,219,196)
#D2E2D2
(210,226,210)
#E0E9E0
(224,233,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AA62; }

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

This text font color is #62AA62.


Background Color

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

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

This div background color is #62AA62.


Border color

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

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

This div border color is #62AA62.


Opacity

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

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

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

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

This text has shadow with #62AA62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AA62 on black background.


Color preview on white background

This text has color #62AA62 on white background.



Black color preview on #62AA62 background

This text has black color on #62AA62 background.


White color preview on #62AA62 background

This text has white color on #62AA62 background.