COLOR #55A158

HEX: #55A158 RGB: (85,161,88)

Color info

#55A158 contains mainly green color. Web safe color of #55A158 is #669966 (or #696).

RGB color model

#55A158 color RGB value is (85,161,88).

RGB: (85,161,88) (33%, 63%, 35%)

RGB channels and saturation

R 85 of 255 = 33%
G 161 of 255 = 63%
B 88 of 255 = 35%

85
161
88

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

Portions of RGB colors in percentages

R + G + B = 85 + 161 + 88 = 334 (100%)
R 85 of 334 ~ 25.45%
G 161 of 334 ~ 48.2%
B 88 of 334 ~ 26.35'%

%25.45
%48.2
%26.35

CMYK color model

#55A158 color CMYK value is (47,0,45,37).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 45.34%
  • key color value is 36.86%

CMYK: (47,0,45,37)
C47M0Y45K37 (47%, 0%, 45%, 37%)
(0.47 / 0.00 / 0.45 / 0.37)

CMYK percentages

%47.2
%0
%45.34
%36.86

Codes

Color #55A158 in popluar color models

55 A1 58
RGB 85 161 88
HSL 122° 30.89% 48.24%
HSB/HSV 122° 47.20% 63.14%
CMYK 47.20% 0.00% 45.34%
36.86%

Color #55A158 in popluar number systems.

HEX 55 A1 58
Decimal 85 161 88
Binary 1010101 10100001 1011000
Octal 125 241 130

Shades and tints

Shades of #55A158

#55A158
(85,161,88)
#4E9350
(78,147,80)
#478548
(71,133,72)
#407740
(64,119,64)
#396938
(57,105,56)
#325B30
(50,91,48)
#2B4D28
(43,77,40)
#243F20
(36,63,32)
#1D3118
(29,49,24)
#162310
(22,35,16)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #55A158

#55A158
(85,161,88)
#64A967
(100,169,103)
#73B176
(115,177,118)
#82B985
(130,185,133)
#91C194
(145,193,148)
#A0C9A3
(160,201,163)
#AFD1B2
(175,209,178)
#BED9C1
(190,217,193)
#CDE1D0
(205,225,208)
#DCE9DF
(220,233,223)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A158 color. Also use rgb(85,161,88) instead hex code.

Text Font Color

.myTextColor { color: #55A158; }

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

This text font color is #55A158.

Background Color

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

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

This div background color is #55A158.

Border color

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

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

This div border color is #55A158.

Opacity

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

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

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

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

This text has shadow with #55A158 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A158.

Preview

Color preview on black background

This text has color #55A158 on black background.


Color preview on white background

This text has color #55A158 on white background.


Black color preview on #55A158 background

This text has black color on #55A158 background.


White color preview on #55A158 background

This text has white color on #55A158 background.


Related colors

Complementary color

Complementary color for #hex is #AA5EA7.


I love getcolorcode.com

Triadic colors

1 #5855A1 and #A15855 with #55A158 are triadic colors.

2 #58A155 and #A15558 with #55A158 are triadic colors.