#ACC669

Color #ACC669 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ACC669

Tints of Wild Willow #ACC669

Color information

#ACC669 (or 0xACC669) is unknown color: approx Wild Willow. HEX triplet: AC, C6 and 69. RGB value is (172,198,105). Sum of RGB (Red+Green+Blue) = 172+198+105=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC669 is #533996. Grayscale: #B3B3B3. Windows color (decimal): -5454231 or 6932140. OLE color: 6932140.

HSL color Cylindrical-coordinate representation of color #ACC669: hue angle of 76.77º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC669 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB172198105-
CMYK0.1300.470.22
HSL76.77º44.93%59.41%-
HSV(B)76.77º46.97%77.65%-
XYZ39.7650.1820.95-
YUV179.6285.89122.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=36.21%
G=41.68%
B=22.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981050.1300.470.2276.7744.9359.41
HexACC669D02F164d2d3b
Octal25430615115057261155573
Binary1010110011000110110100111010101111101101001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC669; }

 p { color: rgb(172,198,105); }

 H1.HeaderClassName
 {
   color: #ACC669;
 }
 .AnyTagClassName
 {
   color: #ACC669;
 }
</style>
background-color css

<style>
 a { background-color: #ACC669; }

 a { background-color: rgb(172,198,105); }

 div.DivClassName
 {
   background-color: #ACC669;
 }
 .BgClassName
 {
   background-color: #ACC669;
 }
</style>
border-color css

<style>
 span { border-color: #ACC669; }

 span { border-color: rgb(172,198,105); }

 td.TdClassName
 {
   border-color: #ACC669;
 }
 .TagClassName
 {
   border-color: #ACC669;
 }
</style>