#AEC45C

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

Shades of Wild Willow #AEC45C

Tints of Wild Willow #AEC45C

Color information

#AEC45C (or 0xAEC45C) is unknown color: approx Wild Willow. HEX triplet: AE, C4 and 5C. RGB value is (174,196,92). Sum of RGB (Red+Green+Blue) = 174+196+92=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC45C is #513BA3. Grayscale: #B1B1B1. Windows color (decimal): -5323684 or 6079662. OLE color: 6079662.

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

Color convert

RGB17419692-
CMYK0.1100.530.23
HSL72.69º46.85%56.47%-
HSV(B)72.69º53.06%76.86%-
XYZ39.1349.2517.57-
YUV177.5779.71125.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 196 (76.95% from 255) = 42.42%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=37.66%
G=42.42%
B=19.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174196920.1100.530.2372.6946.8556.47
HexAEC45CB03517492f38
Octal25630413413065271115770
Binary1010111011000100101110010110110101101111001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC45C; }

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

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

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

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

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

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

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

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