COLOR #9AB25C

HEX: #9AB25C RGB: (154,178,92)

Color info

#9AB25C contains mainly red and green colors. Web safe color of #9AB25C is #999966 (or #996).

RGB color model

#9AB25C color RGB value is (154,178,92).

RGB: (154,178,92) (60%, 70%, 36%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 92 of 255 = 36%

154
178
92

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

Portions of RGB colors in percentages

R + G + B = 154 + 178 + 92 = 424 (100%)
R 154 of 424 ~ 36.32%
G 178 of 424 ~ 41.98%
B 92 of 424 ~ 21.7'%

%36.32
%41.98
%21.7

CMYK color model

#9AB25C color CMYK value is (13,0,48,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 30.20%

CMYK: (13,0,48,30)
C13M0Y48K30 (13%, 0%, 48%, 30%)
(0.13 / 0.00 / 0.48 / 0.30)

CMYK percentages

%13.48
%0
%48.31
%30.2

Codes

Color #9AB25C in popluar color models

9A B2 5C
RGB 154 178 92
HSL 77° 35.83% 52.94%
HSB/HSV 77° 48.31% 69.80%
CMYK 13.48% 0.00% 48.31%
30.20%

Color #9AB25C in popluar number systems.

HEX 9A B2 5C
Decimal 154 178 92
Binary 10011010 10110010 1011100
Octal 232 262 134

Shades and tints

Shades of #9AB25C

#9AB25C
(154,178,92)
#8CA254
(140,162,84)
#7E924C
(126,146,76)
#708244
(112,130,68)
#62723C
(98,114,60)
#546234
(84,98,52)
#46522C
(70,82,44)
#384224
(56,66,36)
#2A321C
(42,50,28)
#1C2214
(28,34,20)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #9AB25C

#9AB25C
(154,178,92)
#A3B96A
(163,185,106)
#ACC078
(172,192,120)
#B5C786
(181,199,134)
#BECE94
(190,206,148)
#C7D5A2
(199,213,162)
#D0DCB0
(208,220,176)
#D9E3BE
(217,227,190)
#E2EACC
(226,234,204)
#EBF1DA
(235,241,218)
#F4F8E8
(244,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB25C color. Also use rgb(154,178,92) instead hex code.

Text Font Color

.myTextColor { color: #9AB25C; }

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

This text font color is #9AB25C.

Background Color

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

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

This div background color is #9AB25C.

Border color

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

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

This div border color is #9AB25C.

Opacity

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

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

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

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

This text has shadow with #9AB25C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB25C.

Preview

Color preview on black background

This text has color #9AB25C on black background.


Color preview on white background

This text has color #9AB25C on white background.


Black color preview on #9AB25C background

This text has black color on #9AB25C background.


White color preview on #9AB25C background

This text has white color on #9AB25C background.


Related colors

Complementary color

Complementary color for #hex is #654DA3.


I love getcolorcode.com

Triadic colors

1 #5C9AB2 and #B25C9A with #9AB25C are triadic colors.

2 #5CB29A and #B29A5C with #9AB25C are triadic colors.