COLOR #ADEF96

HEX: #ADEF96
RGB: (173,239,150)

Renk bilgisi

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

RGB renk modeli

#ADEF96 color RGB value is (173,239,150).

  • kırmız ton 173;
  • yeşil ton 239;
  • mavi ton 150.
RGB:
(173,239,150)
(68%,94%,59%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 239 of 255 = 94%
B 150 of 255 = 59%

173
239
150

R + G + B ~ 74%. #ADEF96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 239 + 150 = 562 (100%)
R 173 of 562 ~ 30.78%
G 239 of 562 ~ 42.53%
B 150 of 562 ~ 26.69%

%30.78
%42.53
%26.69

CMYK RENK MODELİ

#ADEF96 rengi CMYK tonu (28,0,37,6).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 37.24%
  • ana renk tonu 6.27%
CMYK:
(28,0,37,6)
C28M0Y37K6 
(28%,0%,37%,6%)
(0.28/0.00/0.37/0.06)	

CMYK yüzdeleri

%27.62
%0
%37.24
%6.27

Codes

Color #ADEF96 in popluar color models

ADEF96
RGB173239150
HSL104°73.55%76.27%
HSB/HSV104°37.24%93.73%
CMYK27.62%0.00%37.24%
6.27%

Color #ADEF96 in popluar number systems.

HEXADEF96
Decimal173239150
Binary101011011110111110010110
Octal255357226

Shades and tints

Shades of #ADEF96

#ADEF96
(173,239,150)
#9EDA89
(158,218,137)
#8FC57C
(143,197,124)
#80B06F
(128,176,111)
#719B62
(113,155,98)
#628655
(98,134,85)
#537148
(83,113,72)
#445C3B
(68,92,59)
#35472E
(53,71,46)
#263221
(38,50,33)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #ADEF96

#ADEF96
(173,239,150)
#B4F09F
(180,240,159)
#BBF1A8
(187,241,168)
#C2F2B1
(194,242,177)
#C9F3BA
(201,243,186)
#D0F4C3
(208,244,195)
#D7F5CC
(215,245,204)
#DEF6D5
(222,246,213)
#E5F7DE
(229,247,222)
#ECF8E7
(236,248,231)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEF96 color. Also use rgb(173,239,150) instead hex code.

Text Font Color

.myTextColor { color: #ADEF96; }

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

This text font color is #ADEF96.


Background Color

.myBgColor { background-color: #ADEF96; }

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

This div background color is #ADEF96.


Border color

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

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

This div border color is #ADEF96.


Opacity

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

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

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

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

This text has shadow with #ADEF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEF96 on black background.


Color preview on white background

This text has color #ADEF96 on white background.



Black color preview on #ADEF96 background

This text has black color on #ADEF96 background.


White color preview on #ADEF96 background

This text has white color on #ADEF96 background.