COLOR #ADF151

HEX: #ADF151
RGB: (173,241,81)

Color info

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

RGB color model

#ADF151 color RGB value is (173,241,81).

  • red value is 173;
  • green value is 241;
  • blue value is 81.
RGB:
(173,241,81)
(68%,95%,32%)

RGB channels and saturation

R 173 of 255 = 68%
G 241 of 255 = 95%
B 81 of 255 = 32%

173
241
81

R + G + B ~ 65%. #ADF151 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 241 + 81 = 495 (100%)
R 173 of 495 ~ 34.95%
G 241 of 495 ~ 48.69%
B 81 of 495 ~ 16.36%

%34.95
%48.69
%16.36

CMYK color model

#ADF151 color CMYK value is (28,0,66,5).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 66.39%
  • key color value is 5.49%
CMYK:
(28,0,66,5)
C28M0Y66K5 
(28%,0%,66%,5%)
(0.28/0.00/0.66/0.05)	

CMYK percentages

%28.22
%0
%66.39
%5.49

Codes

Color #ADF151 in popluar color models

ADF151
RGB17324181
HSL86°85.11%63.14%
HSB/HSV86°66.39%94.51%
CMYK28.22%0.00%66.39%
5.49%

Color #ADF151 in popluar number systems.

HEXADF151
Decimal17324181
Binary10101101111100011010001
Octal255361121

Shades and tints

Shades of #ADF151

#ADF151
(173,241,81)
#9EDC4A
(158,220,74)
#8FC743
(143,199,67)
#80B23C
(128,178,60)
#719D35
(113,157,53)
#62882E
(98,136,46)
#537327
(83,115,39)
#445E20
(68,94,32)
#354919
(53,73,25)
#263412
(38,52,18)
#171F0B
(23,31,11)
#000000
(0,0,0)

Tints of #ADF151

#ADF151
(173,241,81)
#B4F260
(180,242,96)
#BBF36F
(187,243,111)
#C2F47E
(194,244,126)
#C9F58D
(201,245,141)
#D0F69C
(208,246,156)
#D7F7AB
(215,247,171)
#DEF8BA
(222,248,186)
#E5F9C9
(229,249,201)
#ECFAD8
(236,250,216)
#F3FBE7
(243,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF151 color. Also use rgb(173,241,81) instead hex code.

Text Font Color

.myTextColor { color: #ADF151; }

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

This text font color is #ADF151.


Background Color

.myBgColor { background-color: #ADF151; }

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

This div background color is #ADF151.


Border color

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

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

This div border color is #ADF151.


Opacity

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

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

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

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

This text has shadow with #ADF151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF151 on black background.


Color preview on white background

This text has color #ADF151 on white background.



Black color preview on #ADF151 background

This text has black color on #ADF151 background.


White color preview on #ADF151 background

This text has white color on #ADF151 background.