COLOR #55AC3C

HEX: #55AC3C RGB: (85,172,60)

Color info

#55AC3C contains mainly green color. Web safe color of #55AC3C is #669933 (or #693).

RGB color model

#55AC3C color RGB value is (85,172,60).

RGB: (85,172,60) (33%, 67%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 172 of 255 = 67%
B 60 of 255 = 24%

85
172
60

R + G + B ~ 41%. #55AC3C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 172 + 60 = 317 (100%)
R 85 of 317 ~ 26.81%
G 172 of 317 ~ 54.26%
B 60 of 317 ~ 18.93'%

%26.81
%54.26
%18.93

CMYK color model

#55AC3C color CMYK value is (51,0,65,33).

  • cyan value is 50.58%
  • magenta value is 0.00%
  • yellow value is 65.12%
  • key color value is 32.55%
CMYK: (51,0,65,33) C51M0Y65K33 (51%,0%,65%,33%) (0.51/0.00/0.65/0.33) 

CMYK percentages

%50.58
%0
%65.12
%32.55

Codes

Color #55AC3C in popluar color models

55 AC 3C
RGB 85 172 60
HSL 107° 48.28% 45.49%
HSB/HSV 107° 65.12% 67.45%
CMYK 50.58% 0.00% 65.12%
32.55%

Color #55AC3C in popluar number systems.

HEX 55 AC 3C
Decimal 85 172 60
Binary 1010101 10101100 111100
Octal 125 254 74

Shades and tints

Shades of #55AC3C

#55AC3C
(85,172,60)
#4E9D37
(78,157,55)
#478E32
(71,142,50)
#407F2D
(64,127,45)
#397028
(57,112,40)
#326123
(50,97,35)
#2B521E
(43,82,30)
#244319
(36,67,25)
#1D3414
(29,52,20)
#16250F
(22,37,15)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #55AC3C

#55AC3C
(85,172,60)
#64B34D
(100,179,77)
#73BA5E
(115,186,94)
#82C16F
(130,193,111)
#91C880
(145,200,128)
#A0CF91
(160,207,145)
#AFD6A2
(175,214,162)
#BEDDB3
(190,221,179)
#CDE4C4
(205,228,196)
#DCEBD5
(220,235,213)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AC3C color. Also use rgb(85,172,60) instead hex code.

Text Font Color

.myTextColor { color: #55AC3C; }

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

This text font color is #55AC3C.

Background Color

.myBgColor { background-color: #55AC3C; }

<div style="background-color:#55AC3C">Inner text</div>

This div background color is #55AC3C.

Border color

.myBorderColor { border: 1px solid #55AC3C; }

<div style="border:3px solid #55AC3C">Div</div>

This div border color is #55AC3C.

Opacity

.myOpacity80 { color: #55AC3C; opacity: 0.8; }

<p style="color:#55AC3C;opacity:0.8;">80%</p>

Text with #55AC3C 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 #55AC3C;}

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

This text has shadow with #55AC3C color.


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

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

This text has shadow with #55AC3C primary color and red secondary color.


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

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

This text has shadow with #55AC3C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55AC3C.

Preview

Color preview on black background

This text has color #55AC3C on black background.


Color preview on white background

This text has color #55AC3C on white background.


Black color preview on #55AC3C background

This text has black color on #55AC3C background.


White color preview on #55AC3C background

This text has white color on #55AC3C background.


Related colors

Complementary color

Complementary color for #hex is #AA53C3.


I love getcolorcode.com

Triadic colors

1 #3C55AC and #AC3C55 with #55AC3C are triadic colors.

2 #3CAC55 and #AC553C with #55AC3C are triadic colors.