COLOR #9CAE62

HEX: #9CAE62
RGB: (156,174,98)

Color info

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

RGB color model

#9CAE62 color RGB value is (156,174,98).

  • red value is 156;
  • green value is 174;
  • blue value is 98.
RGB:
(156,174,98)
(61%,68%,38%)

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 98 of 255 = 38%

156
174
98

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

Portions of RGB colors in percentages

R + G + B =
156 + 174 + 98 = 428 (100%)
R 156 of 428 ~ 36.45%
G 174 of 428 ~ 40.65%
B 98 of 428 ~ 22.9%

%36.45
%40.65
%22.9

CMYK color model

#9CAE62 color CMYK value is (10,0,44,32).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 43.68%
  • key color value is 31.76%
CMYK:
(10,0,44,32)
C10M0Y44K32 
(10%,0%,44%,32%)
(0.10/0.00/0.44/0.32)	

CMYK percentages

%10.34
%0
%43.68
%31.76

Codes

Color #9CAE62 in popluar color models

9CAE62
RGB15617498
HSL74°31.93%53.33%
HSB/HSV74°43.68%68.24%
CMYK10.34%0.00%43.68%
31.76%

Color #9CAE62 in popluar number systems.

HEX9CAE62
Decimal15617498
Binary10011100101011101100010
Octal234256142

Shades and tints

Shades of #9CAE62

#9CAE62
(156,174,98)
#8E9F5A
(142,159,90)
#809052
(128,144,82)
#72814A
(114,129,74)
#647242
(100,114,66)
#56633A
(86,99,58)
#485432
(72,84,50)
#3A452A
(58,69,42)
#2C3622
(44,54,34)
#1E271A
(30,39,26)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #9CAE62

#9CAE62
(156,174,98)
#A5B570
(165,181,112)
#AEBC7E
(174,188,126)
#B7C38C
(183,195,140)
#C0CA9A
(192,202,154)
#C9D1A8
(201,209,168)
#D2D8B6
(210,216,182)
#DBDFC4
(219,223,196)
#E4E6D2
(228,230,210)
#EDEDE0
(237,237,224)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAE62; }

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

This text font color is #9CAE62.


Background Color

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

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

This div background color is #9CAE62.


Border color

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

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

This div border color is #9CAE62.


Opacity

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

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

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

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

This text has shadow with #9CAE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAE62 on black background.


Color preview on white background

This text has color #9CAE62 on white background.



Black color preview on #9CAE62 background

This text has black color on #9CAE62 background.


White color preview on #9CAE62 background

This text has white color on #9CAE62 background.