COLOR #ADF091

HEX: #ADF091 RGB: (173,240,145)

Color info

#ADF091 contains mainly green color. Web safe color of #ADF091 is #99FF99 (or #9F9).

RGB color model

#ADF091 color RGB value is (173,240,145).

RGB: (173,240,145) (68%, 94%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 145 of 255 = 57%

173
240
145

R + G + B ~ 73%. #ADF091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 240 + 145 = 558 (100%)
R 173 of 558 ~ 31%
G 240 of 558 ~ 43.01%
B 145 of 558 ~ 25.99'%

%31
%43.01
%25.99

CMYK color model

#ADF091 color CMYK value is (28,0,40,6).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 5.88%

CMYK: (28,0,40,6)
C28M0Y40K6 (28%, 0%, 40%, 6%)
(0.28 / 0.00 / 0.40 / 0.06)

CMYK percentages

%27.92
%0
%39.58
%5.88

Codes

Color #ADF091 in popluar color models

AD F0 91
RGB 173 240 145
HSL 102° 76.00% 75.49%
HSB/HSV 102° 39.58% 94.12%
CMYK 27.92% 0.00% 39.58%
5.88%

Color #ADF091 in popluar number systems.

HEX AD F0 91
Decimal 173 240 145
Binary 10101101 11110000 10010001
Octal 255 360 221

Shades and tints

Shades of #ADF091

#ADF091
(173,240,145)
#9EDB84
(158,219,132)
#8FC677
(143,198,119)
#80B16A
(128,177,106)
#719C5D
(113,156,93)
#628750
(98,135,80)
#537243
(83,114,67)
#445D36
(68,93,54)
#354829
(53,72,41)
#26331C
(38,51,28)
#171E0F
(23,30,15)
#000000
(0,0,0)

Tints of #ADF091

#ADF091
(173,240,145)
#B4F19B
(180,241,155)
#BBF2A5
(187,242,165)
#C2F3AF
(194,243,175)
#C9F4B9
(201,244,185)
#D0F5C3
(208,245,195)
#D7F6CD
(215,246,205)
#DEF7D7
(222,247,215)
#E5F8E1
(229,248,225)
#ECF9EB
(236,249,235)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF091 color. Also use rgb(173,240,145) instead hex code.

Text Font Color

.myTextColor { color: #ADF091; }

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

This text font color is #ADF091.

Background Color

.myBgColor { background-color: #ADF091; }

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

This div background color is #ADF091.

Border color

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

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

This div border color is #ADF091.

Opacity

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

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

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

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

This text has shadow with #ADF091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF091.

Preview

Color preview on black background

This text has color #ADF091 on black background.


Color preview on white background

This text has color #ADF091 on white background.


Black color preview on #ADF091 background

This text has black color on #ADF091 background.


White color preview on #ADF091 background

This text has white color on #ADF091 background.


Related colors

Complementary color

Complementary color for #hex is #520F6E.


I love getcolorcode.com

Triadic colors

1 #91ADF0 and #F091AD with #ADF091 are triadic colors.

2 #91F0AD and #F0AD91 with #ADF091 are triadic colors.