COLOR #55A901

HEX: #55A901 RGB: (85,169,1)

Color info

#55A901 contains mainly green color. Web safe color of #55A901 is #669900 (or #690).

RGB color model

#55A901 color RGB value is (85,169,1).

RGB: (85,169,1) (33%, 66%, 0%)

RGB channels and saturation

R 85 of 255 = 33%
G 169 of 255 = 66%
B 1 of 255 = 0%

85
169
1

R + G + B ~ 33%. #55A901 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 169 + 1 = 255 (100%)
R 85 of 255 ~ 33.33%
G 169 of 255 ~ 66.27%
B 1 of 255 ~ 0.39'%

%33.33
%66.27

CMYK color model

#55A901 color CMYK value is (50,0,99,34).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 99.41%
  • key color value is 33.73%

CMYK: (50,0,99,34)
C50M0Y99K34 (50%, 0%, 99%, 34%)
(0.50 / 0.00 / 0.99 / 0.34)

CMYK percentages

%49.7
%0
%99.41
%33.73

Codes

Color #55A901 in popluar color models

55 A9 01
RGB 85 169 1
HSL 90° 98.82% 33.33%
HSB/HSV 90° 99.41% 66.27%
CMYK 49.70% 0.00% 99.41%
33.73%

Color #55A901 in popluar number systems.

HEX 55 A9 01
Decimal 85 169 1
Binary 1010101 10101001 1
Octal 125 251 1

Shades and tints

Shades of #55A901

#55A901
(85,169,1)
#4E9A01
(78,154,1)
#478B01
(71,139,1)
#407C01
(64,124,1)
#396D01
(57,109,1)
#325E01
(50,94,1)
#2B4F01
(43,79,1)
#244001
(36,64,1)
#1D3101
(29,49,1)
#162201
(22,34,1)
#0F1301
(15,19,1)
#000000
(0,0,0)

Tints of #55A901

#55A901
(85,169,1)
#64B018
(100,176,24)
#73B72F
(115,183,47)
#82BE46
(130,190,70)
#91C55D
(145,197,93)
#A0CC74
(160,204,116)
#AFD38B
(175,211,139)
#BEDAA2
(190,218,162)
#CDE1B9
(205,225,185)
#DCE8D0
(220,232,208)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A901 color. Also use rgb(85,169,1) instead hex code.

Text Font Color

.myTextColor { color: #55A901; }

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

This text font color is #55A901.

Background Color

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

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

This div background color is #55A901.

Border color

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

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

This div border color is #55A901.

Opacity

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

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

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

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

This text has shadow with #55A901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A901.

Preview

Color preview on black background

This text has color #55A901 on black background.


Color preview on white background

This text has color #55A901 on white background.


Black color preview on #55A901 background

This text has black color on #55A901 background.


White color preview on #55A901 background

This text has white color on #55A901 background.


Related colors

Complementary color

Complementary color for #55A901 is #AA56FE.


I love getcolorcode.com

Triadic colors

1 #0155A9 and #A90155 with #55A901 are triadic colors.

2 #01A955 and #A95501 with #55A901 are triadic colors.