#AEC464

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

Shades of Wild Willow #AEC464

Tints of Wild Willow #AEC464

Color information

#AEC464 (or 0xAEC464) is unknown color: approx Wild Willow. HEX triplet: AE, C4 and 64. RGB value is (174,196,100). Sum of RGB (Red+Green+Blue) = 174+196+100=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC464 is #513B9B. Grayscale: #B2B2B2. Windows color (decimal): -5323676 or 6603950. OLE color: 6603950.

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

Color convert

RGB174196100-
CMYK0.1100.490.23
HSL73.75º44.86%58.04%-
HSV(B)73.75º48.98%76.86%-
XYZ39.549.419.51-
YUV178.4883.71124.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=37.02%
G=41.70%
B=21.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961000.1100.490.2373.7544.8658.04
HexAEC464B031174a2d3a
Octal25630414413061271125572
Binary1010111011000100110010010110110001101111001010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC464; }

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

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

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

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

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

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

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

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