#AECD67

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

Shades of Wild Willow #AECD67

Tints of Wild Willow #AECD67

Color information

#AECD67 (or 0xAECD67) is unknown color: approx Wild Willow. HEX triplet: AE, CD and 67. RGB value is (174,205,103). Sum of RGB (Red+Green+Blue) = 174+205+103=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD67 is #513298. Grayscale: #B8B8B8. Windows color (decimal): -5321369 or 6802862. OLE color: 6802862.

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

Color convert

RGB174205103-
CMYK0.1500.500.20
HSL78.24º50.5%60.39%-
HSV(B)78.24º49.76%80.39%-
XYZ41.7453.6420.99-
YUV184.182.23120.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=36.10%
G=42.53%
B=21.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051030.1500.500.2078.2450.560.39
HexAECD67F032144e323c
Octal25631514717062241166274
Binary1010111011001101110011111110110010101001001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD67; }

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

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

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

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

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

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

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

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