COLOR #40A270

HEX: #40A270 RGB: (64,162,112)

Color info

#40A270 contains mainly green and blue colors. Web safe color of #40A270 is #339966 (or #396).

RGB color model

#40A270 color RGB value is (64,162,112).

RGB: (64,162,112) (25%, 64%, 44%)

RGB channels and saturation

R 64 of 255 = 25%
G 162 of 255 = 64%
B 112 of 255 = 44%

64
162
112

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

Portions of RGB colors in percentages

R + G + B = 64 + 162 + 112 = 338 (100%)
R 64 of 338 ~ 18.93%
G 162 of 338 ~ 47.93%
B 112 of 338 ~ 33.14'%

%18.93
%47.93
%33.14

CMYK color model

#40A270 color CMYK value is (60,0,31,36).

  • cyan value is 60.49%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 36.47%
CMYK: (60,0,31,36) C60M0Y31K36 (60%,0%,31%,36%) (0.60/0.00/0.31/0.36) 

CMYK percentages

%60.49
%0
%30.86
%36.47

Codes

Color #40A270 in popluar color models

40 A2 70
RGB 64 162 112
HSL 149° 43.36% 44.31%
HSB/HSV 149° 60.49% 63.53%
CMYK 60.49% 0.00% 30.86%
36.47%

Color #40A270 in popluar number systems.

HEX 40 A2 70
Decimal 64 162 112
Binary 1000000 10100010 1110000
Octal 100 242 160

Shades and tints

Shades of #40A270

#40A270
(64,162,112)
#3B9466
(59,148,102)
#36865C
(54,134,92)
#317852
(49,120,82)
#2C6A48
(44,106,72)
#275C3E
(39,92,62)
#224E34
(34,78,52)
#1D402A
(29,64,42)
#183220
(24,50,32)
#132416
(19,36,22)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #40A270

#40A270
(64,162,112)
#51AA7D
(81,170,125)
#62B28A
(98,178,138)
#73BA97
(115,186,151)
#84C2A4
(132,194,164)
#95CAB1
(149,202,177)
#A6D2BE
(166,210,190)
#B7DACB
(183,218,203)
#C8E2D8
(200,226,216)
#D9EAE5
(217,234,229)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A270 color. Also use rgb(64,162,112) instead hex code.

Text Font Color

.myTextColor { color: #40A270; }

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

This text font color is #40A270.

Background Color

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

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

This div background color is #40A270.

Border color

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

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

This div border color is #40A270.

Opacity

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

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

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

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

This text has shadow with #40A270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40A270.

Preview

Color preview on black background

This text has color #40A270 on black background.


Color preview on white background

This text has color #40A270 on white background.


Black color preview on #40A270 background

This text has black color on #40A270 background.


White color preview on #40A270 background

This text has white color on #40A270 background.


Related colors

Complementary color

Complementary color for #hex is #BF5D8F.


I love getcolorcode.com

Triadic colors

1 #7040A2 and #A27040 with #40A270 are triadic colors.

2 #70A240 and #A24070 with #40A270 are triadic colors.