#AEC465

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

Shades of Wild Willow #AEC465

Tints of Wild Willow #AEC465

Color information

#AEC465 (or 0xAEC465) is unknown color: approx Wild Willow. HEX triplet: AE, C4 and 65. RGB value is (174,196,101). Sum of RGB (Red+Green+Blue) = 174+196+101=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC465 is #513B9A. Grayscale: #B2B2B2. Windows color (decimal): -5323675 or 6669486. OLE color: 6669486.

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

Color convert

RGB174196101-
CMYK0.1100.480.23
HSL73.89º44.6%58.24%-
HSV(B)73.89º48.47%76.86%-
XYZ39.5449.4219.77-
YUV178.5984.21124.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=36.94%
G=41.61%
B=21.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961010.1100.480.2373.8944.658.24
HexAEC465B030174a2d3a
Octal25630414513060271125572
Binary1010111011000100110010110110110000101111001010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC465; }

 p { color: rgb(174,196,101); }

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

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

 a { background-color: rgb(174,196,101); }

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

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

 span { border-color: rgb(174,196,101); }

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