#ACC269

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

Shades of Wild Willow #ACC269

Tints of Wild Willow #ACC269

Color information

#ACC269 (or 0xACC269) is unknown color: approx Wild Willow. HEX triplet: AC, C2 and 69. RGB value is (172,194,105). Sum of RGB (Red+Green+Blue) = 172+194+105=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC269 is #533D96. Grayscale: #B1B1B1. Windows color (decimal): -5455255 or 6931116. OLE color: 6931116.

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

Color convert

RGB172194105-
CMYK0.1100.460.24
HSL74.83º42.18%58.63%-
HSV(B)74.83º45.88%76.08%-
XYZ38.8548.3720.65-
YUV177.2887.21124.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=36.52%
G=41.19%
B=22.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941050.1100.460.2474.8342.1858.63
HexACC269B02E184b2a3b
Octal25430215113056301135273
Binary1010110011000010110100110110101110110001001011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC269; }

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

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

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

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

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

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

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

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