#ACC664

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

Shades of Wild Willow #ACC664

Tints of Wild Willow #ACC664

Color information

#ACC664 (or 0xACC664) is unknown color: approx Wild Willow. HEX triplet: AC, C6 and 64. RGB value is (172,198,100). Sum of RGB (Red+Green+Blue) = 172+198+100=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC664 is #53399B. Grayscale: #B3B3B3. Windows color (decimal): -5454236 or 6604460. OLE color: 6604460.

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

Color convert

RGB172198100-
CMYK0.1300.490.22
HSL75.92º46.23%58.43%-
HSV(B)75.92º49.49%77.65%-
XYZ39.5150.0819.64-
YUV179.0583.39122.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=36.60%
G=42.13%
B=21.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981000.1300.490.2275.9246.2358.43
HexACC664D031164c2e3a
Octal25430614415061261145672
Binary1010110011000110110010011010110001101101001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC664; }

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

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

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

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

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

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

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

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