COLOR #9AD273

HEX: #9AD273
RGB: (154,210,115)

Color info

#9AD273 contains mainly red and green colors. Web safe color of #9AD273 is #99CC66 (or #9C6).

RGB color model

#9AD273 color RGB value is (154,210,115).

  • red value is 154;
  • green value is 210;
  • blue value is 115.
RGB:
(154,210,115)
(60%,82%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 210 of 255 = 82%
B 115 of 255 = 45%

154
210
115

R + G + B ~ 62%. #9AD273 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 210 + 115 = 479 (100%)
R 154 of 479 ~ 32.15%
G 210 of 479 ~ 43.84%
B 115 of 479 ~ 24.01%

%32.15
%43.84
%24.01

CMYK color model

#9AD273 color CMYK value is (27,0,45,18).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 17.65%
CMYK:
(27,0,45,18)
C27M0Y45K18 
(27%,0%,45%,18%)
(0.27/0.00/0.45/0.18)	

CMYK percentages

%26.67
%0
%45.24
%17.65

Codes

Color #9AD273 in popluar color models

9AD273
RGB154210115
HSL95°51.35%63.73%
HSB/HSV95°45.24%82.35%
CMYK26.67%0.00%45.24%
17.65%

Color #9AD273 in popluar number systems.

HEX9AD273
Decimal154210115
Binary10011010110100101110011
Octal232322163

Shades and tints

Shades of #9AD273

#9AD273
(154,210,115)
#8CBF69
(140,191,105)
#7EAC5F
(126,172,95)
#709955
(112,153,85)
#62864B
(98,134,75)
#547341
(84,115,65)
#466037
(70,96,55)
#384D2D
(56,77,45)
#2A3A23
(42,58,35)
#1C2719
(28,39,25)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #9AD273

#9AD273
(154,210,115)
#A3D67F
(163,214,127)
#ACDA8B
(172,218,139)
#B5DE97
(181,222,151)
#BEE2A3
(190,226,163)
#C7E6AF
(199,230,175)
#D0EABB
(208,234,187)
#D9EEC7
(217,238,199)
#E2F2D3
(226,242,211)
#EBF6DF
(235,246,223)
#F4FAEB
(244,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD273 color. Also use rgb(154,210,115) instead hex code.

Text Font Color

.myTextColor { color: #9AD273; }

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

This text font color is #9AD273.


Background Color

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

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

This div background color is #9AD273.


Border color

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

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

This div border color is #9AD273.


Opacity

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

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

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

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

This text has shadow with #9AD273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD273 on black background.


Color preview on white background

This text has color #9AD273 on white background.



Black color preview on #9AD273 background

This text has black color on #9AD273 background.


White color preview on #9AD273 background

This text has white color on #9AD273 background.