#AEC45F

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

Shades of Wild Willow #AEC45F

Tints of Wild Willow #AEC45F

Color information

#AEC45F (or 0xAEC45F) is unknown color: approx Wild Willow. HEX triplet: AE, C4 and 5F. RGB value is (174,196,95). Sum of RGB (Red+Green+Blue) = 174+196+95=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC45F is #513BA0. Grayscale: #B2B2B2. Windows color (decimal): -5323681 or 6276270. OLE color: 6276270.

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

Color convert

RGB17419695-
CMYK0.1100.520.23
HSL73.07º46.12%57.06%-
HSV(B)73.07º51.53%76.86%-
XYZ39.2649.318.27-
YUV177.9181.21125.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=37.42%
G=42.15%
B=20.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174196950.1100.520.2373.0746.1257.06
HexAEC45FB03417492e39
Octal25630413713064271115671
Binary1010111011000100101111110110110100101111001001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC45F; }

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

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

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

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

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

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

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

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