COLOR #9ACB66

HEX: #9ACB66
RGB: (154,203,102)

Color info

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

RGB color model

#9ACB66 color RGB value is (154,203,102).

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

RGB channels and saturation

R 154 of 255 = 60%
G 203 of 255 = 80%
B 102 of 255 = 40%

154
203
102

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

Portions of RGB colors in percentages

R + G + B =
154 + 203 + 102 = 459 (100%)
R 154 of 459 ~ 33.55%
G 203 of 459 ~ 44.23%
B 102 of 459 ~ 22.22%

%33.55
%44.23
%22.22

CMYK color model

#9ACB66 color CMYK value is (24,0,50,20).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 20.39%
CMYK:
(24,0,50,20)
C24M0Y50K20 
(24%,0%,50%,20%)
(0.24/0.00/0.50/0.20)	

CMYK percentages

%24.14
%0
%49.75
%20.39

Codes

Color #9ACB66 in popluar color models

9ACB66
RGB154203102
HSL89°49.27%59.80%
HSB/HSV89°49.75%79.61%
CMYK24.14%0.00%49.75%
20.39%

Color #9ACB66 in popluar number systems.

HEX9ACB66
Decimal154203102
Binary10011010110010111100110
Octal232313146

Shades and tints

Shades of #9ACB66

#9ACB66
(154,203,102)
#8CB95D
(140,185,93)
#7EA754
(126,167,84)
#70954B
(112,149,75)
#628342
(98,131,66)
#547139
(84,113,57)
#465F30
(70,95,48)
#384D27
(56,77,39)
#2A3B1E
(42,59,30)
#1C2915
(28,41,21)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #9ACB66

#9ACB66
(154,203,102)
#A3CF73
(163,207,115)
#ACD380
(172,211,128)
#B5D78D
(181,215,141)
#BEDB9A
(190,219,154)
#C7DFA7
(199,223,167)
#D0E3B4
(208,227,180)
#D9E7C1
(217,231,193)
#E2EBCE
(226,235,206)
#EBEFDB
(235,239,219)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACB66; }

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

This text font color is #9ACB66.


Background Color

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

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

This div background color is #9ACB66.


Border color

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

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

This div border color is #9ACB66.


Opacity

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

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

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

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

This text has shadow with #9ACB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACB66 on black background.


Color preview on white background

This text has color #9ACB66 on white background.



Black color preview on #9ACB66 background

This text has black color on #9ACB66 background.


White color preview on #9ACB66 background

This text has white color on #9ACB66 background.