COLOR #9ABF81

HEX: #9ABF81
RGB: (154,191,129)

Color info

#9ABF81 contains mainly red and green colors. Web safe color of #9ABF81 is #99CC99 (or #9C9).

RGB color model

#9ABF81 color RGB value is (154,191,129).

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

RGB channels and saturation

R 154 of 255 = 60%
G 191 of 255 = 75%
B 129 of 255 = 51%

154
191
129

R + G + B ~ 62%. #9ABF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 191 + 129 = 474 (100%)
R 154 of 474 ~ 32.49%
G 191 of 474 ~ 40.3%
B 129 of 474 ~ 27.22%

%32.49
%40.3
%27.22

CMYK color model

#9ABF81 color CMYK value is (19,0,32,25).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 25.10%
CMYK:
(19,0,32,25)
C19M0Y32K25 
(19%,0%,32%,25%)
(0.19/0.00/0.32/0.25)	

CMYK percentages

%19.37
%0
%32.46
%25.1

Codes

Color #9ABF81 in popluar color models

9ABF81
RGB154191129
HSL96°32.63%62.75%
HSB/HSV96°32.46%74.90%
CMYK19.37%0.00%32.46%
25.10%

Color #9ABF81 in popluar number systems.

HEX9ABF81
Decimal154191129
Binary100110101011111110000001
Octal232277201

Shades and tints

Shades of #9ABF81

#9ABF81
(154,191,129)
#8CAE76
(140,174,118)
#7E9D6B
(126,157,107)
#708C60
(112,140,96)
#627B55
(98,123,85)
#546A4A
(84,106,74)
#46593F
(70,89,63)
#384834
(56,72,52)
#2A3729
(42,55,41)
#1C261E
(28,38,30)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #9ABF81

#9ABF81
(154,191,129)
#A3C48C
(163,196,140)
#ACC997
(172,201,151)
#B5CEA2
(181,206,162)
#BED3AD
(190,211,173)
#C7D8B8
(199,216,184)
#D0DDC3
(208,221,195)
#D9E2CE
(217,226,206)
#E2E7D9
(226,231,217)
#EBECE4
(235,236,228)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABF81; }

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

This text font color is #9ABF81.


Background Color

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

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

This div background color is #9ABF81.


Border color

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

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

This div border color is #9ABF81.


Opacity

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

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

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

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

This text has shadow with #9ABF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABF81 on black background.


Color preview on white background

This text has color #9ABF81 on white background.



Black color preview on #9ABF81 background

This text has black color on #9ABF81 background.


White color preview on #9ABF81 background

This text has white color on #9ABF81 background.