COLOR #ADFBA8

HEX: #ADFBA8
RGB: (173,251,168)

Color info

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

RGB color model

#ADFBA8 color RGB value is (173,251,168).

  • red value is 173;
  • green value is 251;
  • blue value is 168.
RGB:
(173,251,168)
(68%,98%,66%)

RGB channels and saturation

R 173 of 255 = 68%
G 251 of 255 = 98%
B 168 of 255 = 66%

173
251
168

R + G + B ~ 77%. #ADFBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 251 + 168 = 592 (100%)
R 173 of 592 ~ 29.22%
G 251 of 592 ~ 42.4%
B 168 of 592 ~ 28.38%

%29.22
%42.4
%28.38

CMYK color model

#ADFBA8 color CMYK value is (31,0,33,2).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 1.57%
CMYK:
(31,0,33,2)
C31M0Y33K2 
(31%,0%,33%,2%)
(0.31/0.00/0.33/0.02)	

CMYK percentages

%31.08
%0
%33.07
%1.57

Codes

Color #ADFBA8 in popluar color models

ADFBA8
RGB173251168
HSL116°91.21%82.16%
HSB/HSV116°33.07%98.43%
CMYK31.08%0.00%33.07%
1.57%

Color #ADFBA8 in popluar number systems.

HEXADFBA8
Decimal173251168
Binary101011011111101110101000
Octal255373250

Shades and tints

Shades of #ADFBA8

#ADFBA8
(173,251,168)
#9EE599
(158,229,153)
#8FCF8A
(143,207,138)
#80B97B
(128,185,123)
#71A36C
(113,163,108)
#628D5D
(98,141,93)
#53774E
(83,119,78)
#44613F
(68,97,63)
#354B30
(53,75,48)
#263521
(38,53,33)
#171F12
(23,31,18)
#000000
(0,0,0)

Tints of #ADFBA8

#ADFBA8
(173,251,168)
#B4FBAF
(180,251,175)
#BBFBB6
(187,251,182)
#C2FBBD
(194,251,189)
#C9FBC4
(201,251,196)
#D0FBCB
(208,251,203)
#D7FBD2
(215,251,210)
#DEFBD9
(222,251,217)
#E5FBE0
(229,251,224)
#ECFBE7
(236,251,231)
#F3FBEE
(243,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFBA8 color. Also use rgb(173,251,168) instead hex code.

Text Font Color

.myTextColor { color: #ADFBA8; }

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

This text font color is #ADFBA8.


Background Color

.myBgColor { background-color: #ADFBA8; }

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

This div background color is #ADFBA8.


Border color

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

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

This div border color is #ADFBA8.


Opacity

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

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

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

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

This text has shadow with #ADFBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFBA8 on black background.


Color preview on white background

This text has color #ADFBA8 on white background.



Black color preview on #ADFBA8 background

This text has black color on #ADFBA8 background.


White color preview on #ADFBA8 background

This text has white color on #ADFBA8 background.