COLOR #55AA55

HEX: #55AA55
RGB: (85,170,85)

Renk bilgisi

#55AA55 contains mainly green color. #55AA55 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#55AA55 color RGB value is (85,170,85).

  • kırmız ton 85;
  • yeşil ton 170;
  • mavi ton 85.
RGB:
(85,170,85)
(33%,67%,33%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 170 of 255 = 67%
B 85 of 255 = 33%

85
170
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 170 + 85 = 340 (100%)
R 85 of 340 ~ 25%
G 170 of 340 ~ 50%
B 85 of 340 ~ 25%

%25
%50
%25

CMYK RENK MODELİ

#55AA55 rengi CMYK tonu (50,0,50,33).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 33.33%
CMYK:
(50,0,50,33)
C50M0Y50K33 
(50%,0%,50%,33%)
(0.50/0.00/0.50/0.33)	

CMYK yüzdeleri

%50
%0
%50
%33.33

Codes

Color #55AA55 in popluar color models

55AA55
RGB8517085
HSL120°33.33%50.00%
HSB/HSV120°50.00%66.67%
CMYK50.00%0.00%50.00%
33.33%

Color #55AA55 in popluar number systems.

HEX55AA55
Decimal8517085
Binary1010101101010101010101
Octal125252125

Shades and tints

Shades of #55AA55

#55AA55
(85,170,85)
#4E9B4E
(78,155,78)
#478C47
(71,140,71)
#407D40
(64,125,64)
#396E39
(57,110,57)
#325F32
(50,95,50)
#2B502B
(43,80,43)
#244124
(36,65,36)
#1D321D
(29,50,29)
#162316
(22,35,22)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #55AA55

#55AA55
(85,170,85)
#64B164
(100,177,100)
#73B873
(115,184,115)
#82BF82
(130,191,130)
#91C691
(145,198,145)
#A0CDA0
(160,205,160)
#AFD4AF
(175,212,175)
#BEDBBE
(190,219,190)
#CDE2CD
(205,226,205)
#DCE9DC
(220,233,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AA55; }

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

This text font color is #55AA55.


Background Color

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

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

This div background color is #55AA55.


Border color

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

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

This div border color is #55AA55.


Opacity

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

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

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

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

This text has shadow with #55AA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AA55 on black background.


Color preview on white background

This text has color #55AA55 on white background.



Black color preview on #55AA55 background

This text has black color on #55AA55 background.


White color preview on #55AA55 background

This text has white color on #55AA55 background.