COLOR #9AB265

HEX: #9AB265 RGB: (154,178,101)

Color info

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

RGB color model

#9AB265 color RGB value is (154,178,101).

RGB: (154,178,101) (60%, 70%, 40%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 101 of 255 = 40%

154
178
101

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

Portions of RGB colors in percentages

R + G + B = 154 + 178 + 101 = 433 (100%)
R 154 of 433 ~ 35.57%
G 178 of 433 ~ 41.11%
B 101 of 433 ~ 23.33'%

%35.57
%41.11
%23.33

CMYK color model

#9AB265 color CMYK value is (13,0,43,30).

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

CMYK: (13,0,43,30)
C13M0Y43K30 (13%, 0%, 43%, 30%)
(0.13 / 0.00 / 0.43 / 0.30)

CMYK percentages

%13.48
%0
%43.26
%30.2

Codes

Color #9AB265 in popluar color models

9A B2 65
RGB 154 178 101
HSL 79° 33.33% 54.71%
HSB/HSV 79° 43.26% 69.80%
CMYK 13.48% 0.00% 43.26%
30.20%

Color #9AB265 in popluar number systems.

HEX 9A B2 65
Decimal 154 178 101
Binary 10011010 10110010 1100101
Octal 232 262 145

Shades and tints

Shades of #9AB265

#9AB265
(154,178,101)
#8CA25C
(140,162,92)
#7E9253
(126,146,83)
#70824A
(112,130,74)
#627241
(98,114,65)
#546238
(84,98,56)
#46522F
(70,82,47)
#384226
(56,66,38)
#2A321D
(42,50,29)
#1C2214
(28,34,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #9AB265

#9AB265
(154,178,101)
#A3B973
(163,185,115)
#ACC081
(172,192,129)
#B5C78F
(181,199,143)
#BECE9D
(190,206,157)
#C7D5AB
(199,213,171)
#D0DCB9
(208,220,185)
#D9E3C7
(217,227,199)
#E2EAD5
(226,234,213)
#EBF1E3
(235,241,227)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB265; }

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

This text font color is #9AB265.

Background Color

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

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

This div background color is #9AB265.

Border color

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

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

This div border color is #9AB265.

Opacity

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

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

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

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

This text has shadow with #9AB265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB265.

Preview

Color preview on black background

This text has color #9AB265 on black background.


Color preview on white background

This text has color #9AB265 on white background.


Black color preview on #9AB265 background

This text has black color on #9AB265 background.


White color preview on #9AB265 background

This text has white color on #9AB265 background.


Related colors

Complementary color

Complementary color for #hex is #654D9A.


I love getcolorcode.com

Triadic colors

1 #659AB2 and #B2659A with #9AB265 are triadic colors.

2 #65B29A and #B29A65 with #9AB265 are triadic colors.