COLOR #40AE09

HEX: #40AE09
RGB: (64,174,9)

Color info

#40AE09 contains mainly green color. Web safe color of #40AE09 is #339900 (or #390).

RGB color model

#40AE09 color RGB value is (64,174,9).

  • red value is 64;
  • green value is 174;
  • blue value is 9.
RGB:
(64,174,9)
(25%,68%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 174 of 255 = 68%
B 9 of 255 = 4%

64
174
9

R + G + B ~ 32%. #40AE09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 174 + 9 = 247 (100%)
R 64 of 247 ~ 25.91%
G 174 of 247 ~ 70.45%
B 9 of 247 ~ 3.64%

%25.91
%70.45

CMYK color model

#40AE09 color CMYK value is (63,0,95,32).

  • cyan value is 63.22%
  • magenta value is 0.00%
  • yellow value is 94.83%
  • key color value is 31.76%
CMYK:
(63,0,95,32)
C63M0Y95K32 
(63%,0%,95%,32%)
(0.63/0.00/0.95/0.32)	

CMYK percentages

%63.22
%0
%94.83
%31.76

Codes

Color #40AE09 in popluar color models

40AE09
RGB641749
HSL100°90.16%35.88%
HSB/HSV100°94.83%68.24%
CMYK63.22%0.00%94.83%
31.76%

Color #40AE09 in popluar number systems.

HEX40AE09
Decimal641749
Binary1000000101011101001
Octal10025611

Shades and tints

Shades of #40AE09

#40AE09
(64,174,9)
#3B9F09
(59,159,9)
#369009
(54,144,9)
#318109
(49,129,9)
#2C7209
(44,114,9)
#276309
(39,99,9)
#225409
(34,84,9)
#1D4509
(29,69,9)
#183609
(24,54,9)
#132709
(19,39,9)
#0E1809
(14,24,9)
#000000
(0,0,0)

Tints of #40AE09

#40AE09
(64,174,9)
#51B51F
(81,181,31)
#62BC35
(98,188,53)
#73C34B
(115,195,75)
#84CA61
(132,202,97)
#95D177
(149,209,119)
#A6D88D
(166,216,141)
#B7DFA3
(183,223,163)
#C8E6B9
(200,230,185)
#D9EDCF
(217,237,207)
#EAF4E5
(234,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40AE09; }

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

This text font color is #40AE09.


Background Color

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

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

This div background color is #40AE09.


Border color

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

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

This div border color is #40AE09.


Opacity

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

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

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

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

This text has shadow with #40AE09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AE09 on black background.


Color preview on white background

This text has color #40AE09 on white background.



Black color preview on #40AE09 background

This text has black color on #40AE09 background.


White color preview on #40AE09 background

This text has white color on #40AE09 background.