COLOR #9CA71A

HEX: #9CA71A RGB: (156,167,26)

Color info

#9CA71A contains mainly red and green colors. Web safe color of #9CA71A is #999900 (or #990).

RGB color model

#9CA71A color RGB value is (156,167,26).

RGB: (156,167,26) (61%, 65%, 10%)

RGB channels and saturation

R 156 of 255 = 61%
G 167 of 255 = 65%
B 26 of 255 = 10%

156
167
26

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

Portions of RGB colors in percentages

R + G + B = 156 + 167 + 26 = 349 (100%)
R 156 of 349 ~ 44.7%
G 167 of 349 ~ 47.85%
B 26 of 349 ~ 7.45'%

%44.7
%47.85

CMYK color model

#9CA71A color CMYK value is (7,0,84,35).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 84.43%
  • key color value is 34.51%

CMYK: (7,0,84,35)
C7M0Y84K35 (7%, 0%, 84%, 35%)
(0.07 / 0.00 / 0.84 / 0.35)

CMYK percentages

%6.59
%0
%84.43
%34.51

Codes

Color #9CA71A in popluar color models

9C A7 1A
RGB 156 167 26
HSL 65° 73.06% 37.84%
HSB/HSV 65° 84.43% 65.49%
CMYK 6.59% 0.00% 84.43%
34.51%

Color #9CA71A in popluar number systems.

HEX 9C A7 1A
Decimal 156 167 26
Binary 10011100 10100111 11010
Octal 234 247 32

Shades and tints

Shades of #9CA71A

#9CA71A
(156,167,26)
#8E9818
(142,152,24)
#808916
(128,137,22)
#727A14
(114,122,20)
#646B12
(100,107,18)
#565C10
(86,92,16)
#484D0E
(72,77,14)
#3A3E0C
(58,62,12)
#2C2F0A
(44,47,10)
#1E2008
(30,32,8)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #9CA71A

#9CA71A
(156,167,26)
#A5AF2E
(165,175,46)
#AEB742
(174,183,66)
#B7BF56
(183,191,86)
#C0C76A
(192,199,106)
#C9CF7E
(201,207,126)
#D2D792
(210,215,146)
#DBDFA6
(219,223,166)
#E4E7BA
(228,231,186)
#EDEFCE
(237,239,206)
#F6F7E2
(246,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA71A color. Also use rgb(156,167,26) instead hex code.

Text Font Color

.myTextColor { color: #9CA71A; }

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

This text font color is #9CA71A.

Background Color

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

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

This div background color is #9CA71A.

Border color

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

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

This div border color is #9CA71A.

Opacity

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

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

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

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

This text has shadow with #9CA71A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA71A.

Preview

Color preview on black background

This text has color #9CA71A on black background.


Color preview on white background

This text has color #9CA71A on white background.


Black color preview on #9CA71A background

This text has black color on #9CA71A background.


White color preview on #9CA71A background

This text has white color on #9CA71A background.


Related colors

Complementary color

Complementary color for #hex is #6358E5.


I love getcolorcode.com

Triadic colors

1 #1A9CA7 and #A71A9C with #9CA71A are triadic colors.

2 #1AA79C and #A79C1A with #9CA71A are triadic colors.