COLOR #9ABE6E

HEX: #9ABE6E RGB: (154,190,110)

Color info

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

RGB color model

#9ABE6E color RGB value is (154,190,110).

RGB: (154,190,110) (60%, 75%, 43%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 110 of 255 = 43%

154
190
110

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 110 = 454 (100%)
R 154 of 454 ~ 33.92%
G 190 of 454 ~ 41.85%
B 110 of 454 ~ 24.23'%

%33.92
%41.85
%24.23

CMYK color model

#9ABE6E color CMYK value is (19,0,42,25).

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

CMYK: (19,0,42,25)
C19M0Y42K25 (19%, 0%, 42%, 25%)
(0.19 / 0.00 / 0.42 / 0.25)

CMYK percentages

%18.95
%0
%42.11
%25.49

Codes

Color #9ABE6E in popluar color models

9A BE 6E
RGB 154 190 110
HSL 87° 38.10% 58.82%
HSB/HSV 87° 42.11% 74.51%
CMYK 18.95% 0.00% 42.11%
25.49%

Color #9ABE6E in popluar number systems.

HEX 9A BE 6E
Decimal 154 190 110
Binary 10011010 10111110 1101110
Octal 232 276 156

Shades and tints

Shades of #9ABE6E

#9ABE6E
(154,190,110)
#8CAD64
(140,173,100)
#7E9C5A
(126,156,90)
#708B50
(112,139,80)
#627A46
(98,122,70)
#54693C
(84,105,60)
#465832
(70,88,50)
#384728
(56,71,40)
#2A361E
(42,54,30)
#1C2514
(28,37,20)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #9ABE6E

#9ABE6E
(154,190,110)
#A3C37B
(163,195,123)
#ACC888
(172,200,136)
#B5CD95
(181,205,149)
#BED2A2
(190,210,162)
#C7D7AF
(199,215,175)
#D0DCBC
(208,220,188)
#D9E1C9
(217,225,201)
#E2E6D6
(226,230,214)
#EBEBE3
(235,235,227)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABE6E; }

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

This text font color is #9ABE6E.

Background Color

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

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

This div background color is #9ABE6E.

Border color

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

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

This div border color is #9ABE6E.

Opacity

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

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

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

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

This text has shadow with #9ABE6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABE6E.

Preview

Color preview on black background

This text has color #9ABE6E on black background.


Color preview on white background

This text has color #9ABE6E on white background.


Black color preview on #9ABE6E background

This text has black color on #9ABE6E background.


White color preview on #9ABE6E background

This text has white color on #9ABE6E background.


Related colors

Complementary color

Complementary color for #hex is #654191.


I love getcolorcode.com

Triadic colors

1 #6E9ABE and #BE6E9A with #9ABE6E are triadic colors.

2 #6EBE9A and #BE9A6E with #9ABE6E are triadic colors.