COLOR #72AE41

HEX: #72AE41 RGB: (114,174,65)

Color info

#72AE41 contains mainly green color. Web safe color of #72AE41 is #669933 (or #693).

RGB color model

#72AE41 color RGB value is (114,174,65).

RGB: (114,174,65) (45%, 68%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 174 of 255 = 68%
B 65 of 255 = 25%

114
174
65

R + G + B ~ 46%. #72AE41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 174 + 65 = 353 (100%)
R 114 of 353 ~ 32.29%
G 174 of 353 ~ 49.29%
B 65 of 353 ~ 18.41'%

%32.29
%49.29
%18.41

CMYK color model

#72AE41 color CMYK value is (34,0,63,32).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 31.76%

CMYK: (34,0,63,32)
C34M0Y63K32 (34%, 0%, 63%, 32%)
(0.34 / 0.00 / 0.63 / 0.32)

CMYK percentages

%34.48
%0
%62.64
%31.76

Codes

Color #72AE41 in popluar color models

72 AE 41
RGB 114 174 65
HSL 93° 45.61% 46.86%
HSB/HSV 93° 62.64% 68.24%
CMYK 34.48% 0.00% 62.64%
31.76%

Color #72AE41 in popluar number systems.

HEX 72 AE 41
Decimal 114 174 65
Binary 1110010 10101110 1000001
Octal 162 256 101

Shades and tints

Shades of #72AE41

#72AE41
(114,174,65)
#689F3C
(104,159,60)
#5E9037
(94,144,55)
#548132
(84,129,50)
#4A722D
(74,114,45)
#406328
(64,99,40)
#365423
(54,84,35)
#2C451E
(44,69,30)
#223619
(34,54,25)
#182714
(24,39,20)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #72AE41

#72AE41
(114,174,65)
#7EB552
(126,181,82)
#8ABC63
(138,188,99)
#96C374
(150,195,116)
#A2CA85
(162,202,133)
#AED196
(174,209,150)
#BAD8A7
(186,216,167)
#C6DFB8
(198,223,184)
#D2E6C9
(210,230,201)
#DEEDDA
(222,237,218)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AE41 color. Also use rgb(114,174,65) instead hex code.

Text Font Color

.myTextColor { color: #72AE41; }

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

This text font color is #72AE41.

Background Color

.myBgColor { background-color: #72AE41; }

<div style="background-color:#72AE41">Inner text</div>

This div background color is #72AE41.

Border color

.myBorderColor { border: 1px solid #72AE41; }

<div style="border:3px solid #72AE41">Div</div>

This div border color is #72AE41.

Opacity

.myOpacity80 { color: #72AE41; opacity: 0.8; }

<p style="color:#72AE41;opacity:0.8;">80%</p>

Text with #72AE41 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 #72AE41;}

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

This text has shadow with #72AE41 color.


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

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

This text has shadow with #72AE41 primary color and red secondary color.


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

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

This text has shadow with #72AE41 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72AE41.

Preview

Color preview on black background

This text has color #72AE41 on black background.


Color preview on white background

This text has color #72AE41 on white background.


Black color preview on #72AE41 background

This text has black color on #72AE41 background.


White color preview on #72AE41 background

This text has white color on #72AE41 background.


Related colors

Complementary color

Complementary color for #hex is #8D51BE.


I love getcolorcode.com

Triadic colors

1 #4172AE and #AE4172 with #72AE41 are triadic colors.

2 #41AE72 and #AE7241 with #72AE41 are triadic colors.