COLOR #9ABB4A

HEX: #9ABB4A
RGB: (154,187,74)

Color info

#9ABB4A contains mainly red and green colors. Web safe color of #9ABB4A is #99CC33 (or #9C3).

RGB color model

#9ABB4A color RGB value is (154,187,74).

  • red value is 154;
  • green value is 187;
  • blue value is 74.
RGB:
(154,187,74)
(60%,73%,29%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 74 of 255 = 29%

154
187
74

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

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 74 = 415 (100%)
R 154 of 415 ~ 37.11%
G 187 of 415 ~ 45.06%
B 74 of 415 ~ 17.83%

%37.11
%45.06
%17.83

CMYK color model

#9ABB4A color CMYK value is (18,0,60,27).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 26.67%
CMYK:
(18,0,60,27)
C18M0Y60K27 
(18%,0%,60%,27%)
(0.18/0.00/0.60/0.27)	

CMYK percentages

%17.65
%0
%60.43
%26.67

Codes

Color #9ABB4A in popluar color models

9ABB4A
RGB15418774
HSL78°45.38%51.18%
HSB/HSV78°60.43%73.33%
CMYK17.65%0.00%60.43%
26.67%

Color #9ABB4A in popluar number systems.

HEX9ABB4A
Decimal15418774
Binary10011010101110111001010
Octal232273112

Shades and tints

Shades of #9ABB4A

#9ABB4A
(154,187,74)
#8CAA44
(140,170,68)
#7E993E
(126,153,62)
#708838
(112,136,56)
#627732
(98,119,50)
#54662C
(84,102,44)
#465526
(70,85,38)
#384420
(56,68,32)
#2A331A
(42,51,26)
#1C2214
(28,34,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #9ABB4A

#9ABB4A
(154,187,74)
#A3C15A
(163,193,90)
#ACC76A
(172,199,106)
#B5CD7A
(181,205,122)
#BED38A
(190,211,138)
#C7D99A
(199,217,154)
#D0DFAA
(208,223,170)
#D9E5BA
(217,229,186)
#E2EBCA
(226,235,202)
#EBF1DA
(235,241,218)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABB4A color. Also use rgb(154,187,74) instead hex code.

Text Font Color

.myTextColor { color: #9ABB4A; }

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

This text font color is #9ABB4A.


Background Color

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

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

This div background color is #9ABB4A.


Border color

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

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

This div border color is #9ABB4A.


Opacity

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

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

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

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

This text has shadow with #9ABB4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABB4A on black background.


Color preview on white background

This text has color #9ABB4A on white background.



Black color preview on #9ABB4A background

This text has black color on #9ABB4A background.


White color preview on #9ABB4A background

This text has white color on #9ABB4A background.