COLOR #ADFC65

HEX: #ADFC65
RGB: (173,252,101)

Color info

#ADFC65 contains mainly green color. Web safe color of #ADFC65 is #99FF66 (or #9F6).

RGB color model

#ADFC65 color RGB value is (173,252,101).

  • red value is 173;
  • green value is 252;
  • blue value is 101.
RGB:
(173,252,101)
(68%,99%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 252 of 255 = 99%
B 101 of 255 = 40%

173
252
101

R + G + B ~ 69%. #ADFC65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 252 + 101 = 526 (100%)
R 173 of 526 ~ 32.89%
G 252 of 526 ~ 47.91%
B 101 of 526 ~ 19.2%

%32.89
%47.91
%19.2

CMYK color model

#ADFC65 color CMYK value is (31,0,60,1).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 59.92%
  • key color value is 1.18%
CMYK:
(31,0,60,1)
C31M0Y60K1 
(31%,0%,60%,1%)
(0.31/0.00/0.60/0.01)	

CMYK percentages

%31.35
%0
%59.92
%1.18

Codes

Color #ADFC65 in popluar color models

ADFC65
RGB173252101
HSL91°96.18%69.22%
HSB/HSV91°59.92%98.82%
CMYK31.35%0.00%59.92%
1.18%

Color #ADFC65 in popluar number systems.

HEXADFC65
Decimal173252101
Binary10101101111111001100101
Octal255374145

Shades and tints

Shades of #ADFC65

#ADFC65
(173,252,101)
#9EE65C
(158,230,92)
#8FD053
(143,208,83)
#80BA4A
(128,186,74)
#71A441
(113,164,65)
#628E38
(98,142,56)
#53782F
(83,120,47)
#446226
(68,98,38)
#354C1D
(53,76,29)
#263614
(38,54,20)
#17200B
(23,32,11)
#000000
(0,0,0)

Tints of #ADFC65

#ADFC65
(173,252,101)
#B4FC73
(180,252,115)
#BBFC81
(187,252,129)
#C2FC8F
(194,252,143)
#C9FC9D
(201,252,157)
#D0FCAB
(208,252,171)
#D7FCB9
(215,252,185)
#DEFCC7
(222,252,199)
#E5FCD5
(229,252,213)
#ECFCE3
(236,252,227)
#F3FCF1
(243,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFC65 color. Also use rgb(173,252,101) instead hex code.

Text Font Color

.myTextColor { color: #ADFC65; }

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

This text font color is #ADFC65.


Background Color

.myBgColor { background-color: #ADFC65; }

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

This div background color is #ADFC65.


Border color

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

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

This div border color is #ADFC65.


Opacity

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

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

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

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

This text has shadow with #ADFC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFC65 on black background.


Color preview on white background

This text has color #ADFC65 on white background.



Black color preview on #ADFC65 background

This text has black color on #ADFC65 background.


White color preview on #ADFC65 background

This text has white color on #ADFC65 background.