COLOR #ADF01B

HEX: #ADF01B
RGB: (173,240,27)

Renk bilgisi

#ADF01B contains mainly green color. #ADF01B ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#ADF01B color RGB value is (173,240,27).

  • kırmız ton 173;
  • yeşil ton 240;
  • mavi ton 27.
RGB:
(173,240,27)
(68%,94%,11%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 240 of 255 = 94%
B 27 of 255 = 11%

173
240
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 240 + 27 = 440 (100%)
R 173 of 440 ~ 39.32%
G 240 of 440 ~ 54.55%
B 27 of 440 ~ 6.14%

%39.32
%54.55

CMYK RENK MODELİ

#ADF01B rengi CMYK tonu (28,0,89,6).

  • camgöbeği tonu 27.92%
  • eflatun tonu 0.00%
  • sarı tonu 88.75%
  • ana renk tonu 5.88%
CMYK:
(28,0,89,6)
C28M0Y89K6 
(28%,0%,89%,6%)
(0.28/0.00/0.89/0.06)	

CMYK yüzdeleri

%27.92
%0
%88.75
%5.88

Codes

Color #ADF01B in popluar color models

ADF01B
RGB17324027
HSL79°87.65%52.35%
HSB/HSV79°88.75%94.12%
CMYK27.92%0.00%88.75%
5.88%

Color #ADF01B in popluar number systems.

HEXADF01B
Decimal17324027
Binary101011011111000011011
Octal25536033

Shades and tints

Shades of #ADF01B

#ADF01B
(173,240,27)
#9EDB19
(158,219,25)
#8FC617
(143,198,23)
#80B115
(128,177,21)
#719C13
(113,156,19)
#628711
(98,135,17)
#53720F
(83,114,15)
#445D0D
(68,93,13)
#35480B
(53,72,11)
#263309
(38,51,9)
#171E07
(23,30,7)
#000000
(0,0,0)

Tints of #ADF01B

#ADF01B
(173,240,27)
#B4F12F
(180,241,47)
#BBF243
(187,242,67)
#C2F357
(194,243,87)
#C9F46B
(201,244,107)
#D0F57F
(208,245,127)
#D7F693
(215,246,147)
#DEF7A7
(222,247,167)
#E5F8BB
(229,248,187)
#ECF9CF
(236,249,207)
#F3FAE3
(243,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF01B color. Also use rgb(173,240,27) instead hex code.

Text Font Color

.myTextColor { color: #ADF01B; }

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

This text font color is #ADF01B.


Background Color

.myBgColor { background-color: #ADF01B; }

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

This div background color is #ADF01B.


Border color

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

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

This div border color is #ADF01B.


Opacity

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

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

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

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

This text has shadow with #ADF01B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF01B on black background.


Color preview on white background

This text has color #ADF01B on white background.



Black color preview on #ADF01B background

This text has black color on #ADF01B background.


White color preview on #ADF01B background

This text has white color on #ADF01B background.