COLOR #ADFD92

HEX: #ADFD92
RGB: (173,253,146)

Color info

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

RGB color model

#ADFD92 color RGB value is (173,253,146).

  • red value is 173;
  • green value is 253;
  • blue value is 146.
RGB:
(173,253,146)
(68%,99%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 253 of 255 = 99%
B 146 of 255 = 57%

173
253
146

R + G + B ~ 75%. #ADFD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 253 + 146 = 572 (100%)
R 173 of 572 ~ 30.24%
G 253 of 572 ~ 44.23%
B 146 of 572 ~ 25.52%

%30.24
%44.23
%25.52

CMYK color model

#ADFD92 color CMYK value is (32,0,42,1).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 0.78%
CMYK:
(32,0,42,1)
C32M0Y42K1 
(32%,0%,42%,1%)
(0.32/0.00/0.42/0.01)	

CMYK percentages

%31.62
%0
%42.29
%0.78

Codes

Color #ADFD92 in popluar color models

ADFD92
RGB173253146
HSL105°96.40%78.24%
HSB/HSV105°42.29%99.22%
CMYK31.62%0.00%42.29%
0.78%

Color #ADFD92 in popluar number systems.

HEXADFD92
Decimal173253146
Binary101011011111110110010010
Octal255375222

Shades and tints

Shades of #ADFD92

#ADFD92
(173,253,146)
#9EE685
(158,230,133)
#8FCF78
(143,207,120)
#80B86B
(128,184,107)
#71A15E
(113,161,94)
#628A51
(98,138,81)
#537344
(83,115,68)
#445C37
(68,92,55)
#35452A
(53,69,42)
#262E1D
(38,46,29)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADFD92

#ADFD92
(173,253,146)
#B4FD9B
(180,253,155)
#BBFDA4
(187,253,164)
#C2FDAD
(194,253,173)
#C9FDB6
(201,253,182)
#D0FDBF
(208,253,191)
#D7FDC8
(215,253,200)
#DEFDD1
(222,253,209)
#E5FDDA
(229,253,218)
#ECFDE3
(236,253,227)
#F3FDEC
(243,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFD92 color. Also use rgb(173,253,146) instead hex code.

Text Font Color

.myTextColor { color: #ADFD92; }

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

This text font color is #ADFD92.


Background Color

.myBgColor { background-color: #ADFD92; }

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

This div background color is #ADFD92.


Border color

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

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

This div border color is #ADFD92.


Opacity

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

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

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

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

This text has shadow with #ADFD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFD92 on black background.


Color preview on white background

This text has color #ADFD92 on white background.



Black color preview on #ADFD92 background

This text has black color on #ADFD92 background.


White color preview on #ADFD92 background

This text has white color on #ADFD92 background.