COLOR #62AF60

HEX: #62AF60
RGB: (98,175,96)

Color info

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

RGB color model

#62AF60 color RGB value is (98,175,96).

  • red value is 98;
  • green value is 175;
  • blue value is 96.
RGB:
(98,175,96)
(38%,69%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 96 of 255 = 38%

98
175
96

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

Portions of RGB colors in percentages

R + G + B =
98 + 175 + 96 = 369 (100%)
R 98 of 369 ~ 26.56%
G 175 of 369 ~ 47.43%
B 96 of 369 ~ 26.02%

%26.56
%47.43
%26.02

CMYK color model

#62AF60 color CMYK value is (44,0,45,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%
CMYK:
(44,0,45,31)
C44M0Y45K31 
(44%,0%,45%,31%)
(0.44/0.00/0.45/0.31)	

CMYK percentages

%44
%0
%45.14
%31.37

Codes

Color #62AF60 in popluar color models

62AF60
RGB9817596
HSL118°33.05%53.14%
HSB/HSV118°45.14%68.63%
CMYK44.00%0.00%45.14%
31.37%

Color #62AF60 in popluar number systems.

HEX62AF60
Decimal9817596
Binary1100010101011111100000
Octal142257140

Shades and tints

Shades of #62AF60

#62AF60
(98,175,96)
#5AA058
(90,160,88)
#529150
(82,145,80)
#4A8248
(74,130,72)
#427340
(66,115,64)
#3A6438
(58,100,56)
#325530
(50,85,48)
#2A4628
(42,70,40)
#223720
(34,55,32)
#1A2818
(26,40,24)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #62AF60

#62AF60
(98,175,96)
#70B66E
(112,182,110)
#7EBD7C
(126,189,124)
#8CC48A
(140,196,138)
#9ACB98
(154,203,152)
#A8D2A6
(168,210,166)
#B6D9B4
(182,217,180)
#C4E0C2
(196,224,194)
#D2E7D0
(210,231,208)
#E0EEDE
(224,238,222)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AF60; }

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

This text font color is #62AF60.


Background Color

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

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

This div background color is #62AF60.


Border color

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

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

This div border color is #62AF60.


Opacity

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

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

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

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

This text has shadow with #62AF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AF60 on black background.


Color preview on white background

This text has color #62AF60 on white background.



Black color preview on #62AF60 background

This text has black color on #62AF60 background.


White color preview on #62AF60 background

This text has white color on #62AF60 background.