COLOR #ADF380

HEX: #ADF380
RGB: (173,243,128)

Color info

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

RGB color model

#ADF380 color RGB value is (173,243,128).

  • red value is 173;
  • green value is 243;
  • blue value is 128.
RGB:
(173,243,128)
(68%,95%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 243 of 255 = 95%
B 128 of 255 = 50%

173
243
128

R + G + B ~ 71%. #ADF380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 243 + 128 = 544 (100%)
R 173 of 544 ~ 31.8%
G 243 of 544 ~ 44.67%
B 128 of 544 ~ 23.53%

%31.8
%44.67
%23.53

CMYK color model

#ADF380 color CMYK value is (29,0,47,5).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 4.71%
CMYK:
(29,0,47,5)
C29M0Y47K5 
(29%,0%,47%,5%)
(0.29/0.00/0.47/0.05)	

CMYK percentages

%28.81
%0
%47.33
%4.71

Codes

Color #ADF380 in popluar color models

ADF380
RGB173243128
HSL97°82.73%72.75%
HSB/HSV97°47.33%95.29%
CMYK28.81%0.00%47.33%
4.71%

Color #ADF380 in popluar number systems.

HEXADF380
Decimal173243128
Binary101011011111001110000000
Octal255363200

Shades and tints

Shades of #ADF380

#ADF380
(173,243,128)
#9EDD75
(158,221,117)
#8FC76A
(143,199,106)
#80B15F
(128,177,95)
#719B54
(113,155,84)
#628549
(98,133,73)
#536F3E
(83,111,62)
#445933
(68,89,51)
#354328
(53,67,40)
#262D1D
(38,45,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADF380

#ADF380
(173,243,128)
#B4F48B
(180,244,139)
#BBF596
(187,245,150)
#C2F6A1
(194,246,161)
#C9F7AC
(201,247,172)
#D0F8B7
(208,248,183)
#D7F9C2
(215,249,194)
#DEFACD
(222,250,205)
#E5FBD8
(229,251,216)
#ECFCE3
(236,252,227)
#F3FDEE
(243,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF380; }

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

This text font color is #ADF380.


Background Color

.myBgColor { background-color: #ADF380; }

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

This div background color is #ADF380.


Border color

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

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

This div border color is #ADF380.


Opacity

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

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

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

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

This text has shadow with #ADF380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF380 on black background.


Color preview on white background

This text has color #ADF380 on white background.



Black color preview on #ADF380 background

This text has black color on #ADF380 background.


White color preview on #ADF380 background

This text has white color on #ADF380 background.