COLOR #40AA40

HEX: #40AA40
RGB: (64,170,64)

Color info

#40AA40 contains mainly green color. Web safe color of #40AA40 is #339933 (or #393).

RGB color model

#40AA40 color RGB value is (64,170,64).

  • red value is 64;
  • green value is 170;
  • blue value is 64.
RGB:
(64,170,64)
(25%,67%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 170 of 255 = 67%
B 64 of 255 = 25%

64
170
64

R + G + B ~ 39%. #40AA40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 170 + 64 = 298 (100%)
R 64 of 298 ~ 21.48%
G 170 of 298 ~ 57.05%
B 64 of 298 ~ 21.48%

%21.48
%57.05
%21.48

CMYK color model

#40AA40 color CMYK value is (62,0,62,33).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 62.35%
  • key color value is 33.33%
CMYK:
(62,0,62,33)
C62M0Y62K33 
(62%,0%,62%,33%)
(0.62/0.00/0.62/0.33)	

CMYK percentages

%62.35
%0
%62.35
%33.33

Codes

Color #40AA40 in popluar color models

40AA40
RGB6417064
HSL120°45.30%45.88%
HSB/HSV120°62.35%66.67%
CMYK62.35%0.00%62.35%
33.33%

Color #40AA40 in popluar number systems.

HEX40AA40
Decimal6417064
Binary1000000101010101000000
Octal100252100

Shades and tints

Shades of #40AA40

#40AA40
(64,170,64)
#3B9B3B
(59,155,59)
#368C36
(54,140,54)
#317D31
(49,125,49)
#2C6E2C
(44,110,44)
#275F27
(39,95,39)
#225022
(34,80,34)
#1D411D
(29,65,29)
#183218
(24,50,24)
#132313
(19,35,19)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #40AA40

#40AA40
(64,170,64)
#51B151
(81,177,81)
#62B862
(98,184,98)
#73BF73
(115,191,115)
#84C684
(132,198,132)
#95CD95
(149,205,149)
#A6D4A6
(166,212,166)
#B7DBB7
(183,219,183)
#C8E2C8
(200,226,200)
#D9E9D9
(217,233,217)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40AA40; }

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

This text font color is #40AA40.


Background Color

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

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

This div background color is #40AA40.


Border color

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

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

This div border color is #40AA40.


Opacity

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

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

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

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

This text has shadow with #40AA40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AA40 on black background.


Color preview on white background

This text has color #40AA40 on white background.



Black color preview on #40AA40 background

This text has black color on #40AA40 background.


White color preview on #40AA40 background

This text has white color on #40AA40 background.