#ACC365

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

Shades of Wild Willow #ACC365

Tints of Wild Willow #ACC365

Color information

#ACC365 (or 0xACC365) is unknown color: approx Wild Willow. HEX triplet: AC, C3 and 65. RGB value is (172,195,101). Sum of RGB (Red+Green+Blue) = 172+195+101=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC365 is #533C9A. Grayscale: #B1B1B1. Windows color (decimal): -5455003 or 6669228. OLE color: 6669228.

HSL color Cylindrical-coordinate representation of color #ACC365: hue angle of 74.68º 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 #ACC365 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB172195101-
CMYK0.1200.480.24
HSL74.68º43.93%58.04%-
HSV(B)74.68º48.21%76.47%-
XYZ38.8848.7419.67-
YUV177.4184.88124.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=36.75%
G=41.67%
B=21.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951010.1200.480.2474.6843.9358.04
HexACC365C030184b2c3a
Octal25430314514060301135472
Binary1010110011000011110010111000110000110001001011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC365; }

 p { color: rgb(172,195,101); }

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

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

 a { background-color: rgb(172,195,101); }

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

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

 span { border-color: rgb(172,195,101); }

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