COLOR #ADF85B

HEX: #ADF85B
RGB: (173,248,91)

Renk bilgisi

#ADF85B contains mainly green color. #ADF85B ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#ADF85B color RGB value is (173,248,91).

  • kırmız ton 173;
  • yeşil ton 248;
  • mavi ton 91.
RGB:
(173,248,91)
(68%,97%,36%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 248 of 255 = 97%
B 91 of 255 = 36%

173
248
91

R + G + B ~ 67%. #ADF85B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 248 + 91 = 512 (100%)
R 173 of 512 ~ 33.79%
G 248 of 512 ~ 48.44%
B 91 of 512 ~ 17.77%

%33.79
%48.44
%17.77

CMYK RENK MODELİ

#ADF85B rengi CMYK tonu (30,0,63,3).

  • camgöbeği tonu 30.24%
  • eflatun tonu 0.00%
  • sarı tonu 63.31%
  • ana renk tonu 2.75%
CMYK:
(30,0,63,3)
C30M0Y63K3 
(30%,0%,63%,3%)
(0.30/0.00/0.63/0.03)	

CMYK yüzdeleri

%30.24
%0
%63.31
%2.75

Codes

Color #ADF85B in popluar color models

ADF85B
RGB17324891
HSL89°91.81%66.47%
HSB/HSV89°63.31%97.25%
CMYK30.24%0.00%63.31%
2.75%

Color #ADF85B in popluar number systems.

HEXADF85B
Decimal17324891
Binary10101101111110001011011
Octal255370133

Shades and tints

Shades of #ADF85B

#ADF85B
(173,248,91)
#9EE253
(158,226,83)
#8FCC4B
(143,204,75)
#80B643
(128,182,67)
#71A03B
(113,160,59)
#628A33
(98,138,51)
#53742B
(83,116,43)
#445E23
(68,94,35)
#35481B
(53,72,27)
#263213
(38,50,19)
#171C0B
(23,28,11)
#000000
(0,0,0)

Tints of #ADF85B

#ADF85B
(173,248,91)
#B4F869
(180,248,105)
#BBF877
(187,248,119)
#C2F885
(194,248,133)
#C9F893
(201,248,147)
#D0F8A1
(208,248,161)
#D7F8AF
(215,248,175)
#DEF8BD
(222,248,189)
#E5F8CB
(229,248,203)
#ECF8D9
(236,248,217)
#F3F8E7
(243,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF85B color. Also use rgb(173,248,91) instead hex code.

Text Font Color

.myTextColor { color: #ADF85B; }

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

This text font color is #ADF85B.


Background Color

.myBgColor { background-color: #ADF85B; }

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

This div background color is #ADF85B.


Border color

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

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

This div border color is #ADF85B.


Opacity

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

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

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

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

This text has shadow with #ADF85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF85B on black background.


Color preview on white background

This text has color #ADF85B on white background.



Black color preview on #ADF85B background

This text has black color on #ADF85B background.


White color preview on #ADF85B background

This text has white color on #ADF85B background.