COLOR #5AB06E

HEX: #5AB06E
RGB: (90,176,110)

Renk bilgisi

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

RGB renk modeli

#5AB06E color RGB value is (90,176,110).

  • kırmız ton 90;
  • yeşil ton 176;
  • mavi ton 110.
RGB:
(90,176,110)
(35%,69%,43%)

RGB bağlantıları ve doygunluk

R 90 of 255 = 35%
G 176 of 255 = 69%
B 110 of 255 = 43%

90
176
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
90 + 176 + 110 = 376 (100%)
R 90 of 376 ~ 23.94%
G 176 of 376 ~ 46.81%
B 110 of 376 ~ 29.26%

%23.94
%46.81
%29.26

CMYK RENK MODELİ

#5AB06E rengi CMYK tonu (49,0,38,31).

  • camgöbeği tonu 48.86%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 30.98%
CMYK:
(49,0,38,31)
C49M0Y38K31 
(49%,0%,38%,31%)
(0.49/0.00/0.38/0.31)	

CMYK yüzdeleri

%48.86
%0
%37.5
%30.98

Codes

Color #5AB06E in popluar color models

5AB06E
RGB90176110
HSL134°35.25%52.16%
HSB/HSV134°48.86%69.02%
CMYK48.86%0.00%37.50%
30.98%

Color #5AB06E in popluar number systems.

HEX5AB06E
Decimal90176110
Binary1011010101100001101110
Octal132260156

Shades and tints

Shades of #5AB06E

#5AB06E
(90,176,110)
#52A064
(82,160,100)
#4A905A
(74,144,90)
#428050
(66,128,80)
#3A7046
(58,112,70)
#32603C
(50,96,60)
#2A5032
(42,80,50)
#224028
(34,64,40)
#1A301E
(26,48,30)
#122014
(18,32,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #5AB06E

#5AB06E
(90,176,110)
#69B77B
(105,183,123)
#78BE88
(120,190,136)
#87C595
(135,197,149)
#96CCA2
(150,204,162)
#A5D3AF
(165,211,175)
#B4DABC
(180,218,188)
#C3E1C9
(195,225,201)
#D2E8D6
(210,232,214)
#E1EFE3
(225,239,227)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB06E color. Also use rgb(90,176,110) instead hex code.

Text Font Color

.myTextColor { color: #5AB06E; }

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

This text font color is #5AB06E.


Background Color

.myBgColor { background-color: #5AB06E; }

<div style="background-color:#5AB06E">Inner text</div>

This div background color is #5AB06E.


Border color

.myBorderColor { border: 1px solid #5AB06E; }

<div style="border:3px solid #5AB06E">Div</div>

This div border color is #5AB06E.


Opacity

.myOpacity80 { color: #5AB06E; opacity: 0.8; }

<p style="color:#5AB06E;opacity:0.8;">80%</p>

Text with #5AB06E 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 #5AB06E;}

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

This text has shadow with #5AB06E color.

.textShadow {text-shadow: 3px 3px 1px #5AB06E, 3px 3px 1px red;}

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

This text has shadow with #5AB06E primary color and red secondary color.


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

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

This text has shadow with #5AB06E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB06E on black background.


Color preview on white background

This text has color #5AB06E on white background.



Black color preview on #5AB06E background

This text has black color on #5AB06E background.


White color preview on #5AB06E background

This text has white color on #5AB06E background.