COLOR #55A268

HEX: #55A268 RGB: (85,162,104)

Color info

#55A268 contains mainly green and blue colors. Web safe color of #55A268 is #669966 (or #696).

RGB color model

#55A268 color RGB value is (85,162,104).

RGB: (85,162,104) (33%, 64%, 41%)

RGB channels and saturation

R 85 of 255 = 33%
G 162 of 255 = 64%
B 104 of 255 = 41%

85
162
104

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

Portions of RGB colors in percentages

R + G + B = 85 + 162 + 104 = 351 (100%)
R 85 of 351 ~ 24.22%
G 162 of 351 ~ 46.15%
B 104 of 351 ~ 29.63'%

%24.22
%46.15
%29.63

CMYK color model

#55A268 color CMYK value is (48,0,36,36).

  • cyan value is 47.53%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 36.47%

CMYK: (48,0,36,36)
C48M0Y36K36 (48%, 0%, 36%, 36%)
(0.48 / 0.00 / 0.36 / 0.36)

CMYK percentages

%47.53
%0
%35.8
%36.47

Codes

Color #55A268 in popluar color models

55 A2 68
RGB 85 162 104
HSL 135° 31.17% 48.43%
HSB/HSV 135° 47.53% 63.53%
CMYK 47.53% 0.00% 35.80%
36.47%

Color #55A268 in popluar number systems.

HEX 55 A2 68
Decimal 85 162 104
Binary 1010101 10100010 1101000
Octal 125 242 150

Shades and tints

Shades of #55A268

#55A268
(85,162,104)
#4E945F
(78,148,95)
#478656
(71,134,86)
#40784D
(64,120,77)
#396A44
(57,106,68)
#325C3B
(50,92,59)
#2B4E32
(43,78,50)
#244029
(36,64,41)
#1D3220
(29,50,32)
#162417
(22,36,23)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #55A268

#55A268
(85,162,104)
#64AA75
(100,170,117)
#73B282
(115,178,130)
#82BA8F
(130,186,143)
#91C29C
(145,194,156)
#A0CAA9
(160,202,169)
#AFD2B6
(175,210,182)
#BEDAC3
(190,218,195)
#CDE2D0
(205,226,208)
#DCEADD
(220,234,221)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A268 color. Also use rgb(85,162,104) instead hex code.

Text Font Color

.myTextColor { color: #55A268; }

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

This text font color is #55A268.

Background Color

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

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

This div background color is #55A268.

Border color

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

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

This div border color is #55A268.

Opacity

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

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

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

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

This text has shadow with #55A268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A268.

Preview

Color preview on black background

This text has color #55A268 on black background.


Color preview on white background

This text has color #55A268 on white background.


Black color preview on #55A268 background

This text has black color on #55A268 background.


White color preview on #55A268 background

This text has white color on #55A268 background.


Related colors

Complementary color

Complementary color for #hex is #AA5D97.


I love getcolorcode.com

Triadic colors

1 #6855A2 and #A26855 with #55A268 are triadic colors.

2 #68A255 and #A25568 with #55A268 are triadic colors.