COLOR #9ACB6D

HEX: #9ACB6D
RGB: (154,203,109)

Color info

#9ACB6D contains mainly red and green colors. Web safe color of #9ACB6D is #99CC66 (or #9C6).

RGB color model

#9ACB6D color RGB value is (154,203,109).

  • red value is 154;
  • green value is 203;
  • blue value is 109.
RGB:
(154,203,109)
(60%,80%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 203 of 255 = 80%
B 109 of 255 = 43%

154
203
109

R + G + B ~ 61%. #9ACB6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 203 + 109 = 466 (100%)
R 154 of 466 ~ 33.05%
G 203 of 466 ~ 43.56%
B 109 of 466 ~ 23.39%

%33.05
%43.56
%23.39

CMYK color model

#9ACB6D color CMYK value is (24,0,46,20).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 20.39%
CMYK:
(24,0,46,20)
C24M0Y46K20 
(24%,0%,46%,20%)
(0.24/0.00/0.46/0.20)	

CMYK percentages

%24.14
%0
%46.31
%20.39

Codes

Color #9ACB6D in popluar color models

9ACB6D
RGB154203109
HSL91°47.47%61.18%
HSB/HSV91°46.31%79.61%
CMYK24.14%0.00%46.31%
20.39%

Color #9ACB6D in popluar number systems.

HEX9ACB6D
Decimal154203109
Binary10011010110010111101101
Octal232313155

Shades and tints

Shades of #9ACB6D

#9ACB6D
(154,203,109)
#8CB964
(140,185,100)
#7EA75B
(126,167,91)
#709552
(112,149,82)
#628349
(98,131,73)
#547140
(84,113,64)
#465F37
(70,95,55)
#384D2E
(56,77,46)
#2A3B25
(42,59,37)
#1C291C
(28,41,28)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9ACB6D

#9ACB6D
(154,203,109)
#A3CF7A
(163,207,122)
#ACD387
(172,211,135)
#B5D794
(181,215,148)
#BEDBA1
(190,219,161)
#C7DFAE
(199,223,174)
#D0E3BB
(208,227,187)
#D9E7C8
(217,231,200)
#E2EBD5
(226,235,213)
#EBEFE2
(235,239,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACB6D color. Also use rgb(154,203,109) instead hex code.

Text Font Color

.myTextColor { color: #9ACB6D; }

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

This text font color is #9ACB6D.


Background Color

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

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

This div background color is #9ACB6D.


Border color

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

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

This div border color is #9ACB6D.


Opacity

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

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

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

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

This text has shadow with #9ACB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACB6D on black background.


Color preview on white background

This text has color #9ACB6D on white background.



Black color preview on #9ACB6D background

This text has black color on #9ACB6D background.


White color preview on #9ACB6D background

This text has white color on #9ACB6D background.