#ACC066

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

Shades of Wild Willow #ACC066

Tints of Wild Willow #ACC066

Color information

#ACC066 (or 0xACC066) is unknown color: approx Wild Willow. HEX triplet: AC, C0 and 66. RGB value is (172,192,102). Sum of RGB (Red+Green+Blue) = 172+192+102=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC066 is #533F99. Grayscale: #B0B0B0. Windows color (decimal): -5455770 or 6733996. OLE color: 6733996.

HSL color Cylindrical-coordinate representation of color #ACC066: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC066 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB172192102-
CMYK0.1000.470.25
HSL73.33º41.67%57.65%-
HSV(B)73.33º46.88%75.29%-
XYZ38.2647.4319.71-
YUV175.7686.37125.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=36.91%
G=41.20%
B=21.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921020.1000.470.2573.3341.6757.65
HexACC066A02F19492a3a
Octal25430014612057311115272
Binary1010110011000000110011010100101111110011001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC066; }

 p { color: rgb(172,192,102); }

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

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

 a { background-color: rgb(172,192,102); }

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

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

 span { border-color: rgb(172,192,102); }

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