#ACC264

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

Shades of Wild Willow #ACC264

Tints of Wild Willow #ACC264

Color information

#ACC264 (or 0xACC264) is unknown color: approx Wild Willow. HEX triplet: AC, C2 and 64. RGB value is (172,194,100). Sum of RGB (Red+Green+Blue) = 172+194+100=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC264 is #533D9B. Grayscale: #B1B1B1. Windows color (decimal): -5455260 or 6603436. OLE color: 6603436.

HSL color Cylindrical-coordinate representation of color #ACC264: hue angle of 74.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACC264 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB172194100-
CMYK0.1100.480.24
HSL74.04º43.52%57.65%-
HSV(B)74.04º48.45%76.08%-
XYZ38.6148.2719.34-
YUV176.7184.71124.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=36.91%
G=41.63%
B=21.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941000.1100.480.2474.0443.5257.65
HexACC264B030184a2c3a
Octal25430214413060301125472
Binary1010110011000010110010010110110000110001001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC264; }

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

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

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

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

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

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

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

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