COLOR #AACC0F

HEX: #AACC0F
RGB: (170,204,15)

Color info

#AACC0F contains mainly red and green colors. Web safe color of #AACC0F is #99CC00 (or #9C0).

RGB color model

#AACC0F color RGB value is (170,204,15).

  • red value is 170;
  • green value is 204;
  • blue value is 15.
RGB:
(170,204,15)
(67%,80%,6%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 15 of 255 = 6%

170
204
15

R + G + B ~ 51%. #AACC0F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 204 + 15 = 389 (100%)
R 170 of 389 ~ 43.7%
G 204 of 389 ~ 52.44%
B 15 of 389 ~ 3.86%

%43.7
%52.44

CMYK color model

#AACC0F color CMYK value is (17,0,93,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 92.65%
  • key color value is 20.00%
CMYK:
(17,0,93,20)
C17M0Y93K20 
(17%,0%,93%,20%)
(0.17/0.00/0.93/0.20)	

CMYK percentages

%16.67
%0
%92.65
%20

Codes

Color #AACC0F in popluar color models

AACC0F
RGB17020415
HSL71°86.30%42.94%
HSB/HSV71°92.65%80.00%
CMYK16.67%0.00%92.65%
20.00%

Color #AACC0F in popluar number systems.

HEXAACC0F
Decimal17020415
Binary10101010110011001111
Octal25231417

Shades and tints

Shades of #AACC0F

#AACC0F
(170,204,15)
#9BBA0E
(155,186,14)
#8CA80D
(140,168,13)
#7D960C
(125,150,12)
#6E840B
(110,132,11)
#5F720A
(95,114,10)
#506009
(80,96,9)
#414E08
(65,78,8)
#323C07
(50,60,7)
#232A06
(35,42,6)
#141805
(20,24,5)
#000000
(0,0,0)

Tints of #AACC0F

#AACC0F
(170,204,15)
#B1D024
(177,208,36)
#B8D439
(184,212,57)
#BFD84E
(191,216,78)
#C6DC63
(198,220,99)
#CDE078
(205,224,120)
#D4E48D
(212,228,141)
#DBE8A2
(219,232,162)
#E2ECB7
(226,236,183)
#E9F0CC
(233,240,204)
#F0F4E1
(240,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACC0F color. Also use rgb(170,204,15) instead hex code.

Text Font Color

.myTextColor { color: #AACC0F; }

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

This text font color is #AACC0F.


Background Color

.myBgColor { background-color: #AACC0F; }

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

This div background color is #AACC0F.


Border color

.myBorderColor { border: 1px solid #AACC0F; }

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

This div border color is #AACC0F.


Opacity

.myOpacity80 { color: #AACC0F; opacity: 0.8; }

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

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

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

This text has shadow with #AACC0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACC0F on black background.


Color preview on white background

This text has color #AACC0F on white background.



Black color preview on #AACC0F background

This text has black color on #AACC0F background.


White color preview on #AACC0F background

This text has white color on #AACC0F background.