COLOR #40A860

HEX: #40A860 RGB: (64,168,96)

Color info

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

RGB color model

#40A860 color RGB value is (64,168,96).

RGB: (64,168,96) (25%, 66%, 38%)

RGB channels and saturation

R 64 of 255 = 25%
G 168 of 255 = 66%
B 96 of 255 = 38%

64
168
96

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

Portions of RGB colors in percentages

R + G + B = 64 + 168 + 96 = 328 (100%)
R 64 of 328 ~ 19.51%
G 168 of 328 ~ 51.22%
B 96 of 328 ~ 29.27'%

%19.51
%51.22
%29.27

CMYK color model

#40A860 color CMYK value is (62,0,43,34).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 34.12%

CMYK: (62,0,43,34)
C62M0Y43K34 (62%, 0%, 43%, 34%)
(0.62 / 0.00 / 0.43 / 0.34)

CMYK percentages

%61.9
%0
%42.86
%34.12

Codes

Color #40A860 in popluar color models

40 A8 60
RGB 64 168 96
HSL 138° 44.83% 45.49%
HSB/HSV 138° 61.90% 65.88%
CMYK 61.90% 0.00% 42.86%
34.12%

Color #40A860 in popluar number systems.

HEX 40 A8 60
Decimal 64 168 96
Binary 1000000 10101000 1100000
Octal 100 250 140

Shades and tints

Shades of #40A860

#40A860
(64,168,96)
#3B9958
(59,153,88)
#368A50
(54,138,80)
#317B48
(49,123,72)
#2C6C40
(44,108,64)
#275D38
(39,93,56)
#224E30
(34,78,48)
#1D3F28
(29,63,40)
#183020
(24,48,32)
#132118
(19,33,24)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #40A860

#40A860
(64,168,96)
#51AF6E
(81,175,110)
#62B67C
(98,182,124)
#73BD8A
(115,189,138)
#84C498
(132,196,152)
#95CBA6
(149,203,166)
#A6D2B4
(166,210,180)
#B7D9C2
(183,217,194)
#C8E0D0
(200,224,208)
#D9E7DE
(217,231,222)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A860 color. Also use rgb(64,168,96) instead hex code.

Text Font Color

.myTextColor { color: #40A860; }

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

This text font color is #40A860.

Background Color

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

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

This div background color is #40A860.

Border color

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

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

This div border color is #40A860.

Opacity

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

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

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

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

This text has shadow with #40A860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40A860.

Preview

Color preview on black background

This text has color #40A860 on black background.


Color preview on white background

This text has color #40A860 on white background.


Black color preview on #40A860 background

This text has black color on #40A860 background.


White color preview on #40A860 background

This text has white color on #40A860 background.


Related colors

Complementary color

Complementary color for #hex is #BF579F.


I love getcolorcode.com

Triadic colors

1 #6040A8 and #A86040 with #40A860 are triadic colors.

2 #60A840 and #A84060 with #40A860 are triadic colors.