COLOR #ADE298

HEX: #ADE298
RGB: (173,226,152)

Renk bilgisi

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

RGB renk modeli

#ADE298 color RGB value is (173,226,152).

  • kırmız ton 173;
  • yeşil ton 226;
  • mavi ton 152.
RGB:
(173,226,152)
(68%,89%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 226 of 255 = 89%
B 152 of 255 = 60%

173
226
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 226 + 152 = 551 (100%)
R 173 of 551 ~ 31.4%
G 226 of 551 ~ 41.02%
B 152 of 551 ~ 27.59%

%31.4
%41.02
%27.59

CMYK RENK MODELİ

#ADE298 rengi CMYK tonu (23,0,33,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 0.00%
  • sarı tonu 32.74%
  • ana renk tonu 11.37%
CMYK:
(23,0,33,11)
C23M0Y33K11 
(23%,0%,33%,11%)
(0.23/0.00/0.33/0.11)	

CMYK yüzdeleri

%23.45
%0
%32.74
%11.37

Codes

Color #ADE298 in popluar color models

ADE298
RGB173226152
HSL103°56.06%74.12%
HSB/HSV103°32.74%88.63%
CMYK23.45%0.00%32.74%
11.37%

Color #ADE298 in popluar number systems.

HEXADE298
Decimal173226152
Binary101011011110001010011000
Octal255342230

Shades and tints

Shades of #ADE298

#ADE298
(173,226,152)
#9ECE8B
(158,206,139)
#8FBA7E
(143,186,126)
#80A671
(128,166,113)
#719264
(113,146,100)
#627E57
(98,126,87)
#536A4A
(83,106,74)
#44563D
(68,86,61)
#354230
(53,66,48)
#262E23
(38,46,35)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADE298

#ADE298
(173,226,152)
#B4E4A1
(180,228,161)
#BBE6AA
(187,230,170)
#C2E8B3
(194,232,179)
#C9EABC
(201,234,188)
#D0ECC5
(208,236,197)
#D7EECE
(215,238,206)
#DEF0D7
(222,240,215)
#E5F2E0
(229,242,224)
#ECF4E9
(236,244,233)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE298 color. Also use rgb(173,226,152) instead hex code.

Text Font Color

.myTextColor { color: #ADE298; }

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

This text font color is #ADE298.


Background Color

.myBgColor { background-color: #ADE298; }

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

This div background color is #ADE298.


Border color

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

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

This div border color is #ADE298.


Opacity

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

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

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

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

This text has shadow with #ADE298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE298 on black background.


Color preview on white background

This text has color #ADE298 on white background.



Black color preview on #ADE298 background

This text has black color on #ADE298 background.


White color preview on #ADE298 background

This text has white color on #ADE298 background.