COLOR #9ABE76

HEX: #9ABE76 RGB: (154,190,118)

Color info

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

RGB color model

#9ABE76 color RGB value is (154,190,118).

RGB: (154,190,118) (60%, 75%, 46%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 118 of 255 = 46%

154
190
118

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 118 = 462 (100%)
R 154 of 462 ~ 33.33%
G 190 of 462 ~ 41.13%
B 118 of 462 ~ 25.54'%

%33.33
%41.13
%25.54

CMYK color model

#9ABE76 color CMYK value is (19,0,38,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 25.49%

CMYK: (19,0,38,25)
C19M0Y38K25 (19%, 0%, 38%, 25%)
(0.19 / 0.00 / 0.38 / 0.25)

CMYK percentages

%18.95
%0
%37.89
%25.49

Codes

Color #9ABE76 in popluar color models

9A BE 76
RGB 154 190 118
HSL 90° 35.64% 60.39%
HSB/HSV 90° 37.89% 74.51%
CMYK 18.95% 0.00% 37.89%
25.49%

Color #9ABE76 in popluar number systems.

HEX 9A BE 76
Decimal 154 190 118
Binary 10011010 10111110 1110110
Octal 232 276 166

Shades and tints

Shades of #9ABE76

#9ABE76
(154,190,118)
#8CAD6C
(140,173,108)
#7E9C62
(126,156,98)
#708B58
(112,139,88)
#627A4E
(98,122,78)
#546944
(84,105,68)
#46583A
(70,88,58)
#384730
(56,71,48)
#2A3626
(42,54,38)
#1C251C
(28,37,28)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #9ABE76

#9ABE76
(154,190,118)
#A3C382
(163,195,130)
#ACC88E
(172,200,142)
#B5CD9A
(181,205,154)
#BED2A6
(190,210,166)
#C7D7B2
(199,215,178)
#D0DCBE
(208,220,190)
#D9E1CA
(217,225,202)
#E2E6D6
(226,230,214)
#EBEBE2
(235,235,226)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABE76 color. Also use rgb(154,190,118) instead hex code.

Text Font Color

.myTextColor { color: #9ABE76; }

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

This text font color is #9ABE76.

Background Color

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

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

This div background color is #9ABE76.

Border color

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

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

This div border color is #9ABE76.

Opacity

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

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

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

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

This text has shadow with #9ABE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABE76.

Preview

Color preview on black background

This text has color #9ABE76 on black background.


Color preview on white background

This text has color #9ABE76 on white background.


Black color preview on #9ABE76 background

This text has black color on #9ABE76 background.


White color preview on #9ABE76 background

This text has white color on #9ABE76 background.


Related colors

Complementary color

Complementary color for #hex is #654189.


I love getcolorcode.com

Triadic colors

1 #769ABE and #BE769A with #9ABE76 are triadic colors.

2 #76BE9A and #BE9A76 with #9ABE76 are triadic colors.