#AECA5E

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

Shades of Wild Willow #AECA5E

Tints of Wild Willow #AECA5E

Color information

#AECA5E (or 0xAECA5E) is unknown color: approx Wild Willow. HEX triplet: AE, CA and 5E. RGB value is (174,202,94). Sum of RGB (Red+Green+Blue) = 174+202+94=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA5E is #5135A1. Grayscale: #B5B5B5. Windows color (decimal): -5322146 or 6212270. OLE color: 6212270.

HSL color Cylindrical-coordinate representation of color #AECA5E: hue angle of 75.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AECA5E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB17420294-
CMYK0.1400.530.21
HSL75.56º50.47%58.04%-
HSV(B)75.56º53.47%79.22%-
XYZ40.652.0518.5-
YUV181.3278.72122.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 94 (37.11% from 255) = 20%
R=37.02%
G=42.98%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202940.1400.530.2175.5650.4758.04
HexAECA5EE035154c323a
Octal25631213616065251146272
Binary1010111011001010101111011100110101101011001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA5E; }

 p { color: rgb(174,202,94); }

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

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

 a { background-color: rgb(174,202,94); }

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

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

 span { border-color: rgb(174,202,94); }

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