COLOR #51AC29

HEX: #51AC29 RGB: (81,172,41)

Color info

#51AC29 contains mainly green color. Web safe color of #51AC29 is #669933 (or #693).

RGB color model

#51AC29 color RGB value is (81,172,41).

RGB: (81,172,41) (32%, 67%, 16%)

RGB channels and saturation

R 81 of 255 = 32%
G 172 of 255 = 67%
B 41 of 255 = 16%

81
172
41

R + G + B ~ 38%. #51AC29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 172 + 41 = 294 (100%)
R 81 of 294 ~ 27.55%
G 172 of 294 ~ 58.5%
B 41 of 294 ~ 13.95'%

%27.55
%58.5
%13.95

CMYK color model

#51AC29 color CMYK value is (53,0,76,33).

  • cyan value is 52.91%
  • magenta value is 0.00%
  • yellow value is 76.16%
  • key color value is 32.55%

CMYK: (53,0,76,33)
C53M0Y76K33 (53%, 0%, 76%, 33%)
(0.53 / 0.00 / 0.76 / 0.33)

CMYK percentages

%52.91
%0
%76.16
%32.55

Codes

Color #51AC29 in popluar color models

51 AC 29
RGB 81 172 41
HSL 102° 61.50% 41.76%
HSB/HSV 102° 76.16% 67.45%
CMYK 52.91% 0.00% 76.16%
32.55%

Color #51AC29 in popluar number systems.

HEX 51 AC 29
Decimal 81 172 41
Binary 1010001 10101100 101001
Octal 121 254 51

Shades and tints

Shades of #51AC29

#51AC29
(81,172,41)
#4A9D26
(74,157,38)
#438E23
(67,142,35)
#3C7F20
(60,127,32)
#35701D
(53,112,29)
#2E611A
(46,97,26)
#275217
(39,82,23)
#204314
(32,67,20)
#193411
(25,52,17)
#12250E
(18,37,14)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #51AC29

#51AC29
(81,172,41)
#60B33C
(96,179,60)
#6FBA4F
(111,186,79)
#7EC162
(126,193,98)
#8DC875
(141,200,117)
#9CCF88
(156,207,136)
#ABD69B
(171,214,155)
#BADDAE
(186,221,174)
#C9E4C1
(201,228,193)
#D8EBD4
(216,235,212)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AC29 color. Also use rgb(81,172,41) instead hex code.

Text Font Color

.myTextColor { color: #51AC29; }

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

This text font color is #51AC29.

Background Color

.myBgColor { background-color: #51AC29; }

<div style="background-color:#51AC29">Inner text</div>

This div background color is #51AC29.

Border color

.myBorderColor { border: 1px solid #51AC29; }

<div style="border:3px solid #51AC29">Div</div>

This div border color is #51AC29.

Opacity

.myOpacity80 { color: #51AC29; opacity: 0.8; }

<p style="color:#51AC29;opacity:0.8;">80%</p>

Text with #51AC29 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 #51AC29;}

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

This text has shadow with #51AC29 color.


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

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

This text has shadow with #51AC29 primary color and red secondary color.


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

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

This text has shadow with #51AC29 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51AC29.

Preview

Color preview on black background

This text has color #51AC29 on black background.


Color preview on white background

This text has color #51AC29 on white background.


Black color preview on #51AC29 background

This text has black color on #51AC29 background.


White color preview on #51AC29 background

This text has white color on #51AC29 background.


Related colors

Complementary color

Complementary color for #hex is #AE53D6.


I love getcolorcode.com

Triadic colors

1 #2951AC and #AC2951 with #51AC29 are triadic colors.

2 #29AC51 and #AC5129 with #51AC29 are triadic colors.