COLOR #5ADA8C

HEX: #5ADA8C
RGB: (90,218,140)

Renk bilgisi

#5ADA8C contains mainly green color. #5ADA8C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#5ADA8C color RGB value is (90,218,140).

  • kırmız ton 90;
  • yeşil ton 218;
  • mavi ton 140.
RGB:
(90,218,140)
(35%,85%,55%)

RGB bağlantıları ve doygunluk

R 90 of 255 = 35%
G 218 of 255 = 85%
B 140 of 255 = 55%

90
218
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
90 + 218 + 140 = 448 (100%)
R 90 of 448 ~ 20.09%
G 218 of 448 ~ 48.66%
B 140 of 448 ~ 31.25%

%20.09
%48.66
%31.25

CMYK RENK MODELİ

#5ADA8C rengi CMYK tonu (59,0,36,15).

  • camgöbeği tonu 58.72%
  • eflatun tonu 0.00%
  • sarı tonu 35.78%
  • ana renk tonu 14.51%
CMYK:
(59,0,36,15)
C59M0Y36K15 
(59%,0%,36%,15%)
(0.59/0.00/0.36/0.15)	

CMYK yüzdeleri

%58.72
%0
%35.78
%14.51

Codes

Color #5ADA8C in popluar color models

5ADA8C
RGB90218140
HSL143°63.37%60.39%
HSB/HSV143°58.72%85.49%
CMYK58.72%0.00%35.78%
14.51%

Color #5ADA8C in popluar number systems.

HEX5ADA8C
Decimal90218140
Binary10110101101101010001100
Octal132332214

Shades and tints

Shades of #5ADA8C

#5ADA8C
(90,218,140)
#52C780
(82,199,128)
#4AB474
(74,180,116)
#42A168
(66,161,104)
#3A8E5C
(58,142,92)
#327B50
(50,123,80)
#2A6844
(42,104,68)
#225538
(34,85,56)
#1A422C
(26,66,44)
#122F20
(18,47,32)
#0A1C14
(10,28,20)
#000000
(0,0,0)

Tints of #5ADA8C

#5ADA8C
(90,218,140)
#69DD96
(105,221,150)
#78E0A0
(120,224,160)
#87E3AA
(135,227,170)
#96E6B4
(150,230,180)
#A5E9BE
(165,233,190)
#B4ECC8
(180,236,200)
#C3EFD2
(195,239,210)
#D2F2DC
(210,242,220)
#E1F5E6
(225,245,230)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ADA8C color. Also use rgb(90,218,140) instead hex code.

Text Font Color

.myTextColor { color: #5ADA8C; }

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

This text font color is #5ADA8C.


Background Color

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

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

This div background color is #5ADA8C.


Border color

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

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

This div border color is #5ADA8C.


Opacity

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

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

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

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

This text has shadow with #5ADA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ADA8C on black background.


Color preview on white background

This text has color #5ADA8C on white background.



Black color preview on #5ADA8C background

This text has black color on #5ADA8C background.


White color preview on #5ADA8C background

This text has white color on #5ADA8C background.