COLOR #ADF48B

HEX: #ADF48B
RGB: (173,244,139)

Color info

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

RGB color model

#ADF48B color RGB value is (173,244,139).

  • red value is 173;
  • green value is 244;
  • blue value is 139.
RGB:
(173,244,139)
(68%,96%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 244 of 255 = 96%
B 139 of 255 = 55%

173
244
139

R + G + B ~ 73%. #ADF48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 244 + 139 = 556 (100%)
R 173 of 556 ~ 31.12%
G 244 of 556 ~ 43.88%
B 139 of 556 ~ 25%

%31.12
%43.88
%25

CMYK color model

#ADF48B color CMYK value is (29,0,43,4).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 43.03%
  • key color value is 4.31%
CMYK:
(29,0,43,4)
C29M0Y43K4 
(29%,0%,43%,4%)
(0.29/0.00/0.43/0.04)	

CMYK percentages

%29.1
%0
%43.03
%4.31

Codes

Color #ADF48B in popluar color models

ADF48B
RGB173244139
HSL101°82.68%75.10%
HSB/HSV101°43.03%95.69%
CMYK29.10%0.00%43.03%
4.31%

Color #ADF48B in popluar number systems.

HEXADF48B
Decimal173244139
Binary101011011111010010001011
Octal255364213

Shades and tints

Shades of #ADF48B

#ADF48B
(173,244,139)
#9EDE7F
(158,222,127)
#8FC873
(143,200,115)
#80B267
(128,178,103)
#719C5B
(113,156,91)
#62864F
(98,134,79)
#537043
(83,112,67)
#445A37
(68,90,55)
#35442B
(53,68,43)
#262E1F
(38,46,31)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADF48B

#ADF48B
(173,244,139)
#B4F595
(180,245,149)
#BBF69F
(187,246,159)
#C2F7A9
(194,247,169)
#C9F8B3
(201,248,179)
#D0F9BD
(208,249,189)
#D7FAC7
(215,250,199)
#DEFBD1
(222,251,209)
#E5FCDB
(229,252,219)
#ECFDE5
(236,253,229)
#F3FEEF
(243,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF48B color. Also use rgb(173,244,139) instead hex code.

Text Font Color

.myTextColor { color: #ADF48B; }

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

This text font color is #ADF48B.


Background Color

.myBgColor { background-color: #ADF48B; }

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

This div background color is #ADF48B.


Border color

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

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

This div border color is #ADF48B.


Opacity

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

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

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

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

This text has shadow with #ADF48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF48B on black background.


Color preview on white background

This text has color #ADF48B on white background.



Black color preview on #ADF48B background

This text has black color on #ADF48B background.


White color preview on #ADF48B background

This text has white color on #ADF48B background.