COLOR #59AC70

HEX: #59AC70
RGB: (89,172,112)

Renk bilgisi

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

RGB renk modeli

#59AC70 color RGB value is (89,172,112).

  • kırmız ton 89;
  • yeşil ton 172;
  • mavi ton 112.
RGB:
(89,172,112)
(35%,67%,44%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 172 of 255 = 67%
B 112 of 255 = 44%

89
172
112

R + G + B ~ 49%. #59AC70 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 172 + 112 = 373 (100%)
R 89 of 373 ~ 23.86%
G 172 of 373 ~ 46.11%
B 112 of 373 ~ 30.03%

%23.86
%46.11
%30.03

CMYK RENK MODELİ

#59AC70 rengi CMYK tonu (48,0,35,33).

  • camgöbeği tonu 48.26%
  • eflatun tonu 0.00%
  • sarı tonu 34.88%
  • ana renk tonu 32.55%
CMYK:
(48,0,35,33)
C48M0Y35K33 
(48%,0%,35%,33%)
(0.48/0.00/0.35/0.33)	

CMYK yüzdeleri

%48.26
%0
%34.88
%32.55

Codes

Color #59AC70 in popluar color models

59AC70
RGB89172112
HSL137°33.33%51.18%
HSB/HSV137°48.26%67.45%
CMYK48.26%0.00%34.88%
32.55%

Color #59AC70 in popluar number systems.

HEX59AC70
Decimal89172112
Binary1011001101011001110000
Octal131254160

Shades and tints

Shades of #59AC70

#59AC70
(89,172,112)
#519D66
(81,157,102)
#498E5C
(73,142,92)
#417F52
(65,127,82)
#397048
(57,112,72)
#31613E
(49,97,62)
#295234
(41,82,52)
#21432A
(33,67,42)
#193420
(25,52,32)
#112516
(17,37,22)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #59AC70

#59AC70
(89,172,112)
#68B37D
(104,179,125)
#77BA8A
(119,186,138)
#86C197
(134,193,151)
#95C8A4
(149,200,164)
#A4CFB1
(164,207,177)
#B3D6BE
(179,214,190)
#C2DDCB
(194,221,203)
#D1E4D8
(209,228,216)
#E0EBE5
(224,235,229)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AC70 color. Also use rgb(89,172,112) instead hex code.

Text Font Color

.myTextColor { color: #59AC70; }

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

This text font color is #59AC70.


Background Color

.myBgColor { background-color: #59AC70; }

<div style="background-color:#59AC70">Inner text</div>

This div background color is #59AC70.


Border color

.myBorderColor { border: 1px solid #59AC70; }

<div style="border:3px solid #59AC70">Div</div>

This div border color is #59AC70.


Opacity

.myOpacity80 { color: #59AC70; opacity: 0.8; }

<p style="color:#59AC70;opacity:0.8;">80%</p>

Text with #59AC70 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 #59AC70;}

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

This text has shadow with #59AC70 color.

.textShadow {text-shadow: 3px 3px 1px #59AC70, 3px 3px 1px red;}

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

This text has shadow with #59AC70 primary color and red secondary color.


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

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

This text has shadow with #59AC70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AC70 on black background.


Color preview on white background

This text has color #59AC70 on white background.



Black color preview on #59AC70 background

This text has black color on #59AC70 background.


White color preview on #59AC70 background

This text has white color on #59AC70 background.