COLOR #9ABF72

HEX: #9ABF72 RGB: (154,191,114)

Color info

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

RGB color model

#9ABF72 color RGB value is (154,191,114).

RGB: (154,191,114) (60%, 75%, 45%)

RGB channels and saturation

R 154 of 255 = 60%
G 191 of 255 = 75%
B 114 of 255 = 45%

154
191
114

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

Portions of RGB colors in percentages

R + G + B = 154 + 191 + 114 = 459 (100%)
R 154 of 459 ~ 33.55%
G 191 of 459 ~ 41.61%
B 114 of 459 ~ 24.84'%

%33.55
%41.61
%24.84

CMYK color model

#9ABF72 color CMYK value is (19,0,40,25).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 25.10%

CMYK: (19,0,40,25)
C19M0Y40K25 (19%, 0%, 40%, 25%)
(0.19 / 0.00 / 0.40 / 0.25)

CMYK percentages

%19.37
%0
%40.31
%25.1

Codes

Color #9ABF72 in popluar color models

9A BF 72
RGB 154 191 114
HSL 89° 37.56% 59.80%
HSB/HSV 89° 40.31% 74.90%
CMYK 19.37% 0.00% 40.31%
25.10%

Color #9ABF72 in popluar number systems.

HEX 9A BF 72
Decimal 154 191 114
Binary 10011010 10111111 1110010
Octal 232 277 162

Shades and tints

Shades of #9ABF72

#9ABF72
(154,191,114)
#8CAE68
(140,174,104)
#7E9D5E
(126,157,94)
#708C54
(112,140,84)
#627B4A
(98,123,74)
#546A40
(84,106,64)
#465936
(70,89,54)
#38482C
(56,72,44)
#2A3722
(42,55,34)
#1C2618
(28,38,24)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #9ABF72

#9ABF72
(154,191,114)
#A3C47E
(163,196,126)
#ACC98A
(172,201,138)
#B5CE96
(181,206,150)
#BED3A2
(190,211,162)
#C7D8AE
(199,216,174)
#D0DDBA
(208,221,186)
#D9E2C6
(217,226,198)
#E2E7D2
(226,231,210)
#EBECDE
(235,236,222)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABF72 color. Also use rgb(154,191,114) instead hex code.

Text Font Color

.myTextColor { color: #9ABF72; }

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

This text font color is #9ABF72.

Background Color

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

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

This div background color is #9ABF72.

Border color

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

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

This div border color is #9ABF72.

Opacity

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

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

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

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

This text has shadow with #9ABF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABF72.

Preview

Color preview on black background

This text has color #9ABF72 on black background.


Color preview on white background

This text has color #9ABF72 on white background.


Black color preview on #9ABF72 background

This text has black color on #9ABF72 background.


White color preview on #9ABF72 background

This text has white color on #9ABF72 background.


Related colors

Complementary color

Complementary color for #hex is #65408D.


I love getcolorcode.com

Triadic colors

1 #729ABF and #BF729A with #9ABF72 are triadic colors.

2 #72BF9A and #BF9A72 with #9ABF72 are triadic colors.