COLOR #ADE884

HEX: #ADE884
RGB: (173,232,132)

Renk bilgisi

#ADE884 contains mainly red and green colors. #ADE884 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ADE884 color RGB value is (173,232,132).

  • kırmız ton 173;
  • yeşil ton 232;
  • mavi ton 132.
RGB:
(173,232,132)
(68%,91%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 232 of 255 = 91%
B 132 of 255 = 52%

173
232
132

R + G + B ~ 70%. #ADE884 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 232 + 132 = 537 (100%)
R 173 of 537 ~ 32.22%
G 232 of 537 ~ 43.2%
B 132 of 537 ~ 24.58%

%32.22
%43.2
%24.58

CMYK RENK MODELİ

#ADE884 rengi CMYK tonu (25,0,43,9).

  • camgöbeği tonu 25.43%
  • eflatun tonu 0.00%
  • sarı tonu 43.10%
  • ana renk tonu 9.02%
CMYK:
(25,0,43,9)
C25M0Y43K9 
(25%,0%,43%,9%)
(0.25/0.00/0.43/0.09)	

CMYK yüzdeleri

%25.43
%0
%43.1
%9.02

Codes

Color #ADE884 in popluar color models

ADE884
RGB173232132
HSL95°68.49%71.37%
HSB/HSV95°43.10%90.98%
CMYK25.43%0.00%43.10%
9.02%

Color #ADE884 in popluar number systems.

HEXADE884
Decimal173232132
Binary101011011110100010000100
Octal255350204

Shades and tints

Shades of #ADE884

#ADE884
(173,232,132)
#9ED378
(158,211,120)
#8FBE6C
(143,190,108)
#80A960
(128,169,96)
#719454
(113,148,84)
#627F48
(98,127,72)
#536A3C
(83,106,60)
#445530
(68,85,48)
#354024
(53,64,36)
#262B18
(38,43,24)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #ADE884

#ADE884
(173,232,132)
#B4EA8F
(180,234,143)
#BBEC9A
(187,236,154)
#C2EEA5
(194,238,165)
#C9F0B0
(201,240,176)
#D0F2BB
(208,242,187)
#D7F4C6
(215,244,198)
#DEF6D1
(222,246,209)
#E5F8DC
(229,248,220)
#ECFAE7
(236,250,231)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE884 color. Also use rgb(173,232,132) instead hex code.

Text Font Color

.myTextColor { color: #ADE884; }

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

This text font color is #ADE884.


Background Color

.myBgColor { background-color: #ADE884; }

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

This div background color is #ADE884.


Border color

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

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

This div border color is #ADE884.


Opacity

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

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

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

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

This text has shadow with #ADE884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE884 on black background.


Color preview on white background

This text has color #ADE884 on white background.



Black color preview on #ADE884 background

This text has black color on #ADE884 background.


White color preview on #ADE884 background

This text has white color on #ADE884 background.