COLOR #9CAE4F

HEX: #9CAE4F RGB: (156,174,79)

Color info

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

RGB color model

#9CAE4F color RGB value is (156,174,79).

RGB: (156,174,79) (61%, 68%, 31%)

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 79 of 255 = 31%

156
174
79

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

Portions of RGB colors in percentages

R + G + B = 156 + 174 + 79 = 409 (100%)
R 156 of 409 ~ 38.14%
G 174 of 409 ~ 42.54%
B 79 of 409 ~ 19.32'%

%38.14
%42.54
%19.32

CMYK color model

#9CAE4F color CMYK value is (10,0,55,32).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 54.60%
  • key color value is 31.76%

CMYK: (10,0,55,32)
C10M0Y55K32 (10%, 0%, 55%, 32%)
(0.10 / 0.00 / 0.55 / 0.32)

CMYK percentages

%10.34
%0
%54.6
%31.76

Codes

Color #9CAE4F in popluar color models

9C AE 4F
RGB 156 174 79
HSL 71° 37.55% 49.61%
HSB/HSV 71° 54.60% 68.24%
CMYK 10.34% 0.00% 54.60%
31.76%

Color #9CAE4F in popluar number systems.

HEX 9C AE 4F
Decimal 156 174 79
Binary 10011100 10101110 1001111
Octal 234 256 117

Shades and tints

Shades of #9CAE4F

#9CAE4F
(156,174,79)
#8E9F48
(142,159,72)
#809041
(128,144,65)
#72813A
(114,129,58)
#647233
(100,114,51)
#56632C
(86,99,44)
#485425
(72,84,37)
#3A451E
(58,69,30)
#2C3617
(44,54,23)
#1E2710
(30,39,16)
#101809
(16,24,9)
#000000
(0,0,0)

Tints of #9CAE4F

#9CAE4F
(156,174,79)
#A5B55F
(165,181,95)
#AEBC6F
(174,188,111)
#B7C37F
(183,195,127)
#C0CA8F
(192,202,143)
#C9D19F
(201,209,159)
#D2D8AF
(210,216,175)
#DBDFBF
(219,223,191)
#E4E6CF
(228,230,207)
#EDEDDF
(237,237,223)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CAE4F color. Also use rgb(156,174,79) instead hex code.

Text Font Color

.myTextColor { color: #9CAE4F; }

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

This text font color is #9CAE4F.

Background Color

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

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

This div background color is #9CAE4F.

Border color

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

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

This div border color is #9CAE4F.

Opacity

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

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

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

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

This text has shadow with #9CAE4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAE4F.

Preview

Color preview on black background

This text has color #9CAE4F on black background.


Color preview on white background

This text has color #9CAE4F on white background.


Black color preview on #9CAE4F background

This text has black color on #9CAE4F background.


White color preview on #9CAE4F background

This text has white color on #9CAE4F background.


Related colors

Complementary color

Complementary color for #hex is #6351B0.


I love getcolorcode.com

Triadic colors

1 #4F9CAE and #AE4F9C with #9CAE4F are triadic colors.

2 #4FAE9C and #AE9C4F with #9CAE4F are triadic colors.