COLOR #ADE968

HEX: #ADE968
RGB: (173,233,104)

Color info

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

RGB color model

#ADE968 color RGB value is (173,233,104).

  • red value is 173;
  • green value is 233;
  • blue value is 104.
RGB:
(173,233,104)
(68%,91%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 104 of 255 = 41%

173
233
104

R + G + B ~ 67%. #ADE968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 104 = 510 (100%)
R 173 of 510 ~ 33.92%
G 233 of 510 ~ 45.69%
B 104 of 510 ~ 20.39%

%33.92
%45.69
%20.39

CMYK color model

#ADE968 color CMYK value is (26,0,55,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 8.63%
CMYK:
(26,0,55,9)
C26M0Y55K9 
(26%,0%,55%,9%)
(0.26/0.00/0.55/0.09)	

CMYK percentages

%25.75
%0
%55.36
%8.63

Codes

Color #ADE968 in popluar color models

ADE968
RGB173233104
HSL88°74.57%66.08%
HSB/HSV88°55.36%91.37%
CMYK25.75%0.00%55.36%
8.63%

Color #ADE968 in popluar number systems.

HEXADE968
Decimal173233104
Binary10101101111010011101000
Octal255351150

Shades and tints

Shades of #ADE968

#ADE968
(173,233,104)
#9ED45F
(158,212,95)
#8FBF56
(143,191,86)
#80AA4D
(128,170,77)
#719544
(113,149,68)
#62803B
(98,128,59)
#536B32
(83,107,50)
#445629
(68,86,41)
#354120
(53,65,32)
#262C17
(38,44,23)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADE968

#ADE968
(173,233,104)
#B4EB75
(180,235,117)
#BBED82
(187,237,130)
#C2EF8F
(194,239,143)
#C9F19C
(201,241,156)
#D0F3A9
(208,243,169)
#D7F5B6
(215,245,182)
#DEF7C3
(222,247,195)
#E5F9D0
(229,249,208)
#ECFBDD
(236,251,221)
#F3FDEA
(243,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE968 color. Also use rgb(173,233,104) instead hex code.

Text Font Color

.myTextColor { color: #ADE968; }

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

This text font color is #ADE968.


Background Color

.myBgColor { background-color: #ADE968; }

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

This div background color is #ADE968.


Border color

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

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

This div border color is #ADE968.


Opacity

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

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

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

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

This text has shadow with #ADE968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE968 on black background.


Color preview on white background

This text has color #ADE968 on white background.



Black color preview on #ADE968 background

This text has black color on #ADE968 background.


White color preview on #ADE968 background

This text has white color on #ADE968 background.