COLOR #9AB274

HEX: #9AB274
RGB: (154,178,116)

Color info

#9AB274 contains mainly red and green colors. Web safe color of #9AB274 is #999966 (or #996).

RGB color model

#9AB274 color RGB value is (154,178,116).

  • red value is 154;
  • green value is 178;
  • blue value is 116.
RGB:
(154,178,116)
(60%,70%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 116 of 255 = 45%

154
178
116

R + G + B ~ 58%. #9AB274 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 116 = 448 (100%)
R 154 of 448 ~ 34.38%
G 178 of 448 ~ 39.73%
B 116 of 448 ~ 25.89%

%34.38
%39.73
%25.89

CMYK color model

#9AB274 color CMYK value is (13,0,35,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(13,0,35,30)
C13M0Y35K30 
(13%,0%,35%,30%)
(0.13/0.00/0.35/0.30)	

CMYK percentages

%13.48
%0
%34.83
%30.2

Codes

Color #9AB274 in popluar color models

9AB274
RGB154178116
HSL83°28.70%57.65%
HSB/HSV83°34.83%69.80%
CMYK13.48%0.00%34.83%
30.20%

Color #9AB274 in popluar number systems.

HEX9AB274
Decimal154178116
Binary10011010101100101110100
Octal232262164

Shades and tints

Shades of #9AB274

#9AB274
(154,178,116)
#8CA26A
(140,162,106)
#7E9260
(126,146,96)
#708256
(112,130,86)
#62724C
(98,114,76)
#546242
(84,98,66)
#465238
(70,82,56)
#38422E
(56,66,46)
#2A3224
(42,50,36)
#1C221A
(28,34,26)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #9AB274

#9AB274
(154,178,116)
#A3B980
(163,185,128)
#ACC08C
(172,192,140)
#B5C798
(181,199,152)
#BECEA4
(190,206,164)
#C7D5B0
(199,213,176)
#D0DCBC
(208,220,188)
#D9E3C8
(217,227,200)
#E2EAD4
(226,234,212)
#EBF1E0
(235,241,224)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB274 color. Also use rgb(154,178,116) instead hex code.

Text Font Color

.myTextColor { color: #9AB274; }

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

This text font color is #9AB274.


Background Color

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

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

This div background color is #9AB274.


Border color

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

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

This div border color is #9AB274.


Opacity

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

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

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

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

This text has shadow with #9AB274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB274 on black background.


Color preview on white background

This text has color #9AB274 on white background.



Black color preview on #9AB274 background

This text has black color on #9AB274 background.


White color preview on #9AB274 background

This text has white color on #9AB274 background.