COLOR #40A24F

HEX: #40A24F RGB: (64,162,79)

Color info

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

RGB color model

#40A24F color RGB value is (64,162,79).

RGB: (64,162,79) (25%, 64%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 162 of 255 = 64%
B 79 of 255 = 31%

64
162
79

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

Portions of RGB colors in percentages

R + G + B = 64 + 162 + 79 = 305 (100%)
R 64 of 305 ~ 20.98%
G 162 of 305 ~ 53.11%
B 79 of 305 ~ 25.9'%

%20.98
%53.11
%25.9

CMYK color model

#40A24F color CMYK value is (60,0,51,36).

  • cyan value is 60.49%
  • magenta value is 0.00%
  • yellow value is 51.23%
  • key color value is 36.47%

CMYK: (60,0,51,36)
C60M0Y51K36 (60%, 0%, 51%, 36%)
(0.60 / 0.00 / 0.51 / 0.36)

CMYK percentages

%60.49
%0
%51.23
%36.47

Codes

Color #40A24F in popluar color models

40 A2 4F
RGB 64 162 79
HSL 129° 43.36% 44.31%
HSB/HSV 129° 60.49% 63.53%
CMYK 60.49% 0.00% 51.23%
36.47%

Color #40A24F in popluar number systems.

HEX 40 A2 4F
Decimal 64 162 79
Binary 1000000 10100010 1001111
Octal 100 242 117

Shades and tints

Shades of #40A24F

#40A24F
(64,162,79)
#3B9448
(59,148,72)
#368641
(54,134,65)
#31783A
(49,120,58)
#2C6A33
(44,106,51)
#275C2C
(39,92,44)
#224E25
(34,78,37)
#1D401E
(29,64,30)
#183217
(24,50,23)
#132410
(19,36,16)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #40A24F

#40A24F
(64,162,79)
#51AA5F
(81,170,95)
#62B26F
(98,178,111)
#73BA7F
(115,186,127)
#84C28F
(132,194,143)
#95CA9F
(149,202,159)
#A6D2AF
(166,210,175)
#B7DABF
(183,218,191)
#C8E2CF
(200,226,207)
#D9EADF
(217,234,223)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A24F; }

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

This text font color is #40A24F.

Background Color

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

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

This div background color is #40A24F.

Border color

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

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

This div border color is #40A24F.

Opacity

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

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

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

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

This text has shadow with #40A24F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40A24F.

Preview

Color preview on black background

This text has color #40A24F on black background.


Color preview on white background

This text has color #40A24F on white background.


Black color preview on #40A24F background

This text has black color on #40A24F background.


White color preview on #40A24F background

This text has white color on #40A24F background.


Related colors

Complementary color

Complementary color for #hex is #BF5DB0.


I love getcolorcode.com

Triadic colors

1 #4F40A2 and #A24F40 with #40A24F are triadic colors.

2 #4FA240 and #A2404F with #40A24F are triadic colors.