COLOR #62AF3E

HEX: #62AF3E RGB: (98,175,62)

Color info

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

RGB color model

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

RGB: (98,175,62) (38%, 69%, 24%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 62 of 255 = 24%

98
175
62

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

Portions of RGB colors in percentages

R + G + B = 98 + 175 + 62 = 335 (100%)
R 98 of 335 ~ 29.25%
G 175 of 335 ~ 52.24%
B 62 of 335 ~ 18.51'%

%29.25
%52.24
%18.51

CMYK color model

#62AF3E color CMYK value is (44,0,65,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 64.57%
  • key color value is 31.37%

CMYK: (44,0,65,31)
C44M0Y65K31 (44%, 0%, 65%, 31%)
(0.44 / 0.00 / 0.65 / 0.31)

CMYK percentages

%44
%0
%64.57
%31.37

Codes

Color #62AF3E in popluar color models

62 AF 3E
RGB 98 175 62
HSL 101° 47.68% 46.47%
HSB/HSV 101° 64.57% 68.63%
CMYK 44.00% 0.00% 64.57%
31.37%

Color #62AF3E in popluar number systems.

HEX 62 AF 3E
Decimal 98 175 62
Binary 1100010 10101111 111110
Octal 142 257 76

Shades and tints

Shades of #62AF3E

#62AF3E
(98,175,62)
#5AA039
(90,160,57)
#529134
(82,145,52)
#4A822F
(74,130,47)
#42732A
(66,115,42)
#3A6425
(58,100,37)
#325520
(50,85,32)
#2A461B
(42,70,27)
#223716
(34,55,22)
#1A2811
(26,40,17)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #62AF3E

#62AF3E
(98,175,62)
#70B64F
(112,182,79)
#7EBD60
(126,189,96)
#8CC471
(140,196,113)
#9ACB82
(154,203,130)
#A8D293
(168,210,147)
#B6D9A4
(182,217,164)
#C4E0B5
(196,224,181)
#D2E7C6
(210,231,198)
#E0EED7
(224,238,215)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AF3E; }

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

This text font color is #62AF3E.

Background Color

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

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

This div background color is #62AF3E.

Border color

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

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

This div border color is #62AF3E.

Opacity

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

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

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

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

This text has shadow with #62AF3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62AF3E.

Preview

Color preview on black background

This text has color #62AF3E on black background.


Color preview on white background

This text has color #62AF3E on white background.


Black color preview on #62AF3E background

This text has black color on #62AF3E background.


White color preview on #62AF3E background

This text has white color on #62AF3E background.


Related colors

Complementary color

Complementary color for #hex is #9D50C1.


I love getcolorcode.com

Triadic colors

1 #3E62AF and #AF3E62 with #62AF3E are triadic colors.

2 #3EAF62 and #AF623E with #62AF3E are triadic colors.