COLOR #ADE194

HEX: #ADE194
RGB: (173,225,148)

Renk bilgisi

#ADE194 contains mainly red and green colors. #ADE194 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADE194 color RGB value is (173,225,148).

  • kırmız ton 173;
  • yeşil ton 225;
  • mavi ton 148.
RGB:
(173,225,148)
(68%,88%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 225 of 255 = 88%
B 148 of 255 = 58%

173
225
148

R + G + B ~ 71%. #ADE194 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 225 + 148 = 546 (100%)
R 173 of 546 ~ 31.68%
G 225 of 546 ~ 41.21%
B 148 of 546 ~ 27.11%

%31.68
%41.21
%27.11

CMYK RENK MODELİ

#ADE194 rengi CMYK tonu (23,0,34,12).

  • camgöbeği tonu 23.11%
  • eflatun tonu 0.00%
  • sarı tonu 34.22%
  • ana renk tonu 11.76%
CMYK:
(23,0,34,12)
C23M0Y34K12 
(23%,0%,34%,12%)
(0.23/0.00/0.34/0.12)	

CMYK yüzdeleri

%23.11
%0
%34.22
%11.76

Codes

Color #ADE194 in popluar color models

ADE194
RGB173225148
HSL101°56.20%73.14%
HSB/HSV101°34.22%88.24%
CMYK23.11%0.00%34.22%
11.76%

Color #ADE194 in popluar number systems.

HEXADE194
Decimal173225148
Binary101011011110000110010100
Octal255341224

Shades and tints

Shades of #ADE194

#ADE194
(173,225,148)
#9ECD87
(158,205,135)
#8FB97A
(143,185,122)
#80A56D
(128,165,109)
#719160
(113,145,96)
#627D53
(98,125,83)
#536946
(83,105,70)
#445539
(68,85,57)
#35412C
(53,65,44)
#262D1F
(38,45,31)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADE194

#ADE194
(173,225,148)
#B4E39D
(180,227,157)
#BBE5A6
(187,229,166)
#C2E7AF
(194,231,175)
#C9E9B8
(201,233,184)
#D0EBC1
(208,235,193)
#D7EDCA
(215,237,202)
#DEEFD3
(222,239,211)
#E5F1DC
(229,241,220)
#ECF3E5
(236,243,229)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE194 color. Also use rgb(173,225,148) instead hex code.

Text Font Color

.myTextColor { color: #ADE194; }

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

This text font color is #ADE194.


Background Color

.myBgColor { background-color: #ADE194; }

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

This div background color is #ADE194.


Border color

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

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

This div border color is #ADE194.


Opacity

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

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

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

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

This text has shadow with #ADE194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE194 on black background.


Color preview on white background

This text has color #ADE194 on white background.



Black color preview on #ADE194 background

This text has black color on #ADE194 background.


White color preview on #ADE194 background

This text has white color on #ADE194 background.