COLOR #ADF780

HEX: #ADF780 RGB: (173,247,128)

Color info

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

RGB color model

#ADF780 color RGB value is (173,247,128).

RGB: (173,247,128) (68%, 97%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 247 of 255 = 97%
B 128 of 255 = 50%

173
247
128

R + G + B ~ 72%. #ADF780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 247 + 128 = 548 (100%)
R 173 of 548 ~ 31.57%
G 247 of 548 ~ 45.07%
B 128 of 548 ~ 23.36'%

%31.57
%45.07
%23.36

CMYK color model

#ADF780 color CMYK value is (30,0,48,3).

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 3.14%

CMYK: (30,0,48,3)
C30M0Y48K3 (30%, 0%, 48%, 3%)
(0.30 / 0.00 / 0.48 / 0.03)

CMYK percentages

%29.96
%0
%48.18
%3.14

Codes

Color #ADF780 in popluar color models

AD F7 80
RGB 173 247 128
HSL 97° 88.15% 73.53%
HSB/HSV 97° 48.18% 96.86%
CMYK 29.96% 0.00% 48.18%
3.14%

Color #ADF780 in popluar number systems.

HEX AD F7 80
Decimal 173 247 128
Binary 10101101 11110111 10000000
Octal 255 367 200

Shades and tints

Shades of #ADF780

#ADF780
(173,247,128)
#9EE175
(158,225,117)
#8FCB6A
(143,203,106)
#80B55F
(128,181,95)
#719F54
(113,159,84)
#628949
(98,137,73)
#53733E
(83,115,62)
#445D33
(68,93,51)
#354728
(53,71,40)
#26311D
(38,49,29)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #ADF780

#ADF780
(173,247,128)
#B4F78B
(180,247,139)
#BBF796
(187,247,150)
#C2F7A1
(194,247,161)
#C9F7AC
(201,247,172)
#D0F7B7
(208,247,183)
#D7F7C2
(215,247,194)
#DEF7CD
(222,247,205)
#E5F7D8
(229,247,216)
#ECF7E3
(236,247,227)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF780 color. Also use rgb(173,247,128) instead hex code.

Text Font Color

.myTextColor { color: #ADF780; }

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

This text font color is #ADF780.

Background Color

.myBgColor { background-color: #ADF780; }

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

This div background color is #ADF780.

Border color

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

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

This div border color is #ADF780.

Opacity

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

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

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

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

This text has shadow with #ADF780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF780.

Preview

Color preview on black background

This text has color #ADF780 on black background.


Color preview on white background

This text has color #ADF780 on white background.


Black color preview on #ADF780 background

This text has black color on #ADF780 background.


White color preview on #ADF780 background

This text has white color on #ADF780 background.


Related colors

Complementary color

Complementary color for #hex is #52087F.


I love getcolorcode.com

Triadic colors

1 #80ADF7 and #F780AD with #ADF780 are triadic colors.

2 #80F7AD and #F7AD80 with #ADF780 are triadic colors.