COLOR #40A962

HEX: #40A962
RGB: (64,169,98)

Color info

#40A962 contains mainly green color. Web safe color of #40A962 is #339966 (or #396).

RGB color model

#40A962 color RGB value is (64,169,98).

  • red value is 64;
  • green value is 169;
  • blue value is 98.
RGB:
(64,169,98)
(25%,66%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 169 of 255 = 66%
B 98 of 255 = 38%

64
169
98

R + G + B ~ 43%. #40A962 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 169 + 98 = 331 (100%)
R 64 of 331 ~ 19.34%
G 169 of 331 ~ 51.06%
B 98 of 331 ~ 29.61%

%19.34
%51.06
%29.61

CMYK color model

#40A962 color CMYK value is (62,0,42,34).

  • cyan value is 62.13%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(62,0,42,34)
C62M0Y42K34 
(62%,0%,42%,34%)
(0.62/0.00/0.42/0.34)	

CMYK percentages

%62.13
%0
%42.01
%33.73

Codes

Color #40A962 in popluar color models

40A962
RGB6416998
HSL139°45.06%45.69%
HSB/HSV139°62.13%66.27%
CMYK62.13%0.00%42.01%
33.73%

Color #40A962 in popluar number systems.

HEX40A962
Decimal6416998
Binary1000000101010011100010
Octal100251142

Shades and tints

Shades of #40A962

#40A962
(64,169,98)
#3B9A5A
(59,154,90)
#368B52
(54,139,82)
#317C4A
(49,124,74)
#2C6D42
(44,109,66)
#275E3A
(39,94,58)
#224F32
(34,79,50)
#1D402A
(29,64,42)
#183122
(24,49,34)
#13221A
(19,34,26)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #40A962

#40A962
(64,169,98)
#51B070
(81,176,112)
#62B77E
(98,183,126)
#73BE8C
(115,190,140)
#84C59A
(132,197,154)
#95CCA8
(149,204,168)
#A6D3B6
(166,211,182)
#B7DAC4
(183,218,196)
#C8E1D2
(200,225,210)
#D9E8E0
(217,232,224)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A962 color. Also use rgb(64,169,98) instead hex code.

Text Font Color

.myTextColor { color: #40A962; }

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

This text font color is #40A962.


Background Color

.myBgColor { background-color: #40A962; }

<div style="background-color:#40A962">Inner text</div>

This div background color is #40A962.


Border color

.myBorderColor { border: 1px solid #40A962; }

<div style="border:3px solid #40A962">Div</div>

This div border color is #40A962.


Opacity

.myOpacity80 { color: #40A962; opacity: 0.8; }

<p style="color:#40A962;opacity:0.8;">80%</p>

Text with #40A962 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 #40A962;}

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

This text has shadow with #40A962 color.

.textShadow {text-shadow: 3px 3px 1px #40A962, 3px 3px 1px red;}

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

This text has shadow with #40A962 primary color and red secondary color.


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

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

This text has shadow with #40A962 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A962 on black background.


Color preview on white background

This text has color #40A962 on white background.



Black color preview on #40A962 background

This text has black color on #40A962 background.


White color preview on #40A962 background

This text has white color on #40A962 background.