COLOR #55AC25

HEX: #55AC25
RGB: (85,172,37)

Color info

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

RGB color model

#55AC25 color RGB value is (85,172,37).

  • red value is 85;
  • green value is 172;
  • blue value is 37.
RGB:
(85,172,37)
(33%,67%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 172 of 255 = 67%
B 37 of 255 = 15%

85
172
37

R + G + B ~ 38%. #55AC25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 172 + 37 = 294 (100%)
R 85 of 294 ~ 28.91%
G 172 of 294 ~ 58.5%
B 37 of 294 ~ 12.59%

%28.91
%58.5
%12.59

CMYK color model

#55AC25 color CMYK value is (51,0,78,33).

  • cyan value is 50.58%
  • magenta value is 0.00%
  • yellow value is 78.49%
  • key color value is 32.55%
CMYK:
(51,0,78,33)
C51M0Y78K33 
(51%,0%,78%,33%)
(0.51/0.00/0.78/0.33)	

CMYK percentages

%50.58
%0
%78.49
%32.55

Codes

Color #55AC25 in popluar color models

55AC25
RGB8517237
HSL99°64.59%40.98%
HSB/HSV99°78.49%67.45%
CMYK50.58%0.00%78.49%
32.55%

Color #55AC25 in popluar number systems.

HEX55AC25
Decimal8517237
Binary101010110101100100101
Octal12525445

Shades and tints

Shades of #55AC25

#55AC25
(85,172,37)
#4E9D22
(78,157,34)
#478E1F
(71,142,31)
#407F1C
(64,127,28)
#397019
(57,112,25)
#326116
(50,97,22)
#2B5213
(43,82,19)
#244310
(36,67,16)
#1D340D
(29,52,13)
#16250A
(22,37,10)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #55AC25

#55AC25
(85,172,37)
#64B338
(100,179,56)
#73BA4B
(115,186,75)
#82C15E
(130,193,94)
#91C871
(145,200,113)
#A0CF84
(160,207,132)
#AFD697
(175,214,151)
#BEDDAA
(190,221,170)
#CDE4BD
(205,228,189)
#DCEBD0
(220,235,208)
#EBF2E3
(235,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AC25; }

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

This text font color is #55AC25.


Background Color

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

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

This div background color is #55AC25.


Border color

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

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

This div border color is #55AC25.


Opacity

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

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

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

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

This text has shadow with #55AC25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AC25 on black background.


Color preview on white background

This text has color #55AC25 on white background.



Black color preview on #55AC25 background

This text has black color on #55AC25 background.


White color preview on #55AC25 background

This text has white color on #55AC25 background.