#AECD69

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

Shades of Wild Willow #AECD69

Tints of Wild Willow #AECD69

Color information

#AECD69 (or 0xAECD69) is unknown color: approx Wild Willow. HEX triplet: AE, CD and 69. RGB value is (174,205,105). Sum of RGB (Red+Green+Blue) = 174+205+105=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD69 is #513296. Grayscale: #B8B8B8. Windows color (decimal): -5321367 or 6933934. OLE color: 6933934.

HSL color Cylindrical-coordinate representation of color #AECD69: hue angle of 78.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AECD69 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB174205105-
CMYK0.1500.490.20
HSL78.6º50%60.78%-
HSV(B)78.6º48.78%80.39%-
XYZ41.8453.6821.52-
YUV184.3383.23120.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=35.95%
G=42.36%
B=21.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051050.1500.490.2078.65060.78
HexAECD69F031144f323d
Octal25631515117061241176275
Binary1010111011001101110100111110110001101001001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD69; }

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

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

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

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

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

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

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

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