COLOR #9ADA6E

HEX: #9ADA6E
RGB: (154,218,110)

Color info

#9ADA6E contains mainly green color. Web safe color of #9ADA6E is #99CC66 (or #9C6).

RGB color model

#9ADA6E color RGB value is (154,218,110).

  • red value is 154;
  • green value is 218;
  • blue value is 110.
RGB:
(154,218,110)
(60%,85%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 218 of 255 = 85%
B 110 of 255 = 43%

154
218
110

R + G + B ~ 63%. #9ADA6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 218 + 110 = 482 (100%)
R 154 of 482 ~ 31.95%
G 218 of 482 ~ 45.23%
B 110 of 482 ~ 22.82%

%31.95
%45.23
%22.82

CMYK color model

#9ADA6E color CMYK value is (29,0,50,15).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 49.54%
  • key color value is 14.51%
CMYK:
(29,0,50,15)
C29M0Y50K15 
(29%,0%,50%,15%)
(0.29/0.00/0.50/0.15)	

CMYK percentages

%29.36
%0
%49.54
%14.51

Codes

Color #9ADA6E in popluar color models

9ADA6E
RGB154218110
HSL96°59.34%64.31%
HSB/HSV96°49.54%85.49%
CMYK29.36%0.00%49.54%
14.51%

Color #9ADA6E in popluar number systems.

HEX9ADA6E
Decimal154218110
Binary10011010110110101101110
Octal232332156

Shades and tints

Shades of #9ADA6E

#9ADA6E
(154,218,110)
#8CC764
(140,199,100)
#7EB45A
(126,180,90)
#70A150
(112,161,80)
#628E46
(98,142,70)
#547B3C
(84,123,60)
#466832
(70,104,50)
#385528
(56,85,40)
#2A421E
(42,66,30)
#1C2F14
(28,47,20)
#0E1C0A
(14,28,10)
#000000
(0,0,0)

Tints of #9ADA6E

#9ADA6E
(154,218,110)
#A3DD7B
(163,221,123)
#ACE088
(172,224,136)
#B5E395
(181,227,149)
#BEE6A2
(190,230,162)
#C7E9AF
(199,233,175)
#D0ECBC
(208,236,188)
#D9EFC9
(217,239,201)
#E2F2D6
(226,242,214)
#EBF5E3
(235,245,227)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADA6E color. Also use rgb(154,218,110) instead hex code.

Text Font Color

.myTextColor { color: #9ADA6E; }

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

This text font color is #9ADA6E.


Background Color

.myBgColor { background-color: #9ADA6E; }

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

This div background color is #9ADA6E.


Border color

.myBorderColor { border: 1px solid #9ADA6E; }

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

This div border color is #9ADA6E.


Opacity

.myOpacity80 { color: #9ADA6E; opacity: 0.8; }

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

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

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

This text has shadow with #9ADA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADA6E on black background.


Color preview on white background

This text has color #9ADA6E on white background.



Black color preview on #9ADA6E background

This text has black color on #9ADA6E background.


White color preview on #9ADA6E background

This text has white color on #9ADA6E background.