COLOR #62AE6B

HEX: #62AE6B
RGB: (98,174,107)

Color info

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

RGB color model

#62AE6B color RGB value is (98,174,107).

  • red value is 98;
  • green value is 174;
  • blue value is 107.
RGB:
(98,174,107)
(38%,68%,42%)

RGB channels and saturation

R 98 of 255 = 38%
G 174 of 255 = 68%
B 107 of 255 = 42%

98
174
107

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

Portions of RGB colors in percentages

R + G + B =
98 + 174 + 107 = 379 (100%)
R 98 of 379 ~ 25.86%
G 174 of 379 ~ 45.91%
B 107 of 379 ~ 28.23%

%25.86
%45.91
%28.23

CMYK color model

#62AE6B color CMYK value is (44,0,39,32).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(44,0,39,32)
C44M0Y39K32 
(44%,0%,39%,32%)
(0.44/0.00/0.39/0.32)	

CMYK percentages

%43.68
%0
%38.51
%31.76

Codes

Color #62AE6B in popluar color models

62AE6B
RGB98174107
HSL127°31.93%53.33%
HSB/HSV127°43.68%68.24%
CMYK43.68%0.00%38.51%
31.76%

Color #62AE6B in popluar number systems.

HEX62AE6B
Decimal98174107
Binary1100010101011101101011
Octal142256153

Shades and tints

Shades of #62AE6B

#62AE6B
(98,174,107)
#5A9F62
(90,159,98)
#529059
(82,144,89)
#4A8150
(74,129,80)
#427247
(66,114,71)
#3A633E
(58,99,62)
#325435
(50,84,53)
#2A452C
(42,69,44)
#223623
(34,54,35)
#1A271A
(26,39,26)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #62AE6B

#62AE6B
(98,174,107)
#70B578
(112,181,120)
#7EBC85
(126,188,133)
#8CC392
(140,195,146)
#9ACA9F
(154,202,159)
#A8D1AC
(168,209,172)
#B6D8B9
(182,216,185)
#C4DFC6
(196,223,198)
#D2E6D3
(210,230,211)
#E0EDE0
(224,237,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AE6B; }

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

This text font color is #62AE6B.


Background Color

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

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

This div background color is #62AE6B.


Border color

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

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

This div border color is #62AE6B.


Opacity

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

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

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

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

This text has shadow with #62AE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AE6B on black background.


Color preview on white background

This text has color #62AE6B on white background.



Black color preview on #62AE6B background

This text has black color on #62AE6B background.


White color preview on #62AE6B background

This text has white color on #62AE6B background.