COLOR #ADE983

HEX: #ADE983
RGB: (173,233,131)

Color info

#ADE983 contains mainly green color. Web safe color of #ADE983 is #99FF99 (or #9F9).

RGB color model

#ADE983 color RGB value is (173,233,131).

  • red value is 173;
  • green value is 233;
  • blue value is 131.
RGB:
(173,233,131)
(68%,91%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 131 of 255 = 51%

173
233
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 131 = 537 (100%)
R 173 of 537 ~ 32.22%
G 233 of 537 ~ 43.39%
B 131 of 537 ~ 24.39%

%32.22
%43.39
%24.39

CMYK color model

#ADE983 color CMYK value is (26,0,44,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 8.63%
CMYK:
(26,0,44,9)
C26M0Y44K9 
(26%,0%,44%,9%)
(0.26/0.00/0.44/0.09)	

CMYK percentages

%25.75
%0
%43.78
%8.63

Codes

Color #ADE983 in popluar color models

ADE983
RGB173233131
HSL95°69.86%71.37%
HSB/HSV95°43.78%91.37%
CMYK25.75%0.00%43.78%
8.63%

Color #ADE983 in popluar number systems.

HEXADE983
Decimal173233131
Binary101011011110100110000011
Octal255351203

Shades and tints

Shades of #ADE983

#ADE983
(173,233,131)
#9ED478
(158,212,120)
#8FBF6D
(143,191,109)
#80AA62
(128,170,98)
#719557
(113,149,87)
#62804C
(98,128,76)
#536B41
(83,107,65)
#445636
(68,86,54)
#35412B
(53,65,43)
#262C20
(38,44,32)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADE983

#ADE983
(173,233,131)
#B4EB8E
(180,235,142)
#BBED99
(187,237,153)
#C2EFA4
(194,239,164)
#C9F1AF
(201,241,175)
#D0F3BA
(208,243,186)
#D7F5C5
(215,245,197)
#DEF7D0
(222,247,208)
#E5F9DB
(229,249,219)
#ECFBE6
(236,251,230)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE983 color. Also use rgb(173,233,131) instead hex code.

Text Font Color

.myTextColor { color: #ADE983; }

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

This text font color is #ADE983.


Background Color

.myBgColor { background-color: #ADE983; }

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

This div background color is #ADE983.


Border color

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

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

This div border color is #ADE983.


Opacity

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

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

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

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

This text has shadow with #ADE983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE983 on black background.


Color preview on white background

This text has color #ADE983 on white background.



Black color preview on #ADE983 background

This text has black color on #ADE983 background.


White color preview on #ADE983 background

This text has white color on #ADE983 background.