COLOR #ADF95E

HEX: #ADF95E RGB: (173,249,94)

Color info

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

RGB color model

#ADF95E color RGB value is (173,249,94).

RGB: (173,249,94) (68%, 98%, 37%)

RGB channels and saturation

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

173
249
94

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

Portions of RGB colors in percentages

R + G + B = 173 + 249 + 94 = 516 (100%)
R 173 of 516 ~ 33.53%
G 249 of 516 ~ 48.26%
B 94 of 516 ~ 18.22'%

%33.53
%48.26
%18.22

CMYK color model

#ADF95E color CMYK value is (31,0,62,2).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 62.25%
  • key color value is 2.35%

CMYK: (31,0,62,2)
C31M0Y62K2 (31%, 0%, 62%, 2%)
(0.31 / 0.00 / 0.62 / 0.02)

CMYK percentages

%30.52
%0
%62.25
%2.35

Codes

Color #ADF95E in popluar color models

AD F9 5E
RGB 173 249 94
HSL 89° 92.81% 67.25%
HSB/HSV 89° 62.25% 97.65%
CMYK 30.52% 0.00% 62.25%
2.35%

Color #ADF95E in popluar number systems.

HEX AD F9 5E
Decimal 173 249 94
Binary 10101101 11111001 1011110
Octal 255 371 136

Shades and tints

Shades of #ADF95E

#ADF95E
(173,249,94)
#9EE356
(158,227,86)
#8FCD4E
(143,205,78)
#80B746
(128,183,70)
#71A13E
(113,161,62)
#628B36
(98,139,54)
#53752E
(83,117,46)
#445F26
(68,95,38)
#35491E
(53,73,30)
#263316
(38,51,22)
#171D0E
(23,29,14)
#000000
(0,0,0)

Tints of #ADF95E

#ADF95E
(173,249,94)
#B4F96C
(180,249,108)
#BBF97A
(187,249,122)
#C2F988
(194,249,136)
#C9F996
(201,249,150)
#D0F9A4
(208,249,164)
#D7F9B2
(215,249,178)
#DEF9C0
(222,249,192)
#E5F9CE
(229,249,206)
#ECF9DC
(236,249,220)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF95E; }

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

This text font color is #ADF95E.

Background Color

.myBgColor { background-color: #ADF95E; }

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

This div background color is #ADF95E.

Border color

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

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

This div border color is #ADF95E.

Opacity

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

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

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

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

This text has shadow with #ADF95E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF95E.

Preview

Color preview on black background

This text has color #ADF95E on black background.


Color preview on white background

This text has color #ADF95E on white background.


Black color preview on #ADF95E background

This text has black color on #ADF95E background.


White color preview on #ADF95E background

This text has white color on #ADF95E background.


Related colors

Complementary color

Complementary color for #hex is #5206A1.


I love getcolorcode.com

Triadic colors

1 #5EADF9 and #F95EAD with #ADF95E are triadic colors.

2 #5EF9AD and #F9AD5E with #ADF95E are triadic colors.