COLOR #ADF386

HEX: #ADF386
RGB: (173,243,134)

Renk bilgisi

#ADF386 contains mainly green color. #ADF386 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ADF386 color RGB value is (173,243,134).

  • kırmız ton 173;
  • yeşil ton 243;
  • mavi ton 134.
RGB:
(173,243,134)
(68%,95%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 243 of 255 = 95%
B 134 of 255 = 53%

173
243
134

R + G + B ~ 72%. #ADF386 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 243 + 134 = 550 (100%)
R 173 of 550 ~ 31.45%
G 243 of 550 ~ 44.18%
B 134 of 550 ~ 24.36%

%31.45
%44.18
%24.36

CMYK RENK MODELİ

#ADF386 rengi CMYK tonu (29,0,45,5).

  • camgöbeği tonu 28.81%
  • eflatun tonu 0.00%
  • sarı tonu 44.86%
  • ana renk tonu 4.71%
CMYK:
(29,0,45,5)
C29M0Y45K5 
(29%,0%,45%,5%)
(0.29/0.00/0.45/0.05)	

CMYK yüzdeleri

%28.81
%0
%44.86
%4.71

Codes

Color #ADF386 in popluar color models

ADF386
RGB173243134
HSL99°81.95%73.92%
HSB/HSV99°44.86%95.29%
CMYK28.81%0.00%44.86%
4.71%

Color #ADF386 in popluar number systems.

HEXADF386
Decimal173243134
Binary101011011111001110000110
Octal255363206

Shades and tints

Shades of #ADF386

#ADF386
(173,243,134)
#9EDD7A
(158,221,122)
#8FC76E
(143,199,110)
#80B162
(128,177,98)
#719B56
(113,155,86)
#62854A
(98,133,74)
#536F3E
(83,111,62)
#445932
(68,89,50)
#354326
(53,67,38)
#262D1A
(38,45,26)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADF386

#ADF386
(173,243,134)
#B4F491
(180,244,145)
#BBF59C
(187,245,156)
#C2F6A7
(194,246,167)
#C9F7B2
(201,247,178)
#D0F8BD
(208,248,189)
#D7F9C8
(215,249,200)
#DEFAD3
(222,250,211)
#E5FBDE
(229,251,222)
#ECFCE9
(236,252,233)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF386 color. Also use rgb(173,243,134) instead hex code.

Text Font Color

.myTextColor { color: #ADF386; }

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

This text font color is #ADF386.


Background Color

.myBgColor { background-color: #ADF386; }

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

This div background color is #ADF386.


Border color

.myBorderColor { border: 1px solid #ADF386; }

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

This div border color is #ADF386.


Opacity

.myOpacity80 { color: #ADF386; opacity: 0.8; }

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

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

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

This text has shadow with #ADF386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF386 on black background.


Color preview on white background

This text has color #ADF386 on white background.



Black color preview on #ADF386 background

This text has black color on #ADF386 background.


White color preview on #ADF386 background

This text has white color on #ADF386 background.