COLOR #9ABF67

HEX: #9ABF67
RGB: (154,191,103)

Color info

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

RGB color model

#9ABF67 color RGB value is (154,191,103).

  • red value is 154;
  • green value is 191;
  • blue value is 103.
RGB:
(154,191,103)
(60%,75%,40%)

RGB channels and saturation

R 154 of 255 = 60%
G 191 of 255 = 75%
B 103 of 255 = 40%

154
191
103

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

Portions of RGB colors in percentages

R + G + B =
154 + 191 + 103 = 448 (100%)
R 154 of 448 ~ 34.38%
G 191 of 448 ~ 42.63%
B 103 of 448 ~ 22.99%

%34.38
%42.63
%22.99

CMYK color model

#9ABF67 color CMYK value is (19,0,46,25).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 46.07%
  • key color value is 25.10%
CMYK:
(19,0,46,25)
C19M0Y46K25 
(19%,0%,46%,25%)
(0.19/0.00/0.46/0.25)	

CMYK percentages

%19.37
%0
%46.07
%25.1

Codes

Color #9ABF67 in popluar color models

9ABF67
RGB154191103
HSL85°40.74%57.65%
HSB/HSV85°46.07%74.90%
CMYK19.37%0.00%46.07%
25.10%

Color #9ABF67 in popluar number systems.

HEX9ABF67
Decimal154191103
Binary10011010101111111100111
Octal232277147

Shades and tints

Shades of #9ABF67

#9ABF67
(154,191,103)
#8CAE5E
(140,174,94)
#7E9D55
(126,157,85)
#708C4C
(112,140,76)
#627B43
(98,123,67)
#546A3A
(84,106,58)
#465931
(70,89,49)
#384828
(56,72,40)
#2A371F
(42,55,31)
#1C2616
(28,38,22)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #9ABF67

#9ABF67
(154,191,103)
#A3C474
(163,196,116)
#ACC981
(172,201,129)
#B5CE8E
(181,206,142)
#BED39B
(190,211,155)
#C7D8A8
(199,216,168)
#D0DDB5
(208,221,181)
#D9E2C2
(217,226,194)
#E2E7CF
(226,231,207)
#EBECDC
(235,236,220)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABF67; }

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

This text font color is #9ABF67.


Background Color

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

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

This div background color is #9ABF67.


Border color

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

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

This div border color is #9ABF67.


Opacity

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

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

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

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

This text has shadow with #9ABF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABF67 on black background.


Color preview on white background

This text has color #9ABF67 on white background.



Black color preview on #9ABF67 background

This text has black color on #9ABF67 background.


White color preview on #9ABF67 background

This text has white color on #9ABF67 background.