#AEC269

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

Shades of Wild Willow #AEC269

Tints of Wild Willow #AEC269

Color information

#AEC269 (or 0xAEC269) is unknown color: approx Wild Willow. HEX triplet: AE, C2 and 69. RGB value is (174,194,105). Sum of RGB (Red+Green+Blue) = 174+194+105=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC269 is #513D96. Grayscale: #B2B2B2. Windows color (decimal): -5324183 or 6931118. OLE color: 6931118.

HSL color Cylindrical-coordinate representation of color #AEC269: hue angle of 73.48º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEC269 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB174194105-
CMYK0.1000.460.24
HSL73.48º42.18%58.63%-
HSV(B)73.48º45.88%76.08%-
XYZ39.348.620.67-
YUV177.8786.87125.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=36.79%
G=41.01%
B=22.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941050.1000.460.2473.4842.1858.63
HexAEC269A02E18492a3b
Octal25630215112056301115273
Binary1010111011000010110100110100101110110001001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC269; }

 p { color: rgb(174,194,105); }

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

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

 a { background-color: rgb(174,194,105); }

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

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

 span { border-color: rgb(174,194,105); }

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