COLOR #ADFE7E

HEX: #ADFE7E
RGB: (173,254,126)

Renk bilgisi

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

RGB renk modeli

#ADFE7E color RGB value is (173,254,126).

  • kırmız ton 173;
  • yeşil ton 254;
  • mavi ton 126.
RGB:
(173,254,126)
(68%,100%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 254 of 255 = 100%
B 126 of 255 = 49%

173
254
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 254 + 126 = 553 (100%)
R 173 of 553 ~ 31.28%
G 254 of 553 ~ 45.93%
B 126 of 553 ~ 22.78%

%31.28
%45.93
%22.78

CMYK RENK MODELİ

#ADFE7E rengi CMYK tonu (32,0,50,0).

  • camgöbeği tonu 31.89%
  • eflatun tonu 0.00%
  • sarı tonu 50.39%
  • ana renk tonu 0.39%
CMYK:
(32,0,50,0)
C32M0Y50K0 
(32%,0%,50%,0%)
(0.32/0.00/0.50/0.00)	

CMYK yüzdeleri

%31.89
%0
%50.39
%0.39

Codes

Color #ADFE7E in popluar color models

ADFE7E
RGB173254126
HSL98°98.46%74.51%
HSB/HSV98°50.39%99.61%
CMYK31.89%0.00%50.39%
0.39%

Color #ADFE7E in popluar number systems.

HEXADFE7E
Decimal173254126
Binary10101101111111101111110
Octal255376176

Shades and tints

Shades of #ADFE7E

#ADFE7E
(173,254,126)
#9EE773
(158,231,115)
#8FD068
(143,208,104)
#80B95D
(128,185,93)
#71A252
(113,162,82)
#628B47
(98,139,71)
#53743C
(83,116,60)
#445D31
(68,93,49)
#354626
(53,70,38)
#262F1B
(38,47,27)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADFE7E

#ADFE7E
(173,254,126)
#B4FE89
(180,254,137)
#BBFE94
(187,254,148)
#C2FE9F
(194,254,159)
#C9FEAA
(201,254,170)
#D0FEB5
(208,254,181)
#D7FEC0
(215,254,192)
#DEFECB
(222,254,203)
#E5FED6
(229,254,214)
#ECFEE1
(236,254,225)
#F3FEEC
(243,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFE7E color. Also use rgb(173,254,126) instead hex code.

Text Font Color

.myTextColor { color: #ADFE7E; }

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

This text font color is #ADFE7E.


Background Color

.myBgColor { background-color: #ADFE7E; }

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

This div background color is #ADFE7E.


Border color

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

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

This div border color is #ADFE7E.


Opacity

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

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

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

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

This text has shadow with #ADFE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFE7E on black background.


Color preview on white background

This text has color #ADFE7E on white background.



Black color preview on #ADFE7E background

This text has black color on #ADFE7E background.


White color preview on #ADFE7E background

This text has white color on #ADFE7E background.