COLOR #ADFB5E

HEX: #ADFB5E
RGB: (173,251,94)

Color info

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

RGB color model

#ADFB5E color RGB value is (173,251,94).

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

RGB channels and saturation

R 173 of 255 = 68%
G 251 of 255 = 98%
B 94 of 255 = 37%

173
251
94

R + G + B ~ 68%. #ADFB5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 251 + 94 = 518 (100%)
R 173 of 518 ~ 33.4%
G 251 of 518 ~ 48.46%
B 94 of 518 ~ 18.15%

%33.4
%48.46
%18.15

CMYK color model

#ADFB5E color CMYK value is (31,0,63,2).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 62.55%
  • key color value is 1.57%
CMYK:
(31,0,63,2)
C31M0Y63K2 
(31%,0%,63%,2%)
(0.31/0.00/0.63/0.02)	

CMYK percentages

%31.08
%0
%62.55
%1.57

Codes

Color #ADFB5E in popluar color models

ADFB5E
RGB17325194
HSL90°95.15%67.65%
HSB/HSV90°62.55%98.43%
CMYK31.08%0.00%62.55%
1.57%

Color #ADFB5E in popluar number systems.

HEXADFB5E
Decimal17325194
Binary10101101111110111011110
Octal255373136

Shades and tints

Shades of #ADFB5E

#ADFB5E
(173,251,94)
#9EE556
(158,229,86)
#8FCF4E
(143,207,78)
#80B946
(128,185,70)
#71A33E
(113,163,62)
#628D36
(98,141,54)
#53772E
(83,119,46)
#446126
(68,97,38)
#354B1E
(53,75,30)
#263516
(38,53,22)
#171F0E
(23,31,14)
#000000
(0,0,0)

Tints of #ADFB5E

#ADFB5E
(173,251,94)
#B4FB6C
(180,251,108)
#BBFB7A
(187,251,122)
#C2FB88
(194,251,136)
#C9FB96
(201,251,150)
#D0FBA4
(208,251,164)
#D7FBB2
(215,251,178)
#DEFBC0
(222,251,192)
#E5FBCE
(229,251,206)
#ECFBDC
(236,251,220)
#F3FBEA
(243,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFB5E; }

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

This text font color is #ADFB5E.


Background Color

.myBgColor { background-color: #ADFB5E; }

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

This div background color is #ADFB5E.


Border color

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

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

This div border color is #ADFB5E.


Opacity

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

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

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

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

This text has shadow with #ADFB5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFB5E on black background.


Color preview on white background

This text has color #ADFB5E on white background.



Black color preview on #ADFB5E background

This text has black color on #ADFB5E background.


White color preview on #ADFB5E background

This text has white color on #ADFB5E background.